2023-11-08T02:08:38.191 INFO:root:teuthology version: 0.0.1.dev203+g6899cd2 2023-11-08T02:08:38.192 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451237 --description rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --owner scheduled_yuriw@teuthology --name yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451237/orig.config.yaml 2023-11-08T02:08:38.226 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T02:08:38.330 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451237 branch: wip-yuri3-testing-2023-11-07-0801-pacific description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7451237' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri3-testing-2023-11-07-0801-pacific 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: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f kernel: hwe: true workunit: branch: wip-yuri3-testing-2023-11-07-0801-pacific sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3886 sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-11-07-0801-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f targets: smithi148.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi153.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= tasks: - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - 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: 6899cd26fceddb2fec83dc1a1349394b28c8998e timestamp: 2023-11-07_19:34:21 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3590714 2023-11-08T02:08:38.331 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa; will attempt to use it 2023-11-08T02:08:38.332 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks 2023-11-08T02:08:38.332 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-08T02:08:38.334 INFO:teuthology.task.internal:Checking packages... 2023-11-08T02:08:38.359 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f' 2023-11-08T02:08:38.359 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-08T02:08:38.359 INFO:teuthology.packaging:ref: None 2023-11-08T02:08:38.360 INFO:teuthology.packaging:tag: None 2023-11-08T02:08:38.360 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-11-07-0801-pacific 2023-11-08T02:08:38.360 INFO:teuthology.packaging:sha1: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T02:08:38.361 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri3-testing-2023-11-07-0801-pacific 2023-11-08T02:08:38.510 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-129-gcfb6fd52-1focal 2023-11-08T02:08:38.510 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-08T02:08:38.517 INFO:teuthology.task.internal:no buildpackages task found 2023-11-08T02:08:38.517 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-08T02:08:38.535 INFO:teuthology.task.internal:Saving configuration 2023-11-08T02:08:38.549 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-08T02:08:38.555 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T02:08:38.581 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451237', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 02:02:17.597702', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-11-08T02:08:38.605 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451237', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 02:02:17.596188', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2023-11-08T02:08:38.606 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-08T02:08:38.613 INFO:teuthology.task.internal:roles: ubuntu@smithi148.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-11-08T02:08:38.613 INFO:teuthology.task.internal:roles: ubuntu@smithi153.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-11-08T02:08:38.613 INFO:teuthology.run_tasks:Running task console_log... 2023-11-08T02:08:38.745 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe145c41af0>, signals=[15]) 2023-11-08T02:08:38.746 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-08T02:08:38.752 INFO:teuthology.task.internal:Opening connections... 2023-11-08T02:08:38.752 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi148.front.sepia.ceph.com 2023-11-08T02:08:38.754 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:08:38.803 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi153.front.sepia.ceph.com 2023-11-08T02:08:38.804 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:08:38.849 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-08T02:08:38.856 DEBUG:teuthology.orchestra.run.smithi148:> uname -m 2023-11-08T02:08:38.886 INFO:teuthology.orchestra.run.smithi148.stdout:x86_64 2023-11-08T02:08:38.887 DEBUG:teuthology.orchestra.run.smithi148:> cat /etc/os-release 2023-11-08T02:08:38.934 INFO:teuthology.orchestra.run.smithi148.stdout:NAME="Ubuntu" 2023-11-08T02:08:38.935 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-11-08T02:08:38.935 INFO:teuthology.orchestra.run.smithi148.stdout:ID=ubuntu 2023-11-08T02:08:38.935 INFO:teuthology.orchestra.run.smithi148.stdout:ID_LIKE=debian 2023-11-08T02:08:38.935 INFO:teuthology.orchestra.run.smithi148.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-11-08T02:08:38.936 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION_ID="20.04" 2023-11-08T02:08:38.936 INFO:teuthology.orchestra.run.smithi148.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-08T02:08:38.936 INFO:teuthology.orchestra.run.smithi148.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-08T02:08:38.936 INFO:teuthology.orchestra.run.smithi148.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-08T02:08:38.936 INFO:teuthology.orchestra.run.smithi148.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-08T02:08:38.937 INFO:teuthology.orchestra.run.smithi148.stdout:VERSION_CODENAME=focal 2023-11-08T02:08:38.937 INFO:teuthology.orchestra.run.smithi148.stdout:UBUNTU_CODENAME=focal 2023-11-08T02:08:38.937 INFO:teuthology.lock.ops:Updating smithi148.front.sepia.ceph.com on lock server 2023-11-08T02:08:38.958 DEBUG:teuthology.orchestra.run.smithi153:> uname -m 2023-11-08T02:08:38.965 INFO:teuthology.orchestra.run.smithi153.stdout:x86_64 2023-11-08T02:08:38.965 DEBUG:teuthology.orchestra.run.smithi153:> cat /etc/os-release 2023-11-08T02:08:39.013 INFO:teuthology.orchestra.run.smithi153.stdout:NAME="Ubuntu" 2023-11-08T02:08:39.014 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2023-11-08T02:08:39.014 INFO:teuthology.orchestra.run.smithi153.stdout:ID=ubuntu 2023-11-08T02:08:39.014 INFO:teuthology.orchestra.run.smithi153.stdout:ID_LIKE=debian 2023-11-08T02:08:39.014 INFO:teuthology.orchestra.run.smithi153.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2023-11-08T02:08:39.014 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION_ID="20.04" 2023-11-08T02:08:39.015 INFO:teuthology.orchestra.run.smithi153.stdout:HOME_URL="https://www.ubuntu.com/" 2023-11-08T02:08:39.015 INFO:teuthology.orchestra.run.smithi153.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2023-11-08T02:08:39.015 INFO:teuthology.orchestra.run.smithi153.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2023-11-08T02:08:39.015 INFO:teuthology.orchestra.run.smithi153.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2023-11-08T02:08:39.016 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION_CODENAME=focal 2023-11-08T02:08:39.016 INFO:teuthology.orchestra.run.smithi153.stdout:UBUNTU_CODENAME=focal 2023-11-08T02:08:39.016 INFO:teuthology.lock.ops:Updating smithi153.front.sepia.ceph.com on lock server 2023-11-08T02:08:39.050 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-08T02:08:39.059 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-08T02:08:39.066 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-08T02:08:39.066 DEBUG:teuthology.orchestra.run.smithi148:> test '!' -e /home/ubuntu/cephtest 2023-11-08T02:08:39.069 DEBUG:teuthology.orchestra.run.smithi153:> test '!' -e /home/ubuntu/cephtest 2023-11-08T02:08:39.074 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-08T02:08:39.080 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-08T02:08:39.081 DEBUG:teuthology.orchestra.run.smithi148:> test -z $(ls -A /var/lib/ceph) 2023-11-08T02:08:39.085 DEBUG:teuthology.orchestra.run.smithi153:> test -z $(ls -A /var/lib/ceph) 2023-11-08T02:08:39.142 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-08T02:08:39.195 INFO:teuthology.run_tasks:Running task kernel... 2023-11-08T02:08:39.209 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-08T02:08:39.210 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2023-11-08T02:08:39.210 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2023-11-08T02:08:39.211 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2023-11-08T02:08:39.211 DEBUG:teuthology.orchestra.run.smithi148:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T02:08:39.212 DEBUG:teuthology.orchestra.run.smithi153:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-08T02:08:39.217 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:08:39.218 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2023-11-08T02:08:39.219 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:08:39.220 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2023-11-08T02:08:39.226 INFO:teuthology.orchestra.run.smithi148.stdout:5.4.0-124-generic 2023-11-08T02:08:39.226 INFO:teuthology.task.kernel:Running kernel on smithi148: 5.4.0-124-generic 2023-11-08T02:08:39.226 DEBUG:teuthology.orchestra.run.smithi148:> sudo apt-get clean 2023-11-08T02:08:39.269 INFO:teuthology.orchestra.run.smithi153.stdout:5.4.0-124-generic 2023-11-08T02:08:39.269 INFO:teuthology.task.kernel:Running kernel on smithi153: 5.4.0-124-generic 2023-11-08T02:08:39.270 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get clean 2023-11-08T02:08:39.322 DEBUG:teuthology.orchestra.run.smithi148:> sudo apt-get update 2023-11-08T02:08:39.391 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get update 2023-11-08T02:08:39.607 INFO:teuthology.orchestra.run.smithi148.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-08T02:08:39.673 INFO:teuthology.orchestra.run.smithi148.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-11-08T02:08:39.674 INFO:teuthology.orchestra.run.smithi148.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-11-08T02:08:39.675 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-08T02:08:39.680 INFO:teuthology.orchestra.run.smithi153.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2023-11-08T02:08:39.734 INFO:teuthology.orchestra.run.smithi153.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2023-11-08T02:08:39.761 INFO:teuthology.orchestra.run.smithi148.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-11-08T02:08:40.021 INFO:teuthology.orchestra.run.smithi148.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [906 kB] 2023-11-08T02:08:40.080 INFO:teuthology.orchestra.run.smithi153.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2023-11-08T02:08:40.151 INFO:teuthology.orchestra.run.smithi153.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [672 kB] 2023-11-08T02:08:40.195 INFO:teuthology.orchestra.run.smithi148.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,959 kB] 2023-11-08T02:08:40.282 INFO:teuthology.orchestra.run.smithi148.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [481 kB] 2023-11-08T02:08:40.288 INFO:teuthology.orchestra.run.smithi148.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-11-08T02:08:40.289 INFO:teuthology.orchestra.run.smithi148.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,479 kB] 2023-11-08T02:08:40.296 INFO:teuthology.orchestra.run.smithi153.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,959 kB] 2023-11-08T02:08:40.325 INFO:teuthology.orchestra.run.smithi148.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-11-08T02:08:40.325 INFO:teuthology.orchestra.run.smithi148.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [346 kB] 2023-11-08T02:08:40.328 INFO:teuthology.orchestra.run.smithi148.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-11-08T02:08:40.329 INFO:teuthology.orchestra.run.smithi148.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [753 kB] 2023-11-08T02:08:40.336 INFO:teuthology.orchestra.run.smithi148.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [672 kB] 2023-11-08T02:08:40.341 INFO:teuthology.orchestra.run.smithi148.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,128 kB] 2023-11-08T02:08:40.353 INFO:teuthology.orchestra.run.smithi148.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [270 kB] 2023-11-08T02:08:40.360 INFO:teuthology.orchestra.run.smithi148.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-11-08T02:08:40.363 INFO:teuthology.orchestra.run.smithi148.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-11-08T02:08:40.364 INFO:teuthology.orchestra.run.smithi148.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-11-08T02:08:40.364 INFO:teuthology.orchestra.run.smithi148.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-11-08T02:08:40.393 INFO:teuthology.orchestra.run.smithi148.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-11-08T02:08:40.394 INFO:teuthology.orchestra.run.smithi148.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-11-08T02:08:40.394 INFO:teuthology.orchestra.run.smithi148.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-11-08T02:08:40.395 INFO:teuthology.orchestra.run.smithi148.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-11-08T02:08:40.395 INFO:teuthology.orchestra.run.smithi148.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-11-08T02:08:40.396 INFO:teuthology.orchestra.run.smithi148.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-11-08T02:08:40.396 INFO:teuthology.orchestra.run.smithi148.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-11-08T02:08:40.505 INFO:teuthology.orchestra.run.smithi153.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,569 kB] 2023-11-08T02:08:40.665 INFO:teuthology.orchestra.run.smithi148.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,569 kB] 2023-11-08T02:08:40.695 INFO:teuthology.orchestra.run.smithi153.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [398 kB] 2023-11-08T02:08:40.708 INFO:teuthology.orchestra.run.smithi153.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-11-08T02:08:40.709 INFO:teuthology.orchestra.run.smithi153.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,367 kB] 2023-11-08T02:08:40.763 INFO:teuthology.orchestra.run.smithi153.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [906 kB] 2023-11-08T02:08:40.778 INFO:teuthology.orchestra.run.smithi153.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-11-08T02:08:40.779 INFO:teuthology.orchestra.run.smithi153.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [329 kB] 2023-11-08T02:08:40.781 INFO:teuthology.orchestra.run.smithi153.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [481 kB] 2023-11-08T02:08:40.784 INFO:teuthology.orchestra.run.smithi153.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-11-08T02:08:40.785 INFO:teuthology.orchestra.run.smithi153.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [620 kB] 2023-11-08T02:08:40.790 INFO:teuthology.orchestra.run.smithi153.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2023-11-08T02:08:40.790 INFO:teuthology.orchestra.run.smithi153.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,479 kB] 2023-11-08T02:08:40.799 INFO:teuthology.orchestra.run.smithi153.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [896 kB] 2023-11-08T02:08:40.855 INFO:teuthology.orchestra.run.smithi148.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [398 kB] 2023-11-08T02:08:40.866 INFO:teuthology.orchestra.run.smithi153.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.0 kB] 2023-11-08T02:08:40.867 INFO:teuthology.orchestra.run.smithi153.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [346 kB] 2023-11-08T02:08:40.869 INFO:teuthology.orchestra.run.smithi148.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2023-11-08T02:08:40.869 INFO:teuthology.orchestra.run.smithi148.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,367 kB] 2023-11-08T02:08:40.874 INFO:teuthology.orchestra.run.smithi153.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2023-11-08T02:08:40.938 INFO:teuthology.orchestra.run.smithi148.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [34.7 kB] 2023-11-08T02:08:40.939 INFO:teuthology.orchestra.run.smithi148.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [329 kB] 2023-11-08T02:08:40.945 INFO:teuthology.orchestra.run.smithi148.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2023-11-08T02:08:40.945 INFO:teuthology.orchestra.run.smithi148.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [896 kB] 2023-11-08T02:08:40.984 INFO:teuthology.orchestra.run.smithi148.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [620 kB] 2023-11-08T02:08:40.996 INFO:teuthology.orchestra.run.smithi153.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [188 kB] 2023-11-08T02:08:41.038 INFO:teuthology.orchestra.run.smithi153.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [753 kB] 2023-11-08T02:08:41.158 INFO:teuthology.orchestra.run.smithi148.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [188 kB] 2023-11-08T02:08:41.415 INFO:teuthology.orchestra.run.smithi153.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-11-08T02:08:41.421 INFO:teuthology.orchestra.run.smithi153.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-11-08T02:08:41.423 INFO:teuthology.orchestra.run.smithi153.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-11-08T02:08:41.431 INFO:teuthology.orchestra.run.smithi153.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-11-08T02:08:41.433 INFO:teuthology.orchestra.run.smithi153.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-11-08T02:08:41.578 INFO:teuthology.orchestra.run.smithi148.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2023-11-08T02:08:41.584 INFO:teuthology.orchestra.run.smithi148.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.6 kB] 2023-11-08T02:08:41.591 INFO:teuthology.orchestra.run.smithi148.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2023-11-08T02:08:41.594 INFO:teuthology.orchestra.run.smithi148.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,504 B] 2023-11-08T02:08:41.596 INFO:teuthology.orchestra.run.smithi148.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2023-11-08T02:08:41.627 INFO:teuthology.orchestra.run.smithi153.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,128 kB] 2023-11-08T02:08:41.739 INFO:teuthology.orchestra.run.smithi153.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [270 kB] 2023-11-08T02:08:41.760 INFO:teuthology.orchestra.run.smithi153.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2023-11-08T02:08:41.762 INFO:teuthology.orchestra.run.smithi153.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2023-11-08T02:08:41.762 INFO:teuthology.orchestra.run.smithi153.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [25.8 kB] 2023-11-08T02:08:41.764 INFO:teuthology.orchestra.run.smithi153.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,484 B] 2023-11-08T02:08:41.765 INFO:teuthology.orchestra.run.smithi153.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2023-11-08T02:08:41.765 INFO:teuthology.orchestra.run.smithi153.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2023-11-08T02:08:41.768 INFO:teuthology.orchestra.run.smithi153.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2023-11-08T02:08:41.769 INFO:teuthology.orchestra.run.smithi153.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2023-11-08T02:08:41.950 INFO:teuthology.orchestra.run.smithi153.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2023-11-08T02:08:42.128 INFO:teuthology.orchestra.run.smithi153.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2023-11-08T02:08:42.185 INFO:teuthology.orchestra.run.smithi153.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2023-11-08T02:08:44.057 INFO:teuthology.orchestra.run.smithi148.stdout:Fetched 18.0 MB in 3s (6,408 kB/s) 2023-11-08T02:08:44.633 INFO:teuthology.orchestra.run.smithi153.stdout:Fetched 18.0 MB in 3s (5,682 kB/s) 2023-11-08T02:08:45.396 INFO:teuthology.orchestra.run.smithi148.stdout:Reading package lists... 2023-11-08T02:08:45.421 DEBUG:teuthology.orchestra.run.smithi148:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-08T02:08:45.501 INFO:teuthology.orchestra.run.smithi148.stdout:Reading package lists... 2023-11-08T02:08:45.703 INFO:teuthology.orchestra.run.smithi148.stdout:Building dependency tree... 2023-11-08T02:08:45.703 INFO:teuthology.orchestra.run.smithi148.stdout:Reading state information... 2023-11-08T02:08:45.877 INFO:teuthology.orchestra.run.smithi148.stdout:The following additional packages will be installed: 2023-11-08T02:08:45.877 INFO:teuthology.orchestra.run.smithi148.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-08T02:08:45.877 INFO:teuthology.orchestra.run.smithi148.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-modules-5.15.0-88-generic 2023-11-08T02:08:45.878 INFO:teuthology.orchestra.run.smithi148.stdout: linux-modules-extra-5.15.0-88-generic thermald upower usbmuxd 2023-11-08T02:08:45.878 INFO:teuthology.orchestra.run.smithi148.stdout:Suggested packages: 2023-11-08T02:08:45.879 INFO:teuthology.orchestra.run.smithi148.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-11-08T02:08:45.879 INFO:teuthology.orchestra.run.smithi148.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-88-generic 2023-11-08T02:08:45.934 INFO:teuthology.orchestra.run.smithi148.stdout:The following NEW packages will be installed: 2023-11-08T02:08:45.934 INFO:teuthology.orchestra.run.smithi148.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-08T02:08:45.935 INFO:teuthology.orchestra.run.smithi148.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-image-generic-hwe-20.04 2023-11-08T02:08:45.935 INFO:teuthology.orchestra.run.smithi148.stdout: linux-modules-5.15.0-88-generic linux-modules-extra-5.15.0-88-generic 2023-11-08T02:08:45.935 INFO:teuthology.orchestra.run.smithi148.stdout: thermald upower usbmuxd 2023-11-08T02:08:46.117 INFO:teuthology.orchestra.run.smithi148.stdout:0 upgraded, 13 newly installed, 0 to remove and 276 not upgraded. 2023-11-08T02:08:46.118 INFO:teuthology.orchestra.run.smithi148.stdout:Need to get 90.8 MB of archives. 2023-11-08T02:08:46.118 INFO:teuthology.orchestra.run.smithi148.stdout:After this operation, 497 MB of additional disk space will be used. 2023-11-08T02:08:46.118 INFO:teuthology.orchestra.run.smithi148.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-11-08T02:08:46.119 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2023-11-08T02:08:46.144 DEBUG:teuthology.orchestra.run.smithi153:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-08T02:08:46.212 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2023-11-08T02:08:46.393 INFO:teuthology.orchestra.run.smithi148.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-11-08T02:08:46.415 INFO:teuthology.orchestra.run.smithi153.stdout:Building dependency tree... 2023-11-08T02:08:46.416 INFO:teuthology.orchestra.run.smithi153.stdout:Reading state information... 2023-11-08T02:08:46.422 INFO:teuthology.orchestra.run.smithi148.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-11-08T02:08:46.439 INFO:teuthology.orchestra.run.smithi148.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-11-08T02:08:46.515 INFO:teuthology.orchestra.run.smithi148.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-11-08T02:08:46.550 INFO:teuthology.orchestra.run.smithi148.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [20.9 MB] 2023-11-08T02:08:46.593 INFO:teuthology.orchestra.run.smithi153.stdout:The following additional packages will be installed: 2023-11-08T02:08:46.594 INFO:teuthology.orchestra.run.smithi153.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-08T02:08:46.594 INFO:teuthology.orchestra.run.smithi153.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-modules-5.15.0-88-generic 2023-11-08T02:08:46.595 INFO:teuthology.orchestra.run.smithi153.stdout: linux-modules-extra-5.15.0-88-generic thermald upower usbmuxd 2023-11-08T02:08:46.595 INFO:teuthology.orchestra.run.smithi153.stdout:Suggested packages: 2023-11-08T02:08:46.595 INFO:teuthology.orchestra.run.smithi153.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.15-source-5.15.0 2023-11-08T02:08:46.595 INFO:teuthology.orchestra.run.smithi153.stdout: linux-hwe-5.15-tools linux-headers-5.15.0-88-generic 2023-11-08T02:08:46.648 INFO:teuthology.orchestra.run.smithi153.stdout:The following NEW packages will be installed: 2023-11-08T02:08:46.649 INFO:teuthology.orchestra.run.smithi153.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2023-11-08T02:08:46.649 INFO:teuthology.orchestra.run.smithi153.stdout: libusbmuxd6 linux-image-5.15.0-88-generic linux-image-generic-hwe-20.04 2023-11-08T02:08:46.649 INFO:teuthology.orchestra.run.smithi153.stdout: linux-modules-5.15.0-88-generic linux-modules-extra-5.15.0-88-generic 2023-11-08T02:08:46.649 INFO:teuthology.orchestra.run.smithi153.stdout: thermald upower usbmuxd 2023-11-08T02:08:46.751 INFO:teuthology.orchestra.run.smithi153.stdout:0 upgraded, 13 newly installed, 0 to remove and 276 not upgraded. 2023-11-08T02:08:46.751 INFO:teuthology.orchestra.run.smithi153.stdout:Need to get 90.8 MB of archives. 2023-11-08T02:08:46.751 INFO:teuthology.orchestra.run.smithi153.stdout:After this operation, 497 MB of additional disk space will be used. 2023-11-08T02:08:46.752 INFO:teuthology.orchestra.run.smithi153.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2023-11-08T02:08:46.887 INFO:teuthology.orchestra.run.smithi153.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2023-11-08T02:08:46.902 INFO:teuthology.orchestra.run.smithi153.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2023-11-08T02:08:46.911 INFO:teuthology.orchestra.run.smithi153.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2023-11-08T02:08:46.944 INFO:teuthology.orchestra.run.smithi153.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2023-11-08T02:08:46.960 INFO:teuthology.orchestra.run.smithi153.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [20.9 MB] 2023-11-08T02:08:47.437 INFO:teuthology.orchestra.run.smithi153.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [11.4 MB] 2023-11-08T02:08:47.454 INFO:teuthology.orchestra.run.smithi148.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [11.4 MB] 2023-11-08T02:08:47.608 INFO:teuthology.orchestra.run.smithi153.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [58.0 MB] 2023-11-08T02:08:47.811 INFO:teuthology.orchestra.run.smithi148.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.15.0-88-generic amd64 5.15.0-88.98~20.04.1 [58.0 MB] 2023-11-08T02:08:48.681 INFO:teuthology.orchestra.run.smithi153.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.88.98~20.04.46 [2,632 B] 2023-11-08T02:08:48.681 INFO:teuthology.orchestra.run.smithi153.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-11-08T02:08:48.682 INFO:teuthology.orchestra.run.smithi153.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-11-08T02:08:48.686 INFO:teuthology.orchestra.run.smithi153.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-11-08T02:08:48.688 INFO:teuthology.orchestra.run.smithi153.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-11-08T02:08:49.355 INFO:teuthology.orchestra.run.smithi153.stdout:Fetched 90.8 MB in 2s (44.7 MB/s) 2023-11-08T02:08:49.597 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-11-08T02:08:49.893 INFO:teuthology.orchestra.run.smithi148.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.15.0.88.98~20.04.46 [2,632 B] 2023-11-08T02:08:49.970 INFO:teuthology.orchestra.run.smithi148.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.2 [31.6 kB] 2023-11-08T02:08:49.970 INFO:teuthology.orchestra.run.smithi148.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2023-11-08T02:08:50.146 INFO:teuthology.orchestra.run.smithi148.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2023-11-08T02:08:50.504 INFO:teuthology.orchestra.run.smithi148.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2023-11-08T02:08:51.181 INFO:teuthology.orchestra.run.smithi148.stdout:Fetched 90.8 MB in 5s (19.8 MB/s) 2023-11-08T02:08:51.351 INFO:teuthology.orchestra.run.smithi153.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 ... 104373 files and directories currently installed.) 2023-11-08T02:08:51.356 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-11-08T02:08:51.360 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2023-11-08T02:08:51.495 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-08T02:08:51.839 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libplist3:amd64. 2023-11-08T02:08:51.855 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-11-08T02:08:51.906 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-11-08T02:08:52.242 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-11-08T02:08:52.256 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-11-08T02:08:52.300 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-08T02:08:52.637 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-11-08T02:08:52.650 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-11-08T02:08:52.686 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-08T02:08:53.031 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-11-08T02:08:53.044 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-11-08T02:08:53.098 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-08T02:08:53.114 INFO:teuthology.orchestra.run.smithi148.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 ... 104373 files and directories currently installed.) 2023-11-08T02:08:53.119 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2023-11-08T02:08:53.224 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-08T02:08:53.434 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-modules-5.15.0-88-generic. 2023-11-08T02:08:53.448 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../05-linux-modules-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-08T02:08:53.492 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T02:08:53.552 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libplist3:amd64. 2023-11-08T02:08:53.565 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2023-11-08T02:08:53.602 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2023-11-08T02:08:53.955 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2023-11-08T02:08:53.967 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2023-11-08T02:08:54.005 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-08T02:08:54.333 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2023-11-08T02:08:54.350 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2023-11-08T02:08:54.391 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-08T02:08:54.677 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libupower-glib3:amd64. 2023-11-08T02:08:54.690 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2023-11-08T02:08:54.719 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-08T02:08:55.030 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package linux-modules-5.15.0-88-generic. 2023-11-08T02:08:55.042 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../05-linux-modules-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-08T02:08:55.080 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T02:08:55.994 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-image-5.15.0-88-generic. 2023-11-08T02:08:56.010 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../06-linux-image-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-08T02:08:56.106 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T02:08:56.638 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-88-generic. 2023-11-08T02:08:56.652 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-08T02:08:56.713 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T02:08:57.456 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package linux-image-5.15.0-88-generic. 2023-11-08T02:08:57.469 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../06-linux-image-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-08T02:08:57.564 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T02:08:58.075 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-88-generic. 2023-11-08T02:08:58.089 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../07-linux-modules-extra-5.15.0-88-generic_5.15.0-88.98~20.04.1_amd64.deb ... 2023-11-08T02:08:58.133 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T02:09:03.614 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-11-08T02:09:03.630 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.88.98~20.04.46_amd64.deb ... 2023-11-08T02:09:03.672 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-08T02:09:03.983 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package libevdev2:amd64. 2023-11-08T02:09:03.999 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-11-08T02:09:04.041 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-08T02:09:04.428 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package thermald. 2023-11-08T02:09:04.444 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-11-08T02:09:04.486 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-11-08T02:09:04.983 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2023-11-08T02:09:05.002 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.15.0.88.98~20.04.46_amd64.deb ... 2023-11-08T02:09:05.033 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package upower. 2023-11-08T02:09:05.041 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-08T02:09:05.049 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-11-08T02:09:05.105 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking upower (0.99.11-1build2) ... 2023-11-08T02:09:05.352 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package libevdev2:amd64. 2023-11-08T02:09:05.368 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.2_amd64.deb ... 2023-11-08T02:09:05.410 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-08T02:09:05.529 INFO:teuthology.orchestra.run.smithi153.stdout:Selecting previously unselected package usbmuxd. 2023-11-08T02:09:05.542 INFO:teuthology.orchestra.run.smithi153.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-11-08T02:09:05.587 INFO:teuthology.orchestra.run.smithi153.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-08T02:09:05.797 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package thermald. 2023-11-08T02:09:05.810 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2023-11-08T02:09:05.855 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2023-11-08T02:09:05.894 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-11-08T02:09:06.016 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-08T02:09:06.142 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-08T02:09:06.269 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-08T02:09:06.310 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package upower. 2023-11-08T02:09:06.325 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2023-11-08T02:09:06.388 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking upower (0.99.11-1build2) ... 2023-11-08T02:09:06.486 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-08T02:09:06.789 INFO:teuthology.orchestra.run.smithi148.stdout:Selecting previously unselected package usbmuxd. 2023-11-08T02:09:06.806 INFO:teuthology.orchestra.run.smithi148.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2023-11-08T02:09:06.848 INFO:teuthology.orchestra.run.smithi148.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-08T02:09:07.087 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-08T02:09:07.149 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2023-11-08T02:09:07.213 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up upower (0.99.11-1build2) ... 2023-11-08T02:09:07.269 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2023-11-08T02:09:07.395 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2023-11-08T02:09:07.520 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2023-11-08T02:09:07.647 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2023-11-08T02:09:07.766 INFO:teuthology.orchestra.run.smithi153.stdout:upower.service is a disabled or a static unit, not starting it. 2023-11-08T02:09:07.798 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.2) ... 2023-11-08T02:09:07.817 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-08T02:09:07.924 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up upower (0.99.11-1build2) ... 2023-11-08T02:09:07.993 INFO:teuthology.orchestra.run.smithi153.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-11-08T02:09:08.000 INFO:teuthology.orchestra.run.smithi153.stdout:Adding system user `usbmux' (UID 114) ... 2023-11-08T02:09:08.000 INFO:teuthology.orchestra.run.smithi153.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-11-08T02:09:08.477 INFO:teuthology.orchestra.run.smithi148.stdout:upower.service is a disabled or a static unit, not starting it. 2023-11-08T02:09:08.509 INFO:teuthology.orchestra.run.smithi153.stdout:Not creating home directory `/var/lib/usbmux'. 2023-11-08T02:09:08.528 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2023-11-08T02:09:08.695 INFO:teuthology.orchestra.run.smithi148.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2023-11-08T02:09:08.708 INFO:teuthology.orchestra.run.smithi148.stdout:Adding system user `usbmux' (UID 114) ... 2023-11-08T02:09:08.709 INFO:teuthology.orchestra.run.smithi148.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2023-11-08T02:09:08.726 INFO:teuthology.orchestra.run.smithi153.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-11-08T02:09:08.773 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-11-08T02:09:09.101 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-11-08T02:09:09.101 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-11-08T02:09:09.212 INFO:teuthology.orchestra.run.smithi148.stdout:Not creating home directory `/var/lib/usbmux'. 2023-11-08T02:09:09.431 INFO:teuthology.orchestra.run.smithi148.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2023-11-08T02:09:09.474 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2023-11-08T02:09:09.551 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T02:09:09.786 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2023-11-08T02:09:09.786 INFO:teuthology.orchestra.run.smithi148.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2023-11-08T02:09:10.253 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T02:09:10.888 INFO:teuthology.orchestra.run.smithi153.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-88-generic 2023-11-08T02:09:10.888 INFO:teuthology.orchestra.run.smithi153.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-88-generic 2023-11-08T02:09:11.055 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T02:09:11.583 INFO:teuthology.orchestra.run.smithi148.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-88-generic 2023-11-08T02:09:11.583 INFO:teuthology.orchestra.run.smithi148.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-88-generic 2023-11-08T02:09:11.748 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up linux-modules-extra-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T02:09:12.898 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T02:09:13.148 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up linux-modules-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T02:09:14.315 INFO:teuthology.orchestra.run.smithi153.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-08T02:09:14.441 INFO:teuthology.orchestra.run.smithi153.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-11-08T02:09:14.525 INFO:teuthology.orchestra.run.smithi148.stdout:Setting up linux-image-generic-hwe-20.04 (5.15.0.88.98~20.04.46) ... 2023-11-08T02:09:14.672 INFO:teuthology.orchestra.run.smithi148.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.9) ... 2023-11-08T02:09:14.749 INFO:teuthology.orchestra.run.smithi153.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-11-08T02:09:14.931 INFO:teuthology.orchestra.run.smithi148.stdout:Processing triggers for man-db (2.9.1-1) ... 2023-11-08T02:09:15.535 INFO:teuthology.orchestra.run.smithi153.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-11-08T02:09:15.643 INFO:teuthology.orchestra.run.smithi153.stdout:Processing triggers for linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T02:09:15.719 INFO:teuthology.orchestra.run.smithi153.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-08T02:09:15.719 INFO:teuthology.orchestra.run.smithi153.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-88-generic 2023-11-08T02:09:16.909 INFO:teuthology.orchestra.run.smithi148.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.2) ... 2023-11-08T02:09:17.026 INFO:teuthology.orchestra.run.smithi148.stdout:Processing triggers for linux-image-5.15.0-88-generic (5.15.0-88.98~20.04.1) ... 2023-11-08T02:09:17.080 INFO:teuthology.orchestra.run.smithi148.stdout:/etc/kernel/postinst.d/initramfs-tools: 2023-11-08T02:09:17.081 INFO:teuthology.orchestra.run.smithi148.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-88-generic 2023-11-08T02:09:41.116 INFO:teuthology.orchestra.run.smithi153.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-08T02:09:41.116 INFO:teuthology.orchestra.run.smithi153.stdout:Sourcing file `/etc/default/grub' 2023-11-08T02:09:41.125 INFO:teuthology.orchestra.run.smithi153.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-08T02:09:41.147 INFO:teuthology.orchestra.run.smithi153.stdout:Generating grub configuration file ... 2023-11-08T02:09:41.472 INFO:teuthology.orchestra.run.smithi153.stdout:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-08T02:09:41.495 INFO:teuthology.orchestra.run.smithi153.stdout:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-08T02:09:41.859 INFO:teuthology.orchestra.run.smithi153.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-08T02:09:41.871 INFO:teuthology.orchestra.run.smithi153.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-08T02:09:42.395 INFO:teuthology.orchestra.run.smithi148.stdout:/etc/kernel/postinst.d/zz-update-grub: 2023-11-08T02:09:42.396 INFO:teuthology.orchestra.run.smithi148.stdout:Sourcing file `/etc/default/grub' 2023-11-08T02:09:42.405 INFO:teuthology.orchestra.run.smithi148.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-08T02:09:42.424 INFO:teuthology.orchestra.run.smithi148.stdout:Generating grub configuration file ... 2023-11-08T02:09:42.697 INFO:teuthology.orchestra.run.smithi148.stdout:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-08T02:09:42.717 INFO:teuthology.orchestra.run.smithi148.stdout:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-08T02:09:43.099 INFO:teuthology.orchestra.run.smithi148.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-08T02:09:43.111 INFO:teuthology.orchestra.run.smithi148.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-08T02:09:43.842 INFO:teuthology.orchestra.run.smithi153.stdout:done 2023-11-08T02:09:44.279 DEBUG:teuthology.orchestra.run.smithi153:> dpkg -s linux-image-generic-hwe-20.04 2023-11-08T02:09:44.334 INFO:teuthology.orchestra.run.smithi153.stdout:Package: linux-image-generic-hwe-20.04 2023-11-08T02:09:44.334 INFO:teuthology.orchestra.run.smithi153.stdout:Status: install ok installed 2023-11-08T02:09:44.334 INFO:teuthology.orchestra.run.smithi153.stdout:Priority: optional 2023-11-08T02:09:44.335 INFO:teuthology.orchestra.run.smithi153.stdout:Section: kernel 2023-11-08T02:09:44.335 INFO:teuthology.orchestra.run.smithi153.stdout:Installed-Size: 20 2023-11-08T02:09:44.335 INFO:teuthology.orchestra.run.smithi153.stdout:Maintainer: Ubuntu Kernel Team 2023-11-08T02:09:44.335 INFO:teuthology.orchestra.run.smithi153.stdout:Architecture: amd64 2023-11-08T02:09:44.335 INFO:teuthology.orchestra.run.smithi153.stdout:Source: linux-meta-hwe-5.15 2023-11-08T02:09:44.336 INFO:teuthology.orchestra.run.smithi153.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-08T02:09:44.336 INFO:teuthology.orchestra.run.smithi153.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-88), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-11-08T02:09:44.336 INFO:teuthology.orchestra.run.smithi153.stdout:Depends: linux-image-5.15.0-88-generic, linux-modules-extra-5.15.0-88-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-08T02:09:44.336 INFO:teuthology.orchestra.run.smithi153.stdout:Recommends: thermald 2023-11-08T02:09:44.336 INFO:teuthology.orchestra.run.smithi153.stdout:Description: Generic Linux kernel image 2023-11-08T02:09:44.337 INFO:teuthology.orchestra.run.smithi153.stdout: This package will always depend on the latest generic kernel image 2023-11-08T02:09:44.337 INFO:teuthology.orchestra.run.smithi153.stdout: available. 2023-11-08T02:09:44.337 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-88-generic 2023-11-08T02:09:44.337 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T02:09:44.338 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T02:09:44.338 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-08T02:09:44.338 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi153.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T02:09:44.339 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get clean 2023-11-08T02:09:44.412 DEBUG:teuthology.orchestra.run.smithi153:> sudo apt-get update 2023-11-08T02:09:44.627 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-08T02:09:44.627 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-11-08T02:09:44.648 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-11-08T02:09:44.685 INFO:teuthology.orchestra.run.smithi153.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-11-08T02:09:45.335 INFO:teuthology.orchestra.run.smithi148.stdout:done 2023-11-08T02:09:45.738 DEBUG:teuthology.orchestra.run.smithi148:> dpkg -s linux-image-generic-hwe-20.04 2023-11-08T02:09:45.782 INFO:teuthology.orchestra.run.smithi148.stdout:Package: linux-image-generic-hwe-20.04 2023-11-08T02:09:45.783 INFO:teuthology.orchestra.run.smithi148.stdout:Status: install ok installed 2023-11-08T02:09:45.783 INFO:teuthology.orchestra.run.smithi148.stdout:Priority: optional 2023-11-08T02:09:45.784 INFO:teuthology.orchestra.run.smithi148.stdout:Section: kernel 2023-11-08T02:09:45.784 INFO:teuthology.orchestra.run.smithi148.stdout:Installed-Size: 20 2023-11-08T02:09:45.785 INFO:teuthology.orchestra.run.smithi148.stdout:Maintainer: Ubuntu Kernel Team 2023-11-08T02:09:45.785 INFO:teuthology.orchestra.run.smithi148.stdout:Architecture: amd64 2023-11-08T02:09:45.785 INFO:teuthology.orchestra.run.smithi148.stdout:Source: linux-meta-hwe-5.15 2023-11-08T02:09:45.785 INFO:teuthology.orchestra.run.smithi148.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-08T02:09:45.785 INFO:teuthology.orchestra.run.smithi148.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-88), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-11-08T02:09:45.786 INFO:teuthology.orchestra.run.smithi148.stdout:Depends: linux-image-5.15.0-88-generic, linux-modules-extra-5.15.0-88-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-08T02:09:45.786 INFO:teuthology.orchestra.run.smithi148.stdout:Recommends: thermald 2023-11-08T02:09:45.786 INFO:teuthology.orchestra.run.smithi148.stdout:Description: Generic Linux kernel image 2023-11-08T02:09:45.786 INFO:teuthology.orchestra.run.smithi148.stdout: This package will always depend on the latest generic kernel image 2023-11-08T02:09:45.786 INFO:teuthology.orchestra.run.smithi148.stdout: available. 2023-11-08T02:09:45.787 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.15.0-88-generic 2023-11-08T02:09:45.787 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-08T02:09:45.787 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-08T02:09:45.787 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-08T02:09:45.788 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi148.front.sepia.ceph.com, path=None, version=distro) 2023-11-08T02:09:45.788 DEBUG:teuthology.orchestra.run.smithi148:> sudo apt-get clean 2023-11-08T02:09:45.864 DEBUG:teuthology.orchestra.run.smithi148:> sudo apt-get update 2023-11-08T02:09:46.022 INFO:teuthology.orchestra.run.smithi148.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2023-11-08T02:09:46.114 INFO:teuthology.orchestra.run.smithi148.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2023-11-08T02:09:46.196 INFO:teuthology.orchestra.run.smithi148.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2023-11-08T02:09:46.278 INFO:teuthology.orchestra.run.smithi148.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2023-11-08T02:09:46.386 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2023-11-08T02:09:46.411 DEBUG:teuthology.orchestra.run.smithi153:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-08T02:09:46.481 INFO:teuthology.orchestra.run.smithi153.stdout:Reading package lists... 2023-11-08T02:09:46.661 INFO:teuthology.orchestra.run.smithi153.stdout:Building dependency tree... 2023-11-08T02:09:46.662 INFO:teuthology.orchestra.run.smithi153.stdout:Reading state information... 2023-11-08T02:09:46.873 INFO:teuthology.orchestra.run.smithi153.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.88.98~20.04.46). 2023-11-08T02:09:46.873 INFO:teuthology.orchestra.run.smithi153.stdout:0 upgraded, 0 newly installed, 0 to remove and 276 not upgraded. 2023-11-08T02:09:46.875 DEBUG:teuthology.orchestra.run.smithi153:> dpkg -s linux-image-generic-hwe-20.04 2023-11-08T02:09:46.891 INFO:teuthology.orchestra.run.smithi153.stdout:Package: linux-image-generic-hwe-20.04 2023-11-08T02:09:46.892 INFO:teuthology.orchestra.run.smithi153.stdout:Status: install ok installed 2023-11-08T02:09:46.892 INFO:teuthology.orchestra.run.smithi153.stdout:Priority: optional 2023-11-08T02:09:46.892 INFO:teuthology.orchestra.run.smithi153.stdout:Section: kernel 2023-11-08T02:09:46.892 INFO:teuthology.orchestra.run.smithi153.stdout:Installed-Size: 20 2023-11-08T02:09:46.893 INFO:teuthology.orchestra.run.smithi153.stdout:Maintainer: Ubuntu Kernel Team 2023-11-08T02:09:46.893 INFO:teuthology.orchestra.run.smithi153.stdout:Architecture: amd64 2023-11-08T02:09:46.893 INFO:teuthology.orchestra.run.smithi153.stdout:Source: linux-meta-hwe-5.15 2023-11-08T02:09:46.893 INFO:teuthology.orchestra.run.smithi153.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-08T02:09:46.893 INFO:teuthology.orchestra.run.smithi153.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-88), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-11-08T02:09:46.894 INFO:teuthology.orchestra.run.smithi153.stdout:Depends: linux-image-5.15.0-88-generic, linux-modules-extra-5.15.0-88-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-08T02:09:46.894 INFO:teuthology.orchestra.run.smithi153.stdout:Recommends: thermald 2023-11-08T02:09:46.894 INFO:teuthology.orchestra.run.smithi153.stdout:Description: Generic Linux kernel image 2023-11-08T02:09:46.894 INFO:teuthology.orchestra.run.smithi153.stdout: This package will always depend on the latest generic kernel image 2023-11-08T02:09:46.894 INFO:teuthology.orchestra.run.smithi153.stdout: available. 2023-11-08T02:09:46.895 DEBUG:teuthology.orchestra.run.smithi153:> mktemp 2023-11-08T02:09:46.900 INFO:teuthology.orchestra.run.smithi153.stdout:/tmp/tmp.vRJZ5nu4LF 2023-11-08T02:09:46.900 DEBUG:teuthology.orchestra.run.smithi153:> sudo cp /boot/grub/grub.cfg /tmp/tmp.vRJZ5nu4LF 2023-11-08T02:09:46.916 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 0666 /tmp/tmp.vRJZ5nu4LF 2023-11-08T02:09:46.946 DEBUG:teuthology.orchestra.remote:smithi153:/tmp/tmp.vRJZ5nu4LF is 9KB 2023-11-08T02:09:46.960 DEBUG:teuthology.orchestra.run.smithi153:> rm -fr /tmp/tmp.vRJZ5nu4LF 2023-11-08T02:09:46.966 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-08T02:09:47.022 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-11-08T02:09:47.023 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-08T02:09:47.023 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-08T02:09:47.052 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-88-generic 2023-11-08T02:09:47.053 DEBUG:teuthology.orchestra.run.smithi153:> sudo update-grub 2023-11-08T02:09:47.783 INFO:teuthology.orchestra.run.smithi148.stdout:Reading package lists... 2023-11-08T02:09:47.806 DEBUG:teuthology.orchestra.run.smithi148:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2023-11-08T02:09:47.874 INFO:teuthology.orchestra.run.smithi148.stdout:Reading package lists... 2023-11-08T02:09:48.075 INFO:teuthology.orchestra.run.smithi148.stdout:Building dependency tree... 2023-11-08T02:09:48.076 INFO:teuthology.orchestra.run.smithi148.stdout:Reading state information... 2023-11-08T02:09:48.285 INFO:teuthology.orchestra.run.smithi148.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.15.0.88.98~20.04.46). 2023-11-08T02:09:48.285 INFO:teuthology.orchestra.run.smithi148.stdout:0 upgraded, 0 newly installed, 0 to remove and 276 not upgraded. 2023-11-08T02:09:48.287 DEBUG:teuthology.orchestra.run.smithi148:> dpkg -s linux-image-generic-hwe-20.04 2023-11-08T02:09:48.308 INFO:teuthology.orchestra.run.smithi148.stdout:Package: linux-image-generic-hwe-20.04 2023-11-08T02:09:48.309 INFO:teuthology.orchestra.run.smithi148.stdout:Status: install ok installed 2023-11-08T02:09:48.309 INFO:teuthology.orchestra.run.smithi148.stdout:Priority: optional 2023-11-08T02:09:48.309 INFO:teuthology.orchestra.run.smithi148.stdout:Section: kernel 2023-11-08T02:09:48.309 INFO:teuthology.orchestra.run.smithi148.stdout:Installed-Size: 20 2023-11-08T02:09:48.310 INFO:teuthology.orchestra.run.smithi148.stdout:Maintainer: Ubuntu Kernel Team 2023-11-08T02:09:48.310 INFO:teuthology.orchestra.run.smithi148.stdout:Architecture: amd64 2023-11-08T02:09:48.310 INFO:teuthology.orchestra.run.smithi148.stdout:Source: linux-meta-hwe-5.15 2023-11-08T02:09:48.310 INFO:teuthology.orchestra.run.smithi148.stdout:Version: 5.15.0.88.98~20.04.46 2023-11-08T02:09:48.310 INFO:teuthology.orchestra.run.smithi148.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.1), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-88), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.1) 2023-11-08T02:09:48.311 INFO:teuthology.orchestra.run.smithi148.stdout:Depends: linux-image-5.15.0-88-generic, linux-modules-extra-5.15.0-88-generic, linux-firmware, intel-microcode, amd64-microcode 2023-11-08T02:09:48.311 INFO:teuthology.orchestra.run.smithi148.stdout:Recommends: thermald 2023-11-08T02:09:48.311 INFO:teuthology.orchestra.run.smithi148.stdout:Description: Generic Linux kernel image 2023-11-08T02:09:48.311 INFO:teuthology.orchestra.run.smithi148.stdout: This package will always depend on the latest generic kernel image 2023-11-08T02:09:48.311 INFO:teuthology.orchestra.run.smithi148.stdout: available. 2023-11-08T02:09:48.312 DEBUG:teuthology.orchestra.run.smithi148:> mktemp 2023-11-08T02:09:48.317 INFO:teuthology.orchestra.run.smithi148.stdout:/tmp/tmp.A5hbWDvtg9 2023-11-08T02:09:48.317 DEBUG:teuthology.orchestra.run.smithi148:> sudo cp /boot/grub/grub.cfg /tmp/tmp.A5hbWDvtg9 2023-11-08T02:09:48.323 INFO:teuthology.orchestra.run.smithi153.stderr:Sourcing file `/etc/default/grub' 2023-11-08T02:09:48.328 INFO:teuthology.orchestra.run.smithi153.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-08T02:09:48.340 INFO:teuthology.orchestra.run.smithi153.stderr:Generating grub configuration file ... 2023-11-08T02:09:48.375 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 0666 /tmp/tmp.A5hbWDvtg9 2023-11-08T02:09:48.413 DEBUG:teuthology.orchestra.remote:smithi148:/tmp/tmp.A5hbWDvtg9 is 9KB 2023-11-08T02:09:48.427 DEBUG:teuthology.orchestra.run.smithi148:> rm -fr /tmp/tmp.A5hbWDvtg9 2023-11-08T02:09:48.433 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2023-11-08T02:09:48.489 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-11-08T02:09:48.489 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/grub.d/01_ceph_kernel 2023-11-08T02:09:48.489 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2023-11-08T02:09:48.523 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-88-generic 2023-11-08T02:09:48.524 DEBUG:teuthology.orchestra.run.smithi148:> sudo update-grub 2023-11-08T02:09:48.598 INFO:teuthology.orchestra.run.smithi153.stderr:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-08T02:09:48.610 INFO:teuthology.orchestra.run.smithi153.stderr:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-08T02:09:48.952 INFO:teuthology.orchestra.run.smithi153.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-08T02:09:48.963 INFO:teuthology.orchestra.run.smithi153.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-08T02:09:49.812 INFO:teuthology.orchestra.run.smithi148.stderr:Sourcing file `/etc/default/grub' 2023-11-08T02:09:49.821 INFO:teuthology.orchestra.run.smithi148.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2023-11-08T02:09:49.829 INFO:teuthology.orchestra.run.smithi148.stderr:Generating grub configuration file ... 2023-11-08T02:09:50.021 INFO:teuthology.orchestra.run.smithi153.stderr:done 2023-11-08T02:09:50.023 DEBUG:teuthology.orchestra.run.smithi153:> sudo shutdown -r now 2023-11-08T02:09:50.090 INFO:teuthology.orchestra.run.smithi148.stderr:Found linux image: /boot/vmlinuz-5.15.0-88-generic 2023-11-08T02:09:50.102 INFO:teuthology.orchestra.run.smithi148.stderr:Found initrd image: /boot/initrd.img-5.15.0-88-generic 2023-11-08T02:09:50.456 INFO:teuthology.orchestra.run.smithi148.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2023-11-08T02:09:50.467 INFO:teuthology.orchestra.run.smithi148.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2023-11-08T02:09:51.621 INFO:teuthology.orchestra.run.smithi148.stderr:done 2023-11-08T02:09:51.622 DEBUG:teuthology.orchestra.run.smithi148:> sudo shutdown -r now 2023-11-08T02:10:20.042 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-08T02:10:20.043 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-11-08T02:10:20.044 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:10:21.626 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-08T02:10:21.627 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2023-11-08T02:10:21.627 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:10:54.715 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2023-11-08T02:10:56.250 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2023-11-08T02:11:03.723 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-11-08T02:11:03.724 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:11:05.253 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2023-11-08T02:11:05.254 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:11:23.646 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.148 2023-11-08T02:11:35.163 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2023-11-08T02:11:35.648 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2023-11-08T02:11:35.649 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:11:36.060 DEBUG:teuthology.orchestra.run.smithi148:> true 2023-11-08T02:11:36.883 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2023-11-08T02:11:36.883 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-88-generic"... 2023-11-08T02:11:36.884 DEBUG:teuthology.orchestra.run.smithi148:> uname -r 2023-11-08T02:11:36.935 INFO:teuthology.orchestra.run.smithi148.stdout:5.15.0-88-generic 2023-11-08T02:11:36.936 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-88-generic vs 5.15.0-88-generic 2023-11-08T02:11:36.936 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T02:11:36.936 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-08T02:11:37.938 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-08T02:11:37.938 DEBUG:teuthology.orchestra.run.smithi148:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T02:11:38.363 INFO:teuthology.orchestra.run.smithi148.stdout:ttyS1 2023-11-08T02:11:38.396 DEBUG:teuthology.parallel:result is None 2023-11-08T02:11:47.163 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-11-08T02:11:47.165 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:11:47.478 DEBUG:teuthology.orchestra.run.smithi153:> true 2023-11-08T02:11:47.990 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-11-08T02:11:47.990 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-88-generic"... 2023-11-08T02:11:47.990 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2023-11-08T02:11:48.038 INFO:teuthology.orchestra.run.smithi153.stdout:5.15.0-88-generic 2023-11-08T02:11:48.039 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-88-generic vs 5.15.0-88-generic 2023-11-08T02:11:48.039 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-08T02:11:48.039 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2023-11-08T02:11:49.040 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-08T02:11:49.041 DEBUG:teuthology.orchestra.run.smithi153:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-08T02:11:49.402 INFO:teuthology.orchestra.run.smithi153.stdout:ttyS1 2023-11-08T02:11:49.427 DEBUG:teuthology.parallel:result is None 2023-11-08T02:11:49.427 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-08T02:11:49.491 INFO:teuthology.task.internal:Creating test directory... 2023-11-08T02:11:49.491 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T02:11:49.494 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-08T02:11:49.501 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-08T02:11:49.508 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-08T02:11:49.515 INFO:teuthology.task.internal:Creating archive directory... 2023-11-08T02:11:49.515 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T02:11:49.543 DEBUG:teuthology.orchestra.run.smithi153:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-08T02:11:49.592 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-08T02:11:49.599 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-08T02:11:49.599 DEBUG:teuthology.orchestra.run.smithi148:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-08T02:11:49.602 DEBUG:teuthology.orchestra.run.smithi153:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-11-08T02:11:49.621 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T02:11:49.625 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T02:11:49.628 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T02:11:49.632 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-08T02:11:49.633 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-08T02:11:49.641 INFO:teuthology.task.internal:Configuring sudo... 2023-11-08T02:11:49.641 DEBUG:teuthology.orchestra.run.smithi148:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T02:11:49.675 DEBUG:teuthology.orchestra.run.smithi153:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-08T02:11:49.697 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-08T02:11:49.706 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-08T02:11:49.707 DEBUG:teuthology.orchestra.run.smithi148:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T02:11:49.735 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-08T02:11:49.751 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T02:11:49.788 DEBUG:teuthology.orchestra.run.smithi148:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T02:11:49.836 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-11-08T02:11:49.837 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T02:11:49.936 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-08T02:11:49.944 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-08T02:11:49.995 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-11-08T02:11:49.995 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-08T02:11:50.057 DEBUG:teuthology.orchestra.run.smithi148:> sudo service rsyslog restart 2023-11-08T02:11:50.059 DEBUG:teuthology.orchestra.run.smithi153:> sudo service rsyslog restart 2023-11-08T02:11:50.147 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-08T02:11:50.156 INFO:teuthology.task.internal:Starting timer... 2023-11-08T02:11:50.156 INFO:teuthology.run_tasks:Running task pcp... 2023-11-08T02:11:50.169 INFO:teuthology.run_tasks:Running task selinux... 2023-11-08T02:11:50.178 DEBUG:teuthology.task.selinux:Excluding smithi148: OS 'ubuntu' does not support SELinux 2023-11-08T02:11:50.178 DEBUG:teuthology.task.selinux:Excluding smithi153: OS 'ubuntu' does not support SELinux 2023-11-08T02:11:50.179 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-08T02:11:50.179 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2023-11-08T02:11:50.179 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-08T02:11:50.180 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-08T02:11:50.188 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-11-08T02:11:50.194 INFO:teuthology.repo_utils:Fetching main from origin 2023-11-08T02:11:50.352 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-08T02:11:50.368 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-11-08T02:11:50.370 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi148.front.sepia.ceph.com,smithi153.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-08T02:17:35.327 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi148.front.sepia.ceph.com'), Remote(name='ubuntu@smithi153.front.sepia.ceph.com')] 2023-11-08T02:17:35.329 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi148.front.sepia.ceph.com' 2023-11-08T02:17:35.330 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi148.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:17:35.418 DEBUG:teuthology.orchestra.run.smithi148:> true 2023-11-08T02:17:35.540 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi148.front.sepia.ceph.com' 2023-11-08T02:17:35.540 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-11-08T02:17:35.541 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-08T02:17:35.632 DEBUG:teuthology.orchestra.run.smithi153:> true 2023-11-08T02:17:35.752 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2023-11-08T02:17:35.753 INFO:teuthology.run_tasks:Running task clock... 2023-11-08T02:17:35.764 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-08T02:17:35.765 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T02:17:35.765 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T02:17:35.768 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-08T02:17:35.768 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T02:17:35.798 INFO:teuthology.orchestra.run.smithi148.stdout: 8 Nov 02:17:35 ntpd[22702]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-11-08T02:17:35.798 INFO:teuthology.orchestra.run.smithi148.stdout: 8 Nov 02:17:35 ntpd[22702]: Command line: ntpd -gq 2023-11-08T02:17:35.799 INFO:teuthology.orchestra.run.smithi148.stdout: 8 Nov 02:17:35 ntpd[22702]: proto: precision = 0.093 usec (-23) 2023-11-08T02:17:35.800 INFO:teuthology.orchestra.run.smithi148.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-08T02:17:35.801 INFO:teuthology.orchestra.run.smithi148.stdout: 8 Nov 02:17:35 ntpd[22702]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-08T02:17:35.801 INFO:teuthology.orchestra.run.smithi148.stdout: 8 Nov 02:17:35 ntpd[22702]: restrict ::: KOD does nothing without LIMITED. 2023-11-08T02:17:35.801 INFO:teuthology.orchestra.run.smithi148.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-08T02:17:35.802 INFO:teuthology.orchestra.run.smithi148.stdout: 8 Nov 02:17:35 ntpd[22702]: Listen and drop on 0 v6wildcard [::]:123 2023-11-08T02:17:35.803 INFO:teuthology.orchestra.run.smithi148.stdout: 8 Nov 02:17:35 ntpd[22702]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-08T02:17:35.803 INFO:teuthology.orchestra.run.smithi148.stdout: 8 Nov 02:17:35 ntpd[22702]: Listen normally on 2 lo 127.0.0.1:123 2023-11-08T02:17:35.803 INFO:teuthology.orchestra.run.smithi148.stdout: 8 Nov 02:17:35 ntpd[22702]: Listen normally on 3 enp3s0f1 172.21.15.148:123 2023-11-08T02:17:35.803 INFO:teuthology.orchestra.run.smithi148.stdout: 8 Nov 02:17:35 ntpd[22702]: Listen normally on 4 lo [::1]:123 2023-11-08T02:17:35.803 INFO:teuthology.orchestra.run.smithi148.stdout: 8 Nov 02:17:35 ntpd[22702]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7257%5]:123 2023-11-08T02:17:35.804 INFO:teuthology.orchestra.run.smithi148.stdout: 8 Nov 02:17:35 ntpd[22702]: Listening on routing socket on fd #22 for interface updates 2023-11-08T02:17:35.826 INFO:teuthology.orchestra.run.smithi153.stdout: 8 Nov 02:17:35 ntpd[22752]: ntpd 4.2.8p12@1.3728-o (1): Starting 2023-11-08T02:17:35.827 INFO:teuthology.orchestra.run.smithi153.stdout: 8 Nov 02:17:35 ntpd[22752]: Command line: ntpd -gq 2023-11-08T02:17:35.827 INFO:teuthology.orchestra.run.smithi153.stdout: 8 Nov 02:17:35 ntpd[22752]: proto: precision = 0.040 usec (-24) 2023-11-08T02:17:35.828 INFO:teuthology.orchestra.run.smithi153.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-08T02:17:35.829 INFO:teuthology.orchestra.run.smithi153.stdout: 8 Nov 02:17:35 ntpd[22752]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2023-11-08T02:17:35.829 INFO:teuthology.orchestra.run.smithi153.stderr:restrict ::: KOD does nothing without LIMITED. 2023-11-08T02:17:35.830 INFO:teuthology.orchestra.run.smithi153.stdout: 8 Nov 02:17:35 ntpd[22752]: restrict ::: KOD does nothing without LIMITED. 2023-11-08T02:17:35.831 INFO:teuthology.orchestra.run.smithi153.stdout: 8 Nov 02:17:35 ntpd[22752]: Listen and drop on 0 v6wildcard [::]:123 2023-11-08T02:17:35.831 INFO:teuthology.orchestra.run.smithi153.stdout: 8 Nov 02:17:35 ntpd[22752]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2023-11-08T02:17:35.831 INFO:teuthology.orchestra.run.smithi153.stdout: 8 Nov 02:17:35 ntpd[22752]: Listen normally on 2 lo 127.0.0.1:123 2023-11-08T02:17:35.831 INFO:teuthology.orchestra.run.smithi153.stdout: 8 Nov 02:17:35 ntpd[22752]: Listen normally on 3 enp3s0f1 172.21.15.153:123 2023-11-08T02:17:35.831 INFO:teuthology.orchestra.run.smithi153.stdout: 8 Nov 02:17:35 ntpd[22752]: Listen normally on 4 lo [::1]:123 2023-11-08T02:17:35.832 INFO:teuthology.orchestra.run.smithi153.stdout: 8 Nov 02:17:35 ntpd[22752]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6deb%5]:123 2023-11-08T02:17:35.832 INFO:teuthology.orchestra.run.smithi153.stdout: 8 Nov 02:17:35 ntpd[22752]: Listening on routing socket on fd #22 for interface updates 2023-11-08T02:17:36.798 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:36 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:36.799 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:36 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:36.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:36 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:36.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:36 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:36.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:36 ntpd[22702]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:36.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:36 ntpd[22702]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:36.827 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:36 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:36.827 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:36 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:36.827 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:36 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:36.828 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:36 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:36.829 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:36 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:36.829 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:36 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:36.829 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:36 ntpd[22752]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:36.829 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:36 ntpd[22752]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:36.830 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:36 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:36.830 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:36 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:36.830 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:36 ntpd[22752]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:36.830 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:36 ntpd[22752]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:38.801 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:38 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:38.802 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:38 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:38.802 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:38 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:38.803 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:38 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:38.803 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:38 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:38.804 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:38 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:38.804 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:38 ntpd[22702]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:38.804 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:38 ntpd[22702]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:38.805 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:38 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:38.805 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:38 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:38.806 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:38 ntpd[22702]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:38.806 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:38 ntpd[22702]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:38.828 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:38.829 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:38.829 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:38.829 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:38.829 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:38.830 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:38.830 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:38.830 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:38.830 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:38.831 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:38.831 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:38.831 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:38.831 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:38.831 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:38.832 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:38.832 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:38.832 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:38.832 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:38.832 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:38.833 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:38 ntpd[22752]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:39.799 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:39 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:39.799 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:39 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:39.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:39 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:39.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:39 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:39.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:39 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:39.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:39 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:39.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:39 ntpd[22702]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:39.801 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:39 ntpd[22702]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:40.799 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:40 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:40.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:40 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:40.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:40 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:40.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:40 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:40.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:40 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:40.801 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:40 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:40.801 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:40 ntpd[22702]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:40.801 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:40 ntpd[22702]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:40.801 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:40 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:40.801 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:40 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:40.802 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:40 ntpd[22702]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:40.802 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:40 ntpd[22702]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:40.828 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:40.828 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:40.829 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:40.829 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:40.829 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:40.829 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:40.830 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:40.830 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:40.830 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:40.830 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:40.830 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:40.831 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:40.831 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:40.833 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:40.833 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:40.833 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:40.834 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:40.834 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:40 ntpd[22752]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:41.799 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:41 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:41.799 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:41 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:41.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:41 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:41.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:41 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:41.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:41 ntpd[22702]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:41.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:41 ntpd[22702]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:42.799 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:42 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:42.799 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:42 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:42.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:42 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:42.800 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:42 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:42.801 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:42 ntpd[22702]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:42.801 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:42 ntpd[22702]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:42.801 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:42 ntpd[22702]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:42.801 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:42 ntpd[22702]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:42.802 INFO:teuthology.orchestra.run.smithi148.stdout: 8 Nov 02:17:42 ntpd[22702]: ntpd: time slew -0.000085 s 2023-11-08T02:17:42.802 INFO:teuthology.orchestra.run.smithi148.stdout:ntpd: time slew -0.000085s 2023-11-08T02:17:42.802 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:42 ntpd[22702]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-08T02:17:42.803 INFO:teuthology.orchestra.run.smithi148.stderr: 8 Nov 02:17:42 ntpd[22702]: can't open /var/log/ntpstats/loopstats.20231108: Permission denied 2023-11-08T02:17:42.827 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:42 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:42.828 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:42 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:42.828 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:42 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:42.828 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:42 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:42.828 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:42 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:42.828 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:42 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:42.829 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:42 ntpd[22752]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2023-11-08T02:17:42.829 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:42 ntpd[22752]: can't open /var/log/ntpstats/rawstats.20231108: Permission denied 2023-11-08T02:17:42.829 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:42 ntpd[22752]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2023-11-08T02:17:42.829 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:42 ntpd[22752]: can't open /var/log/ntpstats/peerstats.20231108: Permission denied 2023-11-08T02:17:42.830 INFO:teuthology.orchestra.run.smithi153.stdout: 8 Nov 02:17:42 ntpd[22752]: ntpd: time slew +0.001225 s 2023-11-08T02:17:42.830 INFO:teuthology.orchestra.run.smithi153.stdout:ntpd: time slew +0.001225s 2023-11-08T02:17:42.830 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:42 ntpd[22752]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2023-11-08T02:17:42.831 INFO:teuthology.orchestra.run.smithi153.stderr: 8 Nov 02:17:42 ntpd[22752]: can't open /var/log/ntpstats/loopstats.20231108: Permission denied 2023-11-08T02:17:42.857 INFO:teuthology.orchestra.run.smithi148.stdout: remote refid st t when poll reach delay offset jitter 2023-11-08T02:17:42.857 INFO:teuthology.orchestra.run.smithi148.stdout:============================================================================== 2023-11-08T02:17:42.858 INFO:teuthology.orchestra.run.smithi148.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-08T02:17:42.858 INFO:teuthology.orchestra.run.smithi148.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-08T02:17:42.858 INFO:teuthology.orchestra.run.smithi148.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-08T02:17:42.858 INFO:teuthology.orchestra.run.smithi148.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-08T02:17:42.885 INFO:teuthology.orchestra.run.smithi153.stdout: remote refid st t when poll reach delay offset jitter 2023-11-08T02:17:42.885 INFO:teuthology.orchestra.run.smithi153.stdout:============================================================================== 2023-11-08T02:17:42.885 INFO:teuthology.orchestra.run.smithi153.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-08T02:17:42.886 INFO:teuthology.orchestra.run.smithi153.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-08T02:17:42.886 INFO:teuthology.orchestra.run.smithi153.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-08T02:17:42.886 INFO:teuthology.orchestra.run.smithi153.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2023-11-08T02:17:42.890 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-11-08T02:17:42.901 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-11-08T02:17:42.901 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-11-08T02:17:42.901 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T02:17:42.909 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-08T02:17:42.909 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_1 2023-11-08T02:17:42.960 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T02:17:42.960 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:17:42.961 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 493 Links: 1 2023-11-08T02:17:42.961 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:17:42.961 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2023-11-08 02:16:05.442704595 +0000 2023-11-08T02:17:42.961 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2023-11-08 02:16:05.130711790 +0000 2023-11-08T02:17:42.961 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2023-11-08 02:16:05.130711790 +0000 2023-11-08T02:17:42.962 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2023-11-08T02:17:42.962 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T02:17:43.016 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2023-11-08T02:17:43.016 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2023-11-08T02:17:43.016 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000413291 s, 1.2 MB/s 2023-11-08T02:17:43.017 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T02:17:43.070 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_2 2023-11-08T02:17:43.121 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T02:17:43.121 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:17:43.121 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 497 Links: 1 2023-11-08T02:17:43.122 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:17:43.122 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2023-11-08 02:16:05.982692142 +0000 2023-11-08T02:17:43.122 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2023-11-08 02:16:05.662699522 +0000 2023-11-08T02:17:43.122 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2023-11-08 02:16:05.662699522 +0000 2023-11-08T02:17:43.122 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2023-11-08T02:17:43.123 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T02:17:43.180 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2023-11-08T02:17:43.180 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2023-11-08T02:17:43.180 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000388535 s, 1.3 MB/s 2023-11-08T02:17:43.181 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T02:17:43.234 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_3 2023-11-08T02:17:43.284 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T02:17:43.284 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:17:43.285 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 503 Links: 1 2023-11-08T02:17:43.285 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:17:43.285 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2023-11-08 02:16:06.510679967 +0000 2023-11-08T02:17:43.285 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2023-11-08 02:16:06.186687438 +0000 2023-11-08T02:17:43.286 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2023-11-08 02:16:06.186687438 +0000 2023-11-08T02:17:43.286 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2023-11-08T02:17:43.286 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T02:17:43.340 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2023-11-08T02:17:43.341 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2023-11-08T02:17:43.341 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000434966 s, 1.2 MB/s 2023-11-08T02:17:43.342 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T02:17:43.394 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/vg_nvme/lv_4 2023-11-08T02:17:43.444 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T02:17:43.445 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:17:43.445 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 511 Links: 1 2023-11-08T02:17:43.445 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:17:43.445 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2023-11-08 02:16:06.742674616 +0000 2023-11-08T02:17:43.446 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2023-11-08 02:16:06.738674709 +0000 2023-11-08T02:17:43.446 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2023-11-08 02:16:06.738674709 +0000 2023-11-08T02:17:43.446 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2023-11-08T02:17:43.446 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T02:17:43.500 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2023-11-08T02:17:43.500 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2023-11-08T02:17:43.501 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000413736 s, 1.2 MB/s 2023-11-08T02:17:43.502 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T02:17:43.554 DEBUG:teuthology.orchestra.run.smithi148:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-08T02:17:43.679 INFO:teuthology.orchestra.run.smithi148.stdout:loop 2023-11-08T02:17:43.680 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_1... 2023-11-08T02:17:43.681 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-08T02:17:43.702 INFO:teuthology.orchestra.run.smithi148.stdout:1 2023-11-08T02:17:43.725 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_11 2023-11-08T02:17:43.748 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_2... 2023-11-08T02:17:43.748 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-08T02:17:43.811 INFO:teuthology.orchestra.run.smithi148.stdout:1 2023-11-08T02:17:43.832 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_21 2023-11-08T02:17:43.852 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_3... 2023-11-08T02:17:43.852 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-08T02:17:43.919 INFO:teuthology.orchestra.run.smithi148.stdout:1 2023-11-08T02:17:43.947 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_31 2023-11-08T02:17:43.970 INFO:tasks.nvme_loop:Connecting nvme_loop smithi148:/dev/vg_nvme/lv_4... 2023-11-08T02:17:43.971 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-08T02:17:44.034 INFO:teuthology.orchestra.run.smithi148.stdout:1 2023-11-08T02:17:44.058 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/vg_nvme/lv_41 2023-11-08T02:17:44.080 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-11-08T02:17:44.080 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T02:17:44.128 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme list 2023-11-08T02:17:44.184 INFO:teuthology.orchestra.run.smithi148.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-08T02:17:44.185 INFO:teuthology.orchestra.run.smithi148.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-08T02:17:44.185 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme0n1 CVFT6233005G400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-11-08T02:17:44.185 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme1n1 e249c61a2ddb4bc381dc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-08T02:17:44.185 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme2n1 d82c3d2c2548ff8ab426 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-08T02:17:44.186 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme3n1 0856070629bb3a48ba20 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-08T02:17:44.186 INFO:teuthology.orchestra.run.smithi148.stdout:/dev/nvme4n1 c1b70c0bd220abafa406 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-08T02:17:44.187 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T02:17:44.187 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-11-08T02:17:44.188 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/scratch_devs 2023-11-08T02:17:44.243 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-11-08T02:17:44.243 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T02:17:44.251 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-11-08T02:17:44.251 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_1 2023-11-08T02:17:44.300 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-11-08T02:17:44.301 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:17:44.301 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 492 Links: 1 2023-11-08T02:17:44.301 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:17:44.301 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-11-08 02:16:05.399446402 +0000 2023-11-08T02:17:44.301 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-11-08 02:16:05.395446495 +0000 2023-11-08T02:17:44.302 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-11-08 02:16:05.395446495 +0000 2023-11-08T02:17:44.302 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-11-08T02:17:44.302 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-11-08T02:17:44.354 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-11-08T02:17:44.355 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-11-08T02:17:44.355 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000391904 s, 1.3 MB/s 2023-11-08T02:17:44.356 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-11-08T02:17:44.406 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_2 2023-11-08T02:17:44.456 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-11-08T02:17:44.457 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:17:44.457 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 498 Links: 1 2023-11-08T02:17:44.457 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:17:44.457 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-11-08 02:16:06.219427492 +0000 2023-11-08T02:17:44.457 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-11-08 02:16:05.923434319 +0000 2023-11-08T02:17:44.458 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-11-08 02:16:05.923434319 +0000 2023-11-08T02:17:44.458 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-11-08T02:17:44.458 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-11-08T02:17:44.510 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-11-08T02:17:44.510 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-11-08T02:17:44.510 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000358637 s, 1.4 MB/s 2023-11-08T02:17:44.511 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-11-08T02:17:44.562 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_3 2023-11-08T02:17:44.612 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-11-08T02:17:44.612 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:17:44.613 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 504 Links: 1 2023-11-08T02:17:44.613 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:17:44.613 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-11-08 02:16:06.431422603 +0000 2023-11-08T02:17:44.613 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-11-08 02:16:06.427422696 +0000 2023-11-08T02:17:44.613 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-11-08 02:16:06.427422696 +0000 2023-11-08T02:17:44.614 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-11-08T02:17:44.614 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-11-08T02:17:44.667 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-11-08T02:17:44.668 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-11-08T02:17:44.668 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000394128 s, 1.3 MB/s 2023-11-08T02:17:44.669 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-11-08T02:17:44.722 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_4 2023-11-08T02:17:44.772 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-11-08T02:17:44.773 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-11-08T02:17:44.773 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 507 Links: 1 2023-11-08T02:17:44.773 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-11-08T02:17:44.773 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-11-08 02:16:07.307402403 +0000 2023-11-08T02:17:44.774 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-11-08 02:16:06.991409689 +0000 2023-11-08T02:17:44.774 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-11-08 02:16:06.991409689 +0000 2023-11-08T02:17:44.774 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-11-08T02:17:44.774 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-11-08T02:17:44.828 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-11-08T02:17:44.828 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-11-08T02:17:44.829 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000417596 s, 1.2 MB/s 2023-11-08T02:17:44.830 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-11-08T02:17:44.882 DEBUG:teuthology.orchestra.run.smithi153:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-11-08T02:17:45.011 INFO:teuthology.orchestra.run.smithi153.stdout:loop 2023-11-08T02:17:45.012 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_1... 2023-11-08T02:17:45.013 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-11-08T02:17:45.035 INFO:teuthology.orchestra.run.smithi153.stdout:1 2023-11-08T02:17:45.061 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_11 2023-11-08T02:17:45.080 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_2... 2023-11-08T02:17:45.081 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-11-08T02:17:45.143 INFO:teuthology.orchestra.run.smithi153.stdout:1 2023-11-08T02:17:45.165 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_21 2023-11-08T02:17:45.189 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_3... 2023-11-08T02:17:45.190 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-11-08T02:17:45.258 INFO:teuthology.orchestra.run.smithi153.stdout:1 2023-11-08T02:17:45.281 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_31 2023-11-08T02:17:45.301 INFO:tasks.nvme_loop:Connecting nvme_loop smithi153:/dev/vg_nvme/lv_4... 2023-11-08T02:17:45.301 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-11-08T02:17:45.366 INFO:teuthology.orchestra.run.smithi153.stdout:1 2023-11-08T02:17:45.394 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/vg_nvme/lv_41 2023-11-08T02:17:45.418 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-11-08T02:17:45.418 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T02:17:45.468 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme list 2023-11-08T02:17:45.522 INFO:teuthology.orchestra.run.smithi153.stdout:Node SN Model Namespace Usage Format FW Rev 2023-11-08T02:17:45.522 INFO:teuthology.orchestra.run.smithi153.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-11-08T02:17:45.522 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme0n1 CVFT623300MV400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV10171 2023-11-08T02:17:45.523 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme1n1 31ffb61d70d899d76428 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-08T02:17:45.523 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme2n1 8a36858f986a52c1e3b0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-08T02:17:45.523 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme3n1 d60a7cbf0b1992ef4dbb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-08T02:17:45.523 INFO:teuthology.orchestra.run.smithi153.stdout:/dev/nvme4n1 a902ce78a2d340a8d3e4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.15.0-8 2023-11-08T02:17:45.524 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T02:17:45.524 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-11-08T02:17:45.525 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/scratch_devs 2023-11-08T02:17:45.580 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-08T02:17:45.655 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': 'cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f'} 2023-11-08T02:17:45.655 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T02:17:45.656 INFO:tasks.cephadm:Cluster fsid is 013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:17:45.656 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-08T02:17:45.657 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-08T02:17:45.657 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi148': '172.21.15.148', 'mon.smithi153': '172.21.15.153'} 2023-11-08T02:17:45.657 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-08T02:17:45.658 DEBUG:teuthology.orchestra.run.smithi148:> sudo hostname $(hostname -s) 2023-11-08T02:17:45.674 DEBUG:teuthology.orchestra.run.smithi153:> sudo hostname $(hostname -s) 2023-11-08T02:17:45.690 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f)... 2023-11-08T02:17:45.691 DEBUG:teuthology.orchestra.run.smithi148:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-08T02:17:45.890 INFO:teuthology.orchestra.run.smithi148.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 8 02:17 /home/ubuntu/cephtest/cephadm 2023-11-08T02:17:45.890 DEBUG:teuthology.orchestra.run.smithi153:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-08T02:17:46.039 INFO:teuthology.orchestra.run.smithi153.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Nov 8 02:17 /home/ubuntu/cephtest/cephadm 2023-11-08T02:17:46.039 DEBUG:teuthology.orchestra.run.smithi148:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T02:17:46.049 DEBUG:teuthology.orchestra.run.smithi153:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-08T02:17:46.064 DEBUG:teuthology.orchestra.run.smithi148:> sudo mkdir -p /etc/ceph 2023-11-08T02:17:46.105 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /etc/ceph 2023-11-08T02:17:46.121 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 777 /etc/ceph 2023-11-08T02:17:46.163 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 777 /etc/ceph 2023-11-08T02:17:46.180 INFO:tasks.cephadm:Writing seed config... 2023-11-08T02:17:46.181 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-11-08T02:17:46.181 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-11-08T02:17:46.182 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-11-08T02:17:46.182 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-11-08T02:17:46.182 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-11-08T02:17:46.182 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-11-08T02:17:46.183 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-11-08T02:17:46.183 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-11-08T02:17:46.184 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-11-08T02:17:46.184 DEBUG:teuthology.orchestra.run.smithi148:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-11-08T02:17:46.216 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd 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 = 013513a2-7ddd-11ee-8dbb-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-11-08T02:17:46.216 DEBUG:teuthology.orchestra.run.smithi148:mon.smithi148> sudo journalctl -f -n 0 -u ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7@mon.smithi148.service 2023-11-08T02:17:46.259 INFO:tasks.cephadm:Bootstrapping... 2023-11-08T02:17:46.260 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f -v bootstrap --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 --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.148 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:17:46.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-11-08T02:17:46.655 INFO:teuthology.orchestra.run.smithi148.stderr:-------------------------------------------------------------------------------- 2023-11-08T02:17:46.656 INFO:teuthology.orchestra.run.smithi148.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f', '-v', 'bootstrap', '--fsid', '013513a2-7ddd-11ee-8dbb-212e2dc638e7', '--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.148', '--skip-admin-label'] 2023-11-08T02:17:46.656 INFO:teuthology.orchestra.run.smithi148.stderr:Verifying podman|docker is present... 2023-11-08T02:17:46.656 INFO:teuthology.orchestra.run.smithi148.stderr:Verifying lvm2 is present... 2023-11-08T02:17:46.656 INFO:teuthology.orchestra.run.smithi148.stderr:Verifying time synchronization is in place... 2023-11-08T02:17:46.663 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T02:17:46.670 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: inactive 2023-11-08T02:17:46.677 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-08T02:17:46.684 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: inactive 2023-11-08T02:17:46.691 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: masked 2023-11-08T02:17:46.697 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: inactive 2023-11-08T02:17:46.704 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-08T02:17:46.710 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: inactive 2023-11-08T02:17:46.718 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: enabled 2023-11-08T02:17:46.725 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: active 2023-11-08T02:17:46.726 INFO:teuthology.orchestra.run.smithi148.stderr:Unit ntp.service is enabled and running 2023-11-08T02:17:46.726 INFO:teuthology.orchestra.run.smithi148.stderr:Repeating the final host check... 2023-11-08T02:17:46.727 INFO:teuthology.orchestra.run.smithi148.stderr:docker (/usr/bin/docker) is present 2023-11-08T02:17:46.727 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl is present 2023-11-08T02:17:46.727 INFO:teuthology.orchestra.run.smithi148.stderr:lvcreate is present 2023-11-08T02:17:46.733 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-11-08T02:17:46.740 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: inactive 2023-11-08T02:17:46.747 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2023-11-08T02:17:46.754 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: inactive 2023-11-08T02:17:46.761 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: masked 2023-11-08T02:17:46.768 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: inactive 2023-11-08T02:17:46.774 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2023-11-08T02:17:46.780 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: inactive 2023-11-08T02:17:46.789 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: enabled 2023-11-08T02:17:46.796 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: active 2023-11-08T02:17:46.797 INFO:teuthology.orchestra.run.smithi148.stderr:Unit ntp.service is enabled and running 2023-11-08T02:17:46.797 INFO:teuthology.orchestra.run.smithi148.stderr:Host looks OK 2023-11-08T02:17:46.798 INFO:teuthology.orchestra.run.smithi148.stderr:Cluster fsid: 013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:17:46.798 INFO:teuthology.orchestra.run.smithi148.stderr:Acquiring lock 139867328338336 on /run/cephadm/013513a2-7ddd-11ee-8dbb-212e2dc638e7.lock 2023-11-08T02:17:46.799 INFO:teuthology.orchestra.run.smithi148.stderr:Lock 139867328338336 acquired on /run/cephadm/013513a2-7ddd-11ee-8dbb-212e2dc638e7.lock 2023-11-08T02:17:46.799 INFO:teuthology.orchestra.run.smithi148.stderr:Verifying IP 172.21.15.148 port 3300 ... 2023-11-08T02:17:46.799 INFO:teuthology.orchestra.run.smithi148.stderr:Verifying IP 172.21.15.148 port 6789 ... 2023-11-08T02:17:46.799 INFO:teuthology.orchestra.run.smithi148.stderr:Base mon IP(s) is [172.21.15.148:3300, 172.21.15.148:6789], mon addrv is [v2:172.21.15.148:3300,v1:172.21.15.148:6789] 2023-11-08T02:17:46.803 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 2023-11-08T02:17:46.803 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.148 metric 100 2023-11-08T02:17:46.804 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-08T02:17:46.804 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.148 2023-11-08T02:17:46.804 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/sbin/ip: 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.148 metric 100 2023-11-08T02:17:46.807 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-11-08T02:17:46.807 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-11-08T02:17:46.808 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1790sec pref medium 2023-11-08T02:17:46.812 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-11-08T02:17:46.812 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/sbin/ip: inet6 ::1/128 scope host 2023-11-08T02:17:46.812 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-11-08T02:17:46.812 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-11-08T02:17:46.812 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/sbin/ip: inet6 fe80::ec4:7aff:fe88:7257/64 scope link 2023-11-08T02:17:46.813 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/sbin/ip: valid_lft forever preferred_lft forever 2023-11-08T02:17:46.814 INFO:teuthology.orchestra.run.smithi148.stderr:Mon IP `172.21.15.148` is in CIDR network `172.21.0.0/20` 2023-11-08T02:17:46.814 INFO:teuthology.orchestra.run.smithi148.stderr:Mon IP `172.21.15.148` is in CIDR network `172.21.0.0/20` 2023-11-08T02:17:46.814 INFO:teuthology.orchestra.run.smithi148.stderr:Mon IP `172.21.15.148` is in CIDR network `172.21.15.254/32` 2023-11-08T02:17:46.814 INFO:teuthology.orchestra.run.smithi148.stderr:Mon IP `172.21.15.148` is in CIDR network `172.21.15.254/32` 2023-11-08T02:17:46.814 INFO:teuthology.orchestra.run.smithi148.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.15.254/32', '172.21.15.254/32'] 2023-11-08T02:17:46.815 INFO:teuthology.orchestra.run.smithi148.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-11-08T02:17:46.815 INFO:teuthology.orchestra.run.smithi148.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f... 2023-11-08T02:17:47.202 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/docker: cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f: Pulling from ceph-ci/ceph 2023-11-08T02:17:47.211 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/docker: ef3cef4bbbe4: Pulling fs layer 2023-11-08T02:17:47.211 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/docker: 3f9c46b4c79b: Pulling fs layer 2023-11-08T02:17:50.908 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/docker: ef3cef4bbbe4: Verifying Checksum 2023-11-08T02:17:50.909 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/docker: ef3cef4bbbe4: Download complete 2023-11-08T02:17:54.559 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/docker: ef3cef4bbbe4: Pull complete 2023-11-08T02:18:03.614 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/docker: 3f9c46b4c79b: Verifying Checksum 2023-11-08T02:18:03.614 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/docker: 3f9c46b4c79b: Download complete 2023-11-08T02:18:15.579 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/docker: 3f9c46b4c79b: Pull complete 2023-11-08T02:18:15.705 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/docker: Digest: sha256:34af139d64baca5207cb93f5f9352e288b8eec3c557361a6e91d1287660694d8 2023-11-08T02:18:15.747 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T02:18:15.771 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f 2023-11-08T02:18:28.383 INFO:teuthology.orchestra.run.smithi148.stderr:ceph: ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable) 2023-11-08T02:18:29.035 INFO:teuthology.orchestra.run.smithi148.stderr:Ceph version: ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable) 2023-11-08T02:18:29.036 INFO:teuthology.orchestra.run.smithi148.stderr:Extracting ceph user uid/gid from container image... 2023-11-08T02:18:29.846 INFO:teuthology.orchestra.run.smithi148.stderr:stat: 167 167 2023-11-08T02:18:30.515 INFO:teuthology.orchestra.run.smithi148.stderr:Creating initial keys... 2023-11-08T02:18:31.359 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-authtool: AQD370plHURtFRAAD8YLOWte6fJXMaYEkpDdMA== 2023-11-08T02:18:32.733 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-authtool: AQD470plAvesKxAAOBGsNCldBRF1G189M2mykA== 2023-11-08T02:18:34.195 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-authtool: AQD670plGJamCxAAhxCSAVM9hcrfAIY1MGEcJg== 2023-11-08T02:18:34.814 INFO:teuthology.orchestra.run.smithi148.stderr:Creating initial monmap... 2023-11-08T02:18:35.693 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T02:18:35.694 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:18:35.694 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T02:18:36.317 INFO:teuthology.orchestra.run.smithi148.stderr:monmaptool for smithi148 [v2:172.21.15.148:3300,v1:172.21.15.148:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-11-08T02:18:36.318 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/monmaptool: set fsid to 013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:18:36.318 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-11-08T02:18:36.318 INFO:teuthology.orchestra.run.smithi148.stderr: 2023-11-08T02:18:36.318 INFO:teuthology.orchestra.run.smithi148.stderr:Creating mon... 2023-11-08T02:18:37.175 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.167+0000 7f68703c0880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T02:18:37.175 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.167+0000 7f68703c0880 1 imported monmap: 2023-11-08T02:18:37.175 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: epoch 0 2023-11-08T02:18:37.176 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:18:37.176 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: last_changed 2023-11-08T02:18:35.693368+0000 2023-11-08T02:18:37.176 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: created 2023-11-08T02:18:35.693368+0000 2023-11-08T02:18:37.200 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-11-08T02:18:37.201 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-11-08T02:18:37.201 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon.smithi148 2023-11-08T02:18:37.201 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.201 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.167+0000 7f68703c0880 0 /usr/bin/ceph-mon: set fsid to 013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:18:37.201 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: RocksDB version: 6.8.1 2023-11-08T02:18:37.202 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.202 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T02:18:37.202 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Compile date Nov 7 2023 2023-11-08T02:18:37.202 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: DB SUMMARY 2023-11-08T02:18:37.202 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.203 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi148/store.db dir, Total Num: 0, files: 2023-11-08T02:18:37.203 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.203 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi148/store.db: 2023-11-08T02:18:37.203 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.203 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.error_if_exists: 0 2023-11-08T02:18:37.203 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.create_if_missing: 1 2023-11-08T02:18:37.204 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T02:18:37.204 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.env: 0x5593161c2080 2023-11-08T02:18:37.204 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.fs: Posix File System 2023-11-08T02:18:37.204 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.info_log: 0x5593188593a0 2023-11-08T02:18:37.204 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T02:18:37.205 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.statistics: (nil) 2023-11-08T02:18:37.205 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.use_fsync: 0 2023-11-08T02:18:37.205 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T02:18:37.205 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T02:18:37.205 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T02:18:37.206 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T02:18:37.206 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T02:18:37.206 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T02:18:37.206 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T02:18:37.206 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T02:18:37.207 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T02:18:37.207 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T02:18:37.207 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T02:18:37.207 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.db_log_dir: 2023-11-08T02:18:37.207 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi148/store.db 2023-11-08T02:18:37.207 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T02:18:37.208 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T02:18:37.208 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T02:18:37.208 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T02:18:37.208 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T02:18:37.208 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T02:18:37.209 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T02:18:37.209 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T02:18:37.209 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T02:18:37.209 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T02:18:37.209 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.write_buffer_manager: 0x55931885f980 2023-11-08T02:18:37.210 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T02:18:37.210 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T02:18:37.210 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T02:18:37.210 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T02:18:37.211 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T02:18:37.211 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T02:18:37.211 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T02:18:37.211 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T02:18:37.211 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T02:18:37.212 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.unordered_write: 0 2023-11-08T02:18:37.212 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T02:18:37.212 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T02:18:37.212 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T02:18:37.212 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T02:18:37.213 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.row_cache: None 2023-11-08T02:18:37.213 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.wal_filter: None 2023-11-08T02:18:37.213 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T02:18:37.213 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T02:18:37.213 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T02:18:37.214 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.two_write_queues: 0 2023-11-08T02:18:37.214 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T02:18:37.214 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.atomic_flush: 0 2023-11-08T02:18:37.214 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T02:18:37.214 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T02:18:37.215 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T02:18:37.215 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.log_readahead_size: 0 2023-11-08T02:18:37.215 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-08T02:18:37.215 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T02:18:37.215 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T02:18:37.216 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T02:18:37.216 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T02:18:37.216 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T02:18:37.216 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T02:18:37.216 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T02:18:37.217 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T02:18:37.217 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T02:18:37.217 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T02:18:37.217 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_open_files: -1 2023-11-08T02:18:37.217 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T02:18:37.218 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T02:18:37.218 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T02:18:37.218 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T02:18:37.218 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Compression algorithms supported: 2023-11-08T02:18:37.218 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T02:18:37.219 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: kZSTD supported: 0 2023-11-08T02:18:37.219 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: kXpressCompression supported: 0 2023-11-08T02:18:37.219 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T02:18:37.219 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T02:18:37.219 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T02:18:37.221 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: kZlibCompression supported: 1 2023-11-08T02:18:37.221 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T02:18:37.221 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T02:18:37.222 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-11-08T02:18:37.222 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.222 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi148/store.db/MANIFEST-000001 2023-11-08T02:18:37.222 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.222 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-08T02:18:37.223 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.223 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T02:18:37.223 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.merge_operator: 2023-11-08T02:18:37.223 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compaction_filter: None 2023-11-08T02:18:37.223 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T02:18:37.224 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T02:18:37.224 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T02:18:37.224 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55931876dd38) 2023-11-08T02:18:37.224 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-11-08T02:18:37.224 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T02:18:37.225 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T02:18:37.225 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-11-08T02:18:37.225 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: index_type: 0 2023-11-08T02:18:37.225 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-11-08T02:18:37.225 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-11-08T02:18:37.225 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-11-08T02:18:37.226 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-11-08T02:18:37.226 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: checksum: 1 2023-11-08T02:18:37.226 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-11-08T02:18:37.226 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: block_cache: 0x5593187a4d10 2023-11-08T02:18:37.226 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-11-08T02:18:37.227 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-11-08T02:18:37.227 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-11-08T02:18:37.227 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-11-08T02:18:37.227 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-11-08T02:18:37.227 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-11-08T02:18:37.228 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-11-08T02:18:37.228 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-11-08T02:18:37.228 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-11-08T02:18:37.228 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-11-08T02:18:37.228 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-11-08T02:18:37.228 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-11-08T02:18:37.229 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-11-08T02:18:37.229 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-11-08T02:18:37.229 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-11-08T02:18:37.229 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T02:18:37.229 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-11-08T02:18:37.230 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-11-08T02:18:37.230 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-11-08T02:18:37.230 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: format_version: 2 2023-11-08T02:18:37.230 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-11-08T02:18:37.230 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: block_align: 0 2023-11-08T02:18:37.231 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.231 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T02:18:37.231 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T02:18:37.231 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compression: NoCompression 2023-11-08T02:18:37.231 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T02:18:37.232 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T02:18:37.232 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T02:18:37.232 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.num_levels: 7 2023-11-08T02:18:37.232 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T02:18:37.232 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T02:18:37.233 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T02:18:37.233 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T02:18:37.233 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T02:18:37.233 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T02:18:37.233 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T02:18:37.234 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T02:18:37.234 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T02:18:37.234 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T02:18:37.234 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T02:18:37.234 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T02:18:37.235 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T02:18:37.235 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T02:18:37.235 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T02:18:37.235 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T02:18:37.235 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T02:18:37.236 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T02:18:37.236 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T02:18:37.236 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T02:18:37.236 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T02:18:37.236 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T02:18:37.236 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T02:18:37.237 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T02:18:37.237 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T02:18:37.237 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T02:18:37.237 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T02:18:37.237 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T02:18:37.237 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T02:18:37.238 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T02:18:37.238 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T02:18:37.238 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T02:18:37.238 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T02:18:37.238 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T02:18:37.239 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T02:18:37.239 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T02:18:37.239 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T02:18:37.239 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T02:18:37.239 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T02:18:37.240 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T02:18:37.240 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T02:18:37.240 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T02:18:37.240 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T02:18:37.240 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T02:18:37.241 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T02:18:37.241 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T02:18:37.241 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T02:18:37.241 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.table_properties_collectors: 2023-11-08T02:18:37.241 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T02:18:37.242 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T02:18:37.242 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T02:18:37.242 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T02:18:37.242 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T02:18:37.242 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.bloom_locality: 0 2023-11-08T02:18:37.243 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T02:18:37.243 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T02:18:37.243 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T02:18:37.243 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T02:18:37.243 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T02:18:37.244 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.ttl: 2592000 2023-11-08T02:18:37.244 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T02:18:37.244 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi148/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 2023-11-08T02:18:37.244 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.244 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.171+0000 7f68703c0880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-11-08T02:18:37.245 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.245 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.175+0000 7f68703c0880 4 rocksdb: DB pointer 0x55931886d800 2023-11-08T02:18:37.245 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.175+0000 7f6859247700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-08T02:18:37.245 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.175+0000 7f6859247700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-08T02:18:37.245 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-11-08T02:18:37.246 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:18:37.246 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-08T02:18:37.246 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T02:18:37.246 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T02:18:37.246 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-08T02:18:37.246 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-08T02:18:37.247 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T02:18:37.247 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.247 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T02:18:37.247 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 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 2023-11-08T02:18:37.247 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:18:37.248 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 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 2023-11-08T02:18:37.248 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 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 2023-11-08T02:18:37.248 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.248 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T02:18:37.248 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 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 2023-11-08T02:18:37.249 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:18:37.249 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:18:37.249 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T02:18:37.249 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T02:18:37.249 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T02:18:37.250 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T02:18:37.250 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-08T02:18:37.250 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T02:18:37.250 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T02:18:37.250 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T02:18:37.251 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.251 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-08T02:18:37.251 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.251 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T02:18:37.251 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 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 2023-11-08T02:18:37.252 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:18:37.252 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 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 2023-11-08T02:18:37.252 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 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 2023-11-08T02:18:37.252 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.252 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-11-08T02:18:37.252 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 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 2023-11-08T02:18:37.253 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:18:37.253 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:18:37.253 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T02:18:37.253 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T02:18:37.253 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T02:18:37.254 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T02:18:37.254 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-11-08T02:18:37.254 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T02:18:37.254 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T02:18:37.254 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T02:18:37.255 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.255 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-11-08T02:18:37.255 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: 2023-11-08T02:18:37.255 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.175+0000 7f68703c0880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-11-08T02:18:37.255 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.175+0000 7f68703c0880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-11-08T02:18:37.256 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph-mon: debug 2023-11-08T02:18:37.175+0000 7f68703c0880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi148 for mon.smithi148 2023-11-08T02:18:37.762 INFO:teuthology.orchestra.run.smithi148.stderr:create mon.smithi148 on 2023-11-08T02:18:37.992 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2023-11-08T02:18:38.192 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7.target -> /etc/systemd/system/ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7.target. 2023-11-08T02:18:38.192 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7.target -> /etc/systemd/system/ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7.target. 2023-11-08T02:18:38.625 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: Failed to reset failed state of unit ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7@mon.smithi148.service: Unit ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7@mon.smithi148.service not loaded. 2023-11-08T02:18:38.632 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: Created symlink /etc/systemd/system/ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7.target.wants/ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7@mon.smithi148.service -> /etc/systemd/system/ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T02:18:38.866 INFO:teuthology.orchestra.run.smithi148.stderr:firewalld does not appear to be present 2023-11-08T02:18:38.867 INFO:teuthology.orchestra.run.smithi148.stderr:Not possible to enable service . firewalld.service is not available 2023-11-08T02:18:38.867 INFO:teuthology.orchestra.run.smithi148.stderr:Waiting for mon to start... 2023-11-08T02:18:38.867 INFO:teuthology.orchestra.run.smithi148.stderr:Waiting for mon... 2023-11-08T02:18:38.889 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:38 smithi148 systemd[1]: Started Ceph mon.smithi148 for 013513a2-7ddd-11ee-8dbb-212e2dc638e7. 2023-11-08T02:18:40.511 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: cluster: 2023-11-08T02:18:40.511 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: id: 013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:18:40.511 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-11-08T02:18:40.512 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: 2023-11-08T02:18:40.512 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: services: 2023-11-08T02:18:40.512 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi148 (age 0.226169s) 2023-11-08T02:18:40.512 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: mgr: no daemons active 2023-11-08T02:18:40.512 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-11-08T02:18:40.513 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: 2023-11-08T02:18:40.513 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: data: 2023-11-08T02:18:40.513 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-11-08T02:18:40.513 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-11-08T02:18:40.513 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-11-08T02:18:40.514 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: pgs: 2023-11-08T02:18:40.514 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: 2023-11-08T02:18:40.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:40 smithi148 bash[23666]: cluster 2023-11-08T02:18:40.283339+0000 mon.smithi148 (mon.0) 0 : [INF] mkfs 013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:18:40.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:40 smithi148 bash[23666]: cluster 2023-11-08T02:18:40.277710+0000 mon.smithi148 (mon.0) 1 : cluster [INF] mon.smithi148 is new leader, mons smithi148 in quorum (ranks 0) 2023-11-08T02:18:41.180 INFO:teuthology.orchestra.run.smithi148.stderr:mon is available 2023-11-08T02:18:41.180 INFO:teuthology.orchestra.run.smithi148.stderr:Assimilating anything we can from ceph.conf... 2023-11-08T02:18:41.774 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:41 smithi148 bash[23666]: cluster 2023-11-08T02:18:40.281863+0000 mon.smithi148 (mon.0) 2 : cluster [INF] mon.smithi148 is new leader, mons smithi148 in quorum (ranks 0) 2023-11-08T02:18:41.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:41 smithi148 bash[23666]: cluster 2023-11-08T02:18:40.282292+0000 mon.smithi148 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi148=[v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0]} removed_ranks: {} 2023-11-08T02:18:41.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:41 smithi148 bash[23666]: cluster 2023-11-08T02:18:40.285403+0000 mon.smithi148 (mon.0) 4 : cluster [DBG] fsmap 2023-11-08T02:18:41.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:41 smithi148 bash[23666]: cluster 2023-11-08T02:18:40.290610+0000 mon.smithi148 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-08T02:18:41.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:41 smithi148 bash[23666]: cluster 2023-11-08T02:18:40.292546+0000 mon.smithi148 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-11-08T02:18:41.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:41 smithi148 bash[23666]: audit 2023-11-08T02:18:40.507986+0000 mon.smithi148 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.148:0/2342744777' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-11-08T02:18:42.186 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: 2023-11-08T02:18:42.186 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: [global] 2023-11-08T02:18:42.186 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: fsid = 013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:18:42.187 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.148:3300,v1:172.21.15.148:6789] 2023-11-08T02:18:42.187 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-08T02:18:42.187 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-08T02:18:42.187 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-08T02:18:42.187 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-08T02:18:42.188 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: 2023-11-08T02:18:42.188 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: [mgr] 2023-11-08T02:18:42.188 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-08T02:18:42.188 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: 2023-11-08T02:18:42.188 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: [osd] 2023-11-08T02:18:42.189 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-08T02:18:42.189 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-08T02:18:42.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:42 smithi148 bash[23666]: audit 2023-11-08T02:18:42.180513+0000 mon.smithi148 (mon.0) 8 : audit [INF] from='client.? 172.21.15.148:0/1764428819' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T02:18:42.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:42 smithi148 bash[23666]: audit 2023-11-08T02:18:42.184760+0000 mon.smithi148 (mon.0) 9 : audit [INF] from='client.? 172.21.15.148:0/1764428819' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-11-08T02:18:42.869 INFO:teuthology.orchestra.run.smithi148.stderr:Generating new minimal ceph.conf... 2023-11-08T02:18:44.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:44 smithi148 bash[23666]: audit 2023-11-08T02:18:43.995516+0000 mon.smithi148 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.148:0/439995647' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:18:44.614 INFO:teuthology.orchestra.run.smithi148.stderr:Restarting the monitor... 2023-11-08T02:18:44.884 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:44 smithi148 systemd[1]: Stopping Ceph mon.smithi148 for 013513a2-7ddd-11ee-8dbb-212e2dc638e7... 2023-11-08T02:18:44.885 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:44 smithi148 bash[24049]: Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-mon.smithi148 2023-11-08T02:18:44.885 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:44 smithi148 bash[23666]: debug 2023-11-08T02:18:44.802+0000 7fce0500f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi148 -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 2023-11-08T02:18:44.885 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:44 smithi148 bash[23666]: debug 2023-11-08T02:18:44.802+0000 7fce0500f700 -1 mon.smithi148@0(leader) e1 *** Got Signal Terminated *** 2023-11-08T02:18:45.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:45 smithi148 bash[24085]: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-mon-smithi148 2023-11-08T02:18:45.423 INFO:teuthology.orchestra.run.smithi148.stderr:Setting public_network to 172.21.15.254/32,172.21.0.0/20 in mon config section 2023-11-08T02:18:45.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:45 smithi148 bash[24161]: Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-mon-smithi148 2023-11-08T02:18:45.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:45 smithi148 systemd[1]: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7@mon.smithi148.service: Succeeded. 2023-11-08T02:18:45.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:45 smithi148 systemd[1]: Stopped Ceph mon.smithi148 for 013513a2-7ddd-11ee-8dbb-212e2dc638e7. 2023-11-08T02:18:45.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:45 smithi148 systemd[1]: Started Ceph mon.smithi148 for 013513a2-7ddd-11ee-8dbb-212e2dc638e7. 2023-11-08T02:18:46.909 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.834+0000 7f9055a94880 0 set uid:gid to 167:167 (ceph:ceph) 2023-11-08T02:18:46.910 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.834+0000 7f9055a94880 0 ceph version 16.2.14-129-gcfb6fd52 (cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f) pacific (stable), process ceph-mon, pid 7 2023-11-08T02:18:46.910 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.834+0000 7f9055a94880 0 pidfile_write: ignore empty --pid-file 2023-11-08T02:18:46.910 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.838+0000 7f9055a94880 0 load: jerasure load: lrc load: isa 2023-11-08T02:18:46.910 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: RocksDB version: 6.8.1 2023-11-08T02:18:46.911 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-11-08T02:18:46.911 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Compile date Nov 7 2023 2023-11-08T02:18:46.911 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: DB SUMMARY 2023-11-08T02:18:46.911 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: CURRENT file: CURRENT 2023-11-08T02:18:46.911 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: IDENTITY file: IDENTITY 2023-11-08T02:18:46.912 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-11-08T02:18:46.912 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi148/store.db dir, Total Num: 1, files: 000004.sst 2023-11-08T02:18:46.912 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi148/store.db: 000006.log size: 86559 ; 2023-11-08T02:18:46.912 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.error_if_exists: 0 2023-11-08T02:18:46.912 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.create_if_missing: 0 2023-11-08T02:18:46.913 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.paranoid_checks: 1 2023-11-08T02:18:46.913 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.env: 0x5588af1c2080 2023-11-08T02:18:46.913 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.fs: Posix File System 2023-11-08T02:18:46.913 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.info_log: 0x5588b0de6580 2023-11-08T02:18:46.913 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_file_opening_threads: 16 2023-11-08T02:18:46.914 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.statistics: (nil) 2023-11-08T02:18:46.914 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.use_fsync: 0 2023-11-08T02:18:46.914 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_log_file_size: 0 2023-11-08T02:18:46.914 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-11-08T02:18:46.915 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-11-08T02:18:46.915 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.keep_log_file_num: 1000 2023-11-08T02:18:46.915 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.recycle_log_file_num: 0 2023-11-08T02:18:46.915 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.allow_fallocate: 1 2023-11-08T02:18:46.915 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.allow_mmap_reads: 0 2023-11-08T02:18:46.916 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.allow_mmap_writes: 0 2023-11-08T02:18:46.916 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.use_direct_reads: 0 2023-11-08T02:18:46.916 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-11-08T02:18:46.916 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.create_missing_column_families: 0 2023-11-08T02:18:46.916 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.db_log_dir: 2023-11-08T02:18:46.917 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi148/store.db 2023-11-08T02:18:46.917 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-11-08T02:18:46.917 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_subcompactions: 1 2023-11-08T02:18:46.917 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_background_flushes: -1 2023-11-08T02:18:46.917 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-11-08T02:18:46.917 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-11-08T02:18:46.918 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-11-08T02:18:46.918 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-11-08T02:18:46.918 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-11-08T02:18:46.918 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.advise_random_on_open: 1 2023-11-08T02:18:46.918 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.db_write_buffer_size: 0 2023-11-08T02:18:46.919 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.write_buffer_manager: 0x5588b1ada420 2023-11-08T02:18:46.919 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-11-08T02:18:46.919 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-11-08T02:18:46.919 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-11-08T02:18:46.919 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-11-08T02:18:46.920 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.rate_limiter: (nil) 2023-11-08T02:18:46.920 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-11-08T02:18:46.920 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.wal_recovery_mode: 2 2023-11-08T02:18:46.920 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.enable_thread_tracking: 0 2023-11-08T02:18:46.920 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.enable_pipelined_write: 0 2023-11-08T02:18:46.921 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.unordered_write: 0 2023-11-08T02:18:46.921 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-11-08T02:18:46.921 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-11-08T02:18:46.921 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-11-08T02:18:46.921 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-11-08T02:18:46.922 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.row_cache: None 2023-11-08T02:18:46.922 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.wal_filter: None 2023-11-08T02:18:46.922 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-11-08T02:18:46.922 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.allow_ingest_behind: 0 2023-11-08T02:18:46.922 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.preserve_deletes: 0 2023-11-08T02:18:46.923 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.two_write_queues: 0 2023-11-08T02:18:46.923 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.manual_wal_flush: 0 2023-11-08T02:18:46.923 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.atomic_flush: 0 2023-11-08T02:18:46.923 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-11-08T02:18:46.923 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-11-08T02:18:46.924 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-11-08T02:18:46.924 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.log_readahead_size: 0 2023-11-08T02:18:46.924 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-11-08T02:18:46.924 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_background_jobs: 2 2023-11-08T02:18:46.924 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_background_compactions: -1 2023-11-08T02:18:46.924 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-11-08T02:18:46.925 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-11-08T02:18:46.925 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-11-08T02:18:46.925 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_total_wal_size: 0 2023-11-08T02:18:46.925 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-11-08T02:18:46.925 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-11-08T02:18:46.927 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-11-08T02:18:46.927 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-11-08T02:18:46.927 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_open_files: -1 2023-11-08T02:18:46.927 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.bytes_per_sync: 0 2023-11-08T02:18:46.927 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-11-08T02:18:46.928 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-11-08T02:18:46.928 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compaction_readahead_size: 0 2023-11-08T02:18:46.928 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Compression algorithms supported: 2023-11-08T02:18:46.928 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-11-08T02:18:46.928 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: kZSTD supported: 0 2023-11-08T02:18:46.929 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: kXpressCompression supported: 0 2023-11-08T02:18:46.929 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: kLZ4HCCompression supported: 1 2023-11-08T02:18:46.929 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: kLZ4Compression supported: 1 2023-11-08T02:18:46.929 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: kBZip2Compression supported: 0 2023-11-08T02:18:46.929 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: kZlibCompression supported: 1 2023-11-08T02:18:46.930 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: kSnappyCompression supported: 1 2023-11-08T02:18:46.930 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-11-08T02:18:46.930 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi148/store.db/MANIFEST-000005 2023-11-08T02:18:46.930 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-11-08T02:18:46.930 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-11-08T02:18:46.931 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.merge_operator: 2023-11-08T02:18:46.931 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compaction_filter: None 2023-11-08T02:18:46.931 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compaction_filter_factory: None 2023-11-08T02:18:46.931 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-11-08T02:18:46.931 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-11-08T02:18:46.932 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5588b0d89d30) 2023-11-08T02:18:46.932 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: cache_index_and_filter_blocks: 1 2023-11-08T02:18:46.932 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: cache_index_and_filter_blocks_with_high_priority: 0 2023-11-08T02:18:46.932 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-11-08T02:18:46.932 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: pin_top_level_index_and_filter: 1 2023-11-08T02:18:46.933 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: index_type: 0 2023-11-08T02:18:46.933 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: data_block_index_type: 0 2023-11-08T02:18:46.933 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: index_shortening: 1 2023-11-08T02:18:46.933 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: data_block_hash_table_util_ratio: 0.750000 2023-11-08T02:18:46.933 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: hash_index_allow_collision: 1 2023-11-08T02:18:46.934 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: checksum: 1 2023-11-08T02:18:46.934 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: no_block_cache: 0 2023-11-08T02:18:46.934 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: block_cache: 0x5588b0dc0f10 2023-11-08T02:18:46.934 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: block_cache_name: BinnedLRUCache 2023-11-08T02:18:46.935 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: block_cache_options: 2023-11-08T02:18:46.935 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: capacity : 536870912 2023-11-08T02:18:46.935 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: num_shard_bits : 4 2023-11-08T02:18:46.935 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: strict_capacity_limit : 0 2023-11-08T02:18:46.935 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: high_pri_pool_ratio: 0.000 2023-11-08T02:18:46.936 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: block_cache_compressed: (nil) 2023-11-08T02:18:46.936 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: persistent_cache: (nil) 2023-11-08T02:18:46.936 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: block_size: 4096 2023-11-08T02:18:46.936 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: block_size_deviation: 10 2023-11-08T02:18:46.936 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: block_restart_interval: 16 2023-11-08T02:18:46.937 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: index_block_restart_interval: 1 2023-11-08T02:18:46.937 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: metadata_block_size: 4096 2023-11-08T02:18:46.937 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: partition_filters: 0 2023-11-08T02:18:46.937 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: use_delta_encoding: 1 2023-11-08T02:18:46.937 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: filter_policy: rocksdb.BuiltinBloomFilter 2023-11-08T02:18:46.937 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: whole_key_filtering: 1 2023-11-08T02:18:46.938 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: verify_compression: 0 2023-11-08T02:18:46.938 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: read_amp_bytes_per_bit: 0 2023-11-08T02:18:46.938 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: format_version: 2 2023-11-08T02:18:46.938 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: enable_index_compression: 1 2023-11-08T02:18:46.938 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: block_align: 0 2023-11-08T02:18:46.939 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.write_buffer_size: 33554432 2023-11-08T02:18:46.939 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_write_buffer_number: 2 2023-11-08T02:18:46.939 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compression: NoCompression 2023-11-08T02:18:46.939 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.bottommost_compression: Disabled 2023-11-08T02:18:46.939 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.prefix_extractor: nullptr 2023-11-08T02:18:46.940 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-11-08T02:18:46.940 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.num_levels: 7 2023-11-08T02:18:46.940 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-11-08T02:18:46.940 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-11-08T02:18:46.940 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-11-08T02:18:46.940 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-11-08T02:18:46.941 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-11-08T02:18:46.941 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-11-08T02:18:46.941 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-11-08T02:18:46.941 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-11-08T02:18:46.941 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-11-08T02:18:46.942 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-11-08T02:18:46.942 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compression_opts.level: 32767 2023-11-08T02:18:46.942 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compression_opts.strategy: 0 2023-11-08T02:18:46.942 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-11-08T02:18:46.942 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-11-08T02:18:46.943 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compression_opts.enabled: false 2023-11-08T02:18:46.943 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-11-08T02:18:46.943 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-11-08T02:18:46.943 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-11-08T02:18:46.943 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.target_file_size_base: 67108864 2023-11-08T02:18:46.944 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-11-08T02:18:46.944 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-11-08T02:18:46.944 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-11-08T02:18:46.944 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-11-08T02:18:46.944 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-11-08T02:18:46.945 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-11-08T02:18:46.945 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-11-08T02:18:46.945 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-11-08T02:18:46.945 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-11-08T02:18:46.945 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-11-08T02:18:46.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-11-08T02:18:46.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-11-08T02:18:46.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-11-08T02:18:46.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.arena_block_size: 4194304 2023-11-08T02:18:46.946 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-11-08T02:18:46.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-11-08T02:18:46.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-11-08T02:18:46.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.disable_auto_compactions: 0 2023-11-08T02:18:46.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-11-08T02:18:46.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-11-08T02:18:46.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-11-08T02:18:46.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-11-08T02:18:46.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-11-08T02:18:46.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-11-08T02:18:46.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-11-08T02:18:46.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-11-08T02:18:46.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-11-08T02:18:46.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-11-08T02:18:46.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.table_properties_collectors: 2023-11-08T02:18:46.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.inplace_update_support: 0 2023-11-08T02:18:46.949 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-11-08T02:18:46.950 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-11-08T02:18:46.950 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-11-08T02:18:46.950 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-11-08T02:18:46.950 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.bloom_locality: 0 2023-11-08T02:18:46.950 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.max_successive_merges: 0 2023-11-08T02:18:46.950 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-11-08T02:18:46.951 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.paranoid_file_checks: 0 2023-11-08T02:18:46.951 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.force_consistency_checks: 0 2023-11-08T02:18:46.951 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.report_bg_io_stats: 0 2023-11-08T02:18:46.951 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.ttl: 2592000 2023-11-08T02:18:46.951 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-11-08T02:18:46.952 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi148/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-11-08T02:18:46.952 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-11-08T02:18:46.952 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699409926847902, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-11-08T02:18:46.952 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-11-08T02:18:46.952 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2023-11-08T02:18:46.953 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699409926848937, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83432, "table_properties": {"data_size": 81699, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76211, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "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; ", "creation_time": 1699409926, "oldest_key_time": 3, "file_creation_time": 0}} 2023-11-08T02:18:46.953 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-11-08T02:18:46.953 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1699409926849412, "job": 1, "event": "recovery_finished"} 2023-11-08T02:18:46.953 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.842+0000 7f9055a94880 4 rocksdb: DB pointer 0x5588b0e89800 2023-11-08T02:18:46.953 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.846+0000 7f903c89a700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-11-08T02:18:46.954 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.846+0000 7f903c89a700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-11-08T02:18:46.954 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: ** DB Stats ** 2023-11-08T02:18:46.954 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:18:46.954 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-11-08T02:18:46.955 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-11-08T02:18:46.955 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T02:18:46.955 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-11-08T02:18:46.955 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-11-08T02:18:46.955 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-11-08T02:18:46.955 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: ** Compaction Stats [default] ** 2023-11-08T02:18:46.956 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: 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 2023-11-08T02:18:46.956 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:18:46.956 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: L0 2/0 83.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.6 0.00 0.00 1 0.001 0 0 2023-11-08T02:18:46.956 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Sum 2/0 83.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.6 0.00 0.00 1 0.001 0 0 2023-11-08T02:18:46.956 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.6 0.00 0.00 1 0.001 0 0 2023-11-08T02:18:46.957 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: ** Compaction Stats [default] ** 2023-11-08T02:18:46.957 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: 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 2023-11-08T02:18:46.957 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:18:46.957 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 114.6 0.00 0.00 1 0.001 0 0 2023-11-08T02:18:46.957 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:18:46.957 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T02:18:46.958 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T02:18:46.958 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T02:18:46.958 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T02:18:46.958 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T02:18:46.958 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Cumulative compaction: 0.00 GB write, 22.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T02:18:46.959 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Interval compaction: 0.00 GB write, 22.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T02:18:46.959 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T02:18:46.959 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T02:18:46.959 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: ** Compaction Stats [default] ** 2023-11-08T02:18:46.959 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: 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 2023-11-08T02:18:46.960 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:18:46.960 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: L0 2/0 83.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.6 0.00 0.00 1 0.001 0 0 2023-11-08T02:18:46.960 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Sum 2/0 83.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.6 0.00 0.00 1 0.001 0 0 2023-11-08T02:18:46.960 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: 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 2023-11-08T02:18:46.960 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: ** Compaction Stats [default] ** 2023-11-08T02:18:46.961 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: 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 2023-11-08T02:18:46.961 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-11-08T02:18:46.961 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 114.6 0.00 0.00 1 0.001 0 0 2023-11-08T02:18:46.961 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Uptime(secs): 0.0 total, 0.0 interval 2023-11-08T02:18:46.961 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Flush(GB): cumulative 0.000, interval 0.000 2023-11-08T02:18:46.962 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: AddFile(GB): cumulative 0.000, interval 0.000 2023-11-08T02:18:46.962 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: AddFile(Total Files): cumulative 0, interval 0 2023-11-08T02:18:46.962 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: AddFile(L0 Files): cumulative 0, interval 0 2023-11-08T02:18:46.962 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: AddFile(Keys): cumulative 0, interval 0 2023-11-08T02:18:46.962 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Cumulative compaction: 0.00 GB write, 22.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T02:18:46.963 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-11-08T02:18:46.963 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-11-08T02:18:46.963 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: ** File Read Latency Histogram By Level [default] ** 2023-11-08T02:18:46.963 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.846+0000 7f9055a94880 0 starting mon.smithi148 rank 0 at public addrs [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] at bind addrs [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi148 fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:18:46.963 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.846+0000 7f9055a94880 1 mon.smithi148@-1(???) e1 preinit fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:18:46.964 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.846+0000 7f9055a94880 0 mon.smithi148@-1(???).mds e1 new map 2023-11-08T02:18:46.964 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.846+0000 7f9055a94880 0 mon.smithi148@-1(???).mds e1 print_map 2023-11-08T02:18:46.964 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: e1 2023-11-08T02:18:46.964 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: enable_multiple, ever_enabled_multiple: 1,1 2023-11-08T02:18:46.964 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2023-11-08T02:18:46.965 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: legacy client fscid: -1 2023-11-08T02:18:46.965 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: 2023-11-08T02:18:46.965 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: No filesystems configured 2023-11-08T02:18:46.965 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.846+0000 7f9055a94880 0 mon.smithi148@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-08T02:18:46.965 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.846+0000 7f9055a94880 0 mon.smithi148@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T02:18:46.965 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.846+0000 7f9055a94880 0 mon.smithi148@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T02:18:46.966 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.846+0000 7f9055a94880 0 mon.smithi148@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T02:18:46.966 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: audit 2023-11-08T02:18:43.995516+0000 mon.smithi148 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.148:0/439995647' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:18:46.966 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: debug 2023-11-08T02:18:46.846+0000 7f9055a94880 1 mon.smithi148@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-11-08T02:18:46.966 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: cluster 2023-11-08T02:18:46.856066+0000 mon.smithi148 (mon.0) 1 : cluster [INF] mon.smithi148 is new leader, mons smithi148 in quorum (ranks 0) 2023-11-08T02:18:46.967 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: cluster 2023-11-08T02:18:46.856121+0000 mon.smithi148 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi148=[v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0]} removed_ranks: {} 2023-11-08T02:18:46.967 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: cluster 2023-11-08T02:18:46.856517+0000 mon.smithi148 (mon.0) 3 : cluster [DBG] fsmap 2023-11-08T02:18:46.967 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: cluster 2023-11-08T02:18:46.856547+0000 mon.smithi148 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-11-08T02:18:46.967 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:46 smithi148 bash[24200]: cluster 2023-11-08T02:18:46.856909+0000 mon.smithi148 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-11-08T02:18:47.748 INFO:teuthology.orchestra.run.smithi148.stderr:Wrote config to /etc/ceph/ceph.conf 2023-11-08T02:18:47.748 INFO:teuthology.orchestra.run.smithi148.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:18:47.748 INFO:teuthology.orchestra.run.smithi148.stderr:Creating mgr... 2023-11-08T02:18:47.749 INFO:teuthology.orchestra.run.smithi148.stderr:Verifying port 9283 ... 2023-11-08T02:18:47.981 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: Failed to reset failed state of unit ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7@mgr.smithi148.cvefzo.service: Unit ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7@mgr.smithi148.cvefzo.service not loaded. 2023-11-08T02:18:47.988 INFO:teuthology.orchestra.run.smithi148.stderr:systemctl: Created symlink /etc/systemd/system/ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7.target.wants/ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7@mgr.smithi148.cvefzo.service -> /etc/systemd/system/ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7@.service. 2023-11-08T02:18:48.199 INFO:teuthology.orchestra.run.smithi148.stderr:firewalld does not appear to be present 2023-11-08T02:18:48.200 INFO:teuthology.orchestra.run.smithi148.stderr:Not possible to enable service . firewalld.service is not available 2023-11-08T02:18:48.200 INFO:teuthology.orchestra.run.smithi148.stderr:firewalld does not appear to be present 2023-11-08T02:18:48.200 INFO:teuthology.orchestra.run.smithi148.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-11-08T02:18:48.200 INFO:teuthology.orchestra.run.smithi148.stderr:Waiting for mgr to start... 2023-11-08T02:18:48.200 INFO:teuthology.orchestra.run.smithi148.stderr:Waiting for mgr... 2023-11-08T02:18:48.552 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:48 smithi148 bash[24200]: audit 2023-11-08T02:18:47.042671+0000 mon.smithi148 (mon.0) 6 : audit [INF] from='client.? 172.21.15.148:0/3765464387' entity='client.admin' 2023-11-08T02:18:49.963 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: 2023-11-08T02:18:49.963 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: { 2023-11-08T02:18:49.964 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "fsid": "013513a2-7ddd-11ee-8dbb-212e2dc638e7", 2023-11-08T02:18:49.964 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "health": { 2023-11-08T02:18:49.966 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T02:18:49.966 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T02:18:49.966 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T02:18:49.967 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:49.967 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T02:18:49.967 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T02:18:49.967 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: 0 2023-11-08T02:18:49.967 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: ], 2023-11-08T02:18:49.968 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T02:18:49.968 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "smithi148" 2023-11-08T02:18:49.968 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: ], 2023-11-08T02:18:49.968 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "quorum_age": 3, 2023-11-08T02:18:49.969 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T02:18:49.969 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:18:49.969 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T02:18:49.969 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T02:18:49.969 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:49.969 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T02:18:49.970 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:18:49.970 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T02:18:49.970 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T02:18:49.970 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T02:18:49.971 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T02:18:49.974 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T02:18:49.974 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T02:18:49.974 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:49.974 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T02:18:49.975 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T02:18:49.975 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T02:18:49.975 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T02:18:49.975 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T02:18:49.975 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T02:18:49.976 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T02:18:49.976 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T02:18:49.976 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T02:18:49.976 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:49.976 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T02:18:49.977 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:18:49.977 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T02:18:49.977 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T02:18:49.977 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:49.977 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T02:18:49.977 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "available": false, 2023-11-08T02:18:49.978 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T02:18:49.978 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T02:18:49.978 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "iostat", 2023-11-08T02:18:49.978 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "nfs", 2023-11-08T02:18:49.978 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "restful" 2023-11-08T02:18:49.979 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: ], 2023-11-08T02:18:49.979 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "services": {} 2023-11-08T02:18:49.979 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:49.979 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T02:18:49.979 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:18:49.980 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "modified": "2023-11-08T02:18:40.283739+0000", 2023-11-08T02:18:49.980 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "services": {} 2023-11-08T02:18:49.980 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:49.980 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T02:18:49.980 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: } 2023-11-08T02:18:50.233 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:50 smithi148 bash[24200]: audit 2023-11-08T02:18:49.962415+0000 mon.smithi148 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.148:0/2041160710' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T02:18:50.730 INFO:teuthology.orchestra.run.smithi148.stderr:mgr not available, waiting (1/15)... 2023-11-08T02:18:53.987 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: 2023-11-08T02:18:53.988 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: { 2023-11-08T02:18:53.989 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "fsid": "013513a2-7ddd-11ee-8dbb-212e2dc638e7", 2023-11-08T02:18:53.990 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "health": { 2023-11-08T02:18:53.990 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T02:18:53.990 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T02:18:53.990 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T02:18:53.991 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:53.991 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T02:18:53.991 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T02:18:53.991 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: 0 2023-11-08T02:18:53.991 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: ], 2023-11-08T02:18:53.992 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T02:18:53.992 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "smithi148" 2023-11-08T02:18:53.992 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: ], 2023-11-08T02:18:53.992 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "quorum_age": 7, 2023-11-08T02:18:53.992 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T02:18:53.994 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:18:53.994 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T02:18:53.994 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T02:18:53.994 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:53.995 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T02:18:53.995 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:18:53.995 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T02:18:53.995 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T02:18:53.995 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T02:18:53.996 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T02:18:53.999 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T02:18:53.999 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T02:18:53.999 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:53.999 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T02:18:53.999 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T02:18:54.000 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T02:18:54.000 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T02:18:54.000 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T02:18:54.000 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T02:18:54.000 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T02:18:54.000 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T02:18:54.001 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T02:18:54.001 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:54.001 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T02:18:54.001 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:18:54.001 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T02:18:54.002 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T02:18:54.002 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:54.002 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T02:18:54.002 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "available": false, 2023-11-08T02:18:54.002 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T02:18:54.003 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T02:18:54.003 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "iostat", 2023-11-08T02:18:54.003 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "nfs", 2023-11-08T02:18:54.003 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "restful" 2023-11-08T02:18:54.003 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: ], 2023-11-08T02:18:54.004 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "services": {} 2023-11-08T02:18:54.004 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:54.004 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T02:18:54.004 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:18:54.005 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "modified": "2023-11-08T02:18:40.283739+0000", 2023-11-08T02:18:54.005 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "services": {} 2023-11-08T02:18:54.005 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:54.005 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T02:18:54.005 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: } 2023-11-08T02:18:54.249 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:54 smithi148 bash[24200]: audit 2023-11-08T02:18:53.986509+0000 mon.smithi148 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.148:0/3985048071' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T02:18:54.725 INFO:teuthology.orchestra.run.smithi148.stderr:mgr not available, waiting (2/15)... 2023-11-08T02:18:56.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:56 smithi148 bash[24200]: cluster 2023-11-08T02:18:56.240399+0000 mon.smithi148 (mon.0) 9 : cluster [INF] Activating manager daemon smithi148.cvefzo 2023-11-08T02:18:56.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:56 smithi148 bash[24200]: cluster 2023-11-08T02:18:56.246203+0000 mon.smithi148 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi148.cvefzo(active, starting, since 0.00602078s) 2023-11-08T02:18:56.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:56 smithi148 bash[24200]: audit 2023-11-08T02:18:56.248368+0000 mon.smithi148 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.148:0/2204229341' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T02:18:56.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:56 smithi148 bash[24200]: audit 2023-11-08T02:18:56.248620+0000 mon.smithi148 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.148:0/2204229341' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T02:18:56.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:56 smithi148 bash[24200]: audit 2023-11-08T02:18:56.248776+0000 mon.smithi148 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.148:0/2204229341' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T02:18:56.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:56 smithi148 bash[24200]: audit 2023-11-08T02:18:56.248946+0000 mon.smithi148 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.148:0/2204229341' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2023-11-08T02:18:56.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:56 smithi148 bash[24200]: audit 2023-11-08T02:18:56.249694+0000 mon.smithi148 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.148:0/2204229341' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mgr metadata", "who": "smithi148.cvefzo", "id": "smithi148.cvefzo"}]: dispatch 2023-11-08T02:18:56.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:56 smithi148 bash[24200]: cluster 2023-11-08T02:18:56.252951+0000 mon.smithi148 (mon.0) 16 : cluster [INF] Manager daemon smithi148.cvefzo is now available 2023-11-08T02:18:56.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:56 smithi148 bash[24200]: audit 2023-11-08T02:18:56.264267+0000 mon.smithi148 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.148:0/2204229341' entity='mgr.smithi148.cvefzo' 2023-11-08T02:18:56.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:56 smithi148 bash[24200]: audit 2023-11-08T02:18:56.273294+0000 mon.smithi148 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.148:0/2204229341' entity='mgr.smithi148.cvefzo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi148.cvefzo/mirror_snapshot_schedule"}]: dispatch 2023-11-08T02:18:56.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:56 smithi148 bash[24200]: audit 2023-11-08T02:18:56.277348+0000 mon.smithi148 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.148:0/2204229341' entity='mgr.smithi148.cvefzo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi148.cvefzo/trash_purge_schedule"}]: dispatch 2023-11-08T02:18:56.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:56 smithi148 bash[24200]: audit 2023-11-08T02:18:56.281459+0000 mon.smithi148 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.148:0/2204229341' entity='mgr.smithi148.cvefzo' 2023-11-08T02:18:56.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:56 smithi148 bash[24200]: audit 2023-11-08T02:18:56.284059+0000 mon.smithi148 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.148:0/2204229341' entity='mgr.smithi148.cvefzo' 2023-11-08T02:18:58.231 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: 2023-11-08T02:18:58.231 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: { 2023-11-08T02:18:58.231 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "fsid": "013513a2-7ddd-11ee-8dbb-212e2dc638e7", 2023-11-08T02:18:58.231 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "health": { 2023-11-08T02:18:58.232 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-11-08T02:18:58.232 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "checks": {}, 2023-11-08T02:18:58.234 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "mutes": [] 2023-11-08T02:18:58.234 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:58.234 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-11-08T02:18:58.235 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "quorum": [ 2023-11-08T02:18:58.235 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: 0 2023-11-08T02:18:58.235 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: ], 2023-11-08T02:18:58.235 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "quorum_names": [ 2023-11-08T02:18:58.235 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "smithi148" 2023-11-08T02:18:58.236 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: ], 2023-11-08T02:18:58.236 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "quorum_age": 11, 2023-11-08T02:18:58.236 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "monmap": { 2023-11-08T02:18:58.236 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:18:58.236 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-11-08T02:18:58.237 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_mons": 1 2023-11-08T02:18:58.237 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:58.237 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "osdmap": { 2023-11-08T02:18:58.237 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:18:58.237 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_osds": 0, 2023-11-08T02:18:58.237 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-11-08T02:18:58.238 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-11-08T02:18:58.238 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-11-08T02:18:58.241 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-11-08T02:18:58.241 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-11-08T02:18:58.242 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:58.242 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "pgmap": { 2023-11-08T02:18:58.242 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-11-08T02:18:58.242 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-11-08T02:18:58.243 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_pools": 0, 2023-11-08T02:18:58.243 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_objects": 0, 2023-11-08T02:18:58.243 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-11-08T02:18:58.243 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-11-08T02:18:58.243 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-11-08T02:18:58.244 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "bytes_total": 0 2023-11-08T02:18:58.244 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:58.244 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "fsmap": { 2023-11-08T02:18:58.244 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:18:58.244 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "by_rank": [], 2023-11-08T02:18:58.244 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "up:standby": 0 2023-11-08T02:18:58.245 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:58.245 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "mgrmap": { 2023-11-08T02:18:58.245 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "available": true, 2023-11-08T02:18:58.245 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-11-08T02:18:58.245 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "modules": [ 2023-11-08T02:18:58.246 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "iostat", 2023-11-08T02:18:58.246 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "nfs", 2023-11-08T02:18:58.246 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "restful" 2023-11-08T02:18:58.246 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: ], 2023-11-08T02:18:58.246 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "services": {} 2023-11-08T02:18:58.247 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:58.247 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "servicemap": { 2023-11-08T02:18:58.247 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "epoch": 1, 2023-11-08T02:18:58.247 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "modified": "2023-11-08T02:18:40.283739+0000", 2023-11-08T02:18:58.247 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "services": {} 2023-11-08T02:18:58.248 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: }, 2023-11-08T02:18:58.248 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "progress_events": {} 2023-11-08T02:18:58.248 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: } 2023-11-08T02:18:58.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:58 smithi148 bash[24200]: cluster 2023-11-08T02:18:57.247786+0000 mon.smithi148 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi148.cvefzo(active, since 1.00763s) 2023-11-08T02:18:58.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:18:58 smithi148 bash[24200]: audit 2023-11-08T02:18:58.229376+0000 mon.smithi148 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.148:0/4092574711' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-11-08T02:18:58.911 INFO:teuthology.orchestra.run.smithi148.stderr:mgr is available 2023-11-08T02:19:00.253 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: 2023-11-08T02:19:00.254 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: [global] 2023-11-08T02:19:00.254 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: fsid = 013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:19:00.254 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-11-08T02:19:00.254 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-11-08T02:19:00.255 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-11-08T02:19:00.255 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-11-08T02:19:00.255 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: 2023-11-08T02:19:00.256 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: [mgr] 2023-11-08T02:19:00.256 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-11-08T02:19:00.256 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: 2023-11-08T02:19:00.257 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: [osd] 2023-11-08T02:19:00.257 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-11-08T02:19:00.257 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-11-08T02:19:00.523 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:00 smithi148 bash[24200]: cluster 2023-11-08T02:18:59.248644+0000 mon.smithi148 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi148.cvefzo(active, since 3s) 2023-11-08T02:19:00.994 INFO:teuthology.orchestra.run.smithi148.stderr:Enabling cephadm module... 2023-11-08T02:19:01.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:01 smithi148 bash[24200]: audit 2023-11-08T02:19:00.251830+0000 mon.smithi148 (mon.0) 25 : audit [INF] from='client.? 172.21.15.148:0/3846462888' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-11-08T02:19:03.147 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:02 smithi148 bash[24200]: audit 2023-11-08T02:19:02.425202+0000 mon.smithi148 (mon.0) 26 : audit [INF] from='client.? 172.21.15.148:0/3354411891' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-11-08T02:19:04.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:03 smithi148 bash[24200]: audit 2023-11-08T02:19:02.868499+0000 mon.smithi148 (mon.0) 27 : audit [INF] from='client.? 172.21.15.148:0/3354411891' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-11-08T02:19:04.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:03 smithi148 bash[24200]: cluster 2023-11-08T02:19:02.868611+0000 mon.smithi148 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi148.cvefzo(active, since 6s) 2023-11-08T02:19:05.132 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: { 2023-11-08T02:19:05.133 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "epoch": 5, 2023-11-08T02:19:05.133 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "available": true, 2023-11-08T02:19:05.133 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "active_name": "smithi148.cvefzo", 2023-11-08T02:19:05.133 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-08T02:19:05.134 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: } 2023-11-08T02:19:05.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:05 smithi148 bash[24200]: audit 2023-11-08T02:19:05.131922+0000 mon.smithi148 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.148:0/1636253200' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-08T02:19:05.777 INFO:teuthology.orchestra.run.smithi148.stderr:Waiting for the mgr to restart... 2023-11-08T02:19:05.777 INFO:teuthology.orchestra.run.smithi148.stderr:Waiting for mgr epoch 5... 2023-11-08T02:19:09.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:09 smithi148 bash[24200]: cluster 2023-11-08T02:19:09.440965+0000 mon.smithi148 (mon.0) 30 : cluster [INF] Active manager daemon smithi148.cvefzo restarted 2023-11-08T02:19:09.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:09 smithi148 bash[24200]: cluster 2023-11-08T02:19:09.441391+0000 mon.smithi148 (mon.0) 31 : cluster [INF] Activating manager daemon smithi148.cvefzo 2023-11-08T02:19:09.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:09 smithi148 bash[24200]: cluster 2023-11-08T02:19:09.447655+0000 mon.smithi148 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-11-08T02:19:09.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:09 smithi148 bash[24200]: cluster 2023-11-08T02:19:09.447802+0000 mon.smithi148 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi148.cvefzo(active, starting, since 0.00657336s) 2023-11-08T02:19:09.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:09 smithi148 bash[24200]: audit 2023-11-08T02:19:09.449397+0000 mon.smithi148 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2023-11-08T02:19:09.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:09 smithi148 bash[24200]: audit 2023-11-08T02:19:09.450394+0000 mon.smithi148 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mgr metadata", "who": "smithi148.cvefzo", "id": "smithi148.cvefzo"}]: dispatch 2023-11-08T02:19:09.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:09 smithi148 bash[24200]: audit 2023-11-08T02:19:09.451401+0000 mon.smithi148 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T02:19:09.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:09 smithi148 bash[24200]: audit 2023-11-08T02:19:09.451826+0000 mon.smithi148 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T02:19:09.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:09 smithi148 bash[24200]: audit 2023-11-08T02:19:09.452217+0000 mon.smithi148 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T02:19:09.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:09 smithi148 bash[24200]: cluster 2023-11-08T02:19:09.474970+0000 mon.smithi148 (mon.0) 39 : cluster [INF] Manager daemon smithi148.cvefzo is now available 2023-11-08T02:19:10.467 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: { 2023-11-08T02:19:10.467 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-11-08T02:19:10.467 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "initialized": true 2023-11-08T02:19:10.467 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: } 2023-11-08T02:19:10.763 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:10 smithi148 bash[24200]: cephadm 2023-11-08T02:19:09.489237+0000 mgr.smithi148.cvefzo (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-11-08T02:19:10.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:10 smithi148 bash[24200]: audit 2023-11-08T02:19:09.493802+0000 mon.smithi148 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:10.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:10 smithi148 bash[24200]: audit 2023-11-08T02:19:09.621829+0000 mon.smithi148 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:10.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:10 smithi148 bash[24200]: audit 2023-11-08T02:19:09.623956+0000 mon.smithi148 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:19:10.764 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:10 smithi148 bash[24200]: audit 2023-11-08T02:19:09.627725+0000 mon.smithi148 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:19:10.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:10 smithi148 bash[24200]: audit 2023-11-08T02:19:09.630986+0000 mon.smithi148 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:19:10.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:10 smithi148 bash[24200]: audit 2023-11-08T02:19:09.654468+0000 mon.smithi148 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi148.cvefzo/mirror_snapshot_schedule"}]: dispatch 2023-11-08T02:19:10.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:10 smithi148 bash[24200]: audit 2023-11-08T02:19:09.659245+0000 mon.smithi148 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi148.cvefzo/trash_purge_schedule"}]: dispatch 2023-11-08T02:19:10.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:10 smithi148 bash[24200]: cluster 2023-11-08T02:19:10.451439+0000 mon.smithi148 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi148.cvefzo(active, since 1.01021s) 2023-11-08T02:19:11.208 INFO:teuthology.orchestra.run.smithi148.stderr:mgr epoch 5 is available 2023-11-08T02:19:11.209 INFO:teuthology.orchestra.run.smithi148.stderr:Setting orchestrator backend to cephadm... 2023-11-08T02:19:11.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:11 smithi148 bash[24200]: audit 2023-11-08T02:19:10.451218+0000 mgr.smithi148.cvefzo (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-08T02:19:11.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:11 smithi148 bash[24200]: audit 2023-11-08T02:19:10.466094+0000 mgr.smithi148.cvefzo (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-08T02:19:12.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:12 smithi148 bash[24200]: cluster 2023-11-08T02:19:11.499351+0000 mon.smithi148 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi148.cvefzo(active, since 2s) 2023-11-08T02:19:13.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:13 smithi148 bash[24200]: audit 2023-11-08T02:19:12.627107+0000 mgr.smithi148.cvefzo (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:19:13.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:13 smithi148 bash[24200]: audit 2023-11-08T02:19:12.636294+0000 mon.smithi148 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:13.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:13 smithi148 bash[24200]: audit 2023-11-08T02:19:12.660927+0000 mon.smithi148 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:19:14.727 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: value unchanged 2023-11-08T02:19:15.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:14 smithi148 bash[24200]: audit 2023-11-08T02:19:14.726772+0000 mgr.smithi148.cvefzo (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:19:15.402 INFO:teuthology.orchestra.run.smithi148.stderr:Generating ssh key... 2023-11-08T02:19:18.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:17 smithi148 bash[24200]: audit 2023-11-08T02:19:16.724805+0000 mgr.smithi148.cvefzo (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:19:18.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:17 smithi148 bash[24200]: cephadm 2023-11-08T02:19:16.725117+0000 mgr.smithi148.cvefzo (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-11-08T02:19:18.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:17 smithi148 bash[24200]: audit 2023-11-08T02:19:16.900952+0000 mon.smithi148 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:18.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:17 smithi148 bash[24200]: audit 2023-11-08T02:19:16.903894+0000 mon.smithi148 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:18.928 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCZ+nUjwUfimrvBf89Gh1quKjAag9i7s/CGOZh4YUF7HL1tz5M+mfRJ+N3GrVSa52c3tRvDFg6CATOMFxpC6WpM+8w+Rd1fmT+uoA+dArrfH8kA4CZFnjS3a3P7vug181uG5Z3U1WdnOm+DTy2k8xb+x9szXh08yv3lNSkhUVTYDNfN7Grnn0RgwVTAximIONaVnoewPNseMvDm2xpyoKzxYa20NuONrgtONcUTckYEAduviZFphoqZE4f45wHVzKN0CpxSYZi/uQXvE5wB2LASZRTpsg/3XdIBecqIqtXuZW4an1+qWay2gcFPSFUQSfiUeUyL0N9x73BSuq+bvQPjWL7H36xSyws8PsP/2dy8SE1D9o8A4cGCNpRtczpC+3orzyEPTHzzqfUI9FV417ZddIvhPY2gBX1QNzsbdEYaVolRb9RpSeLfK9QiJAKtMMApt+PfOmw0pfwRzjJM5WnPATz6sUlhUyOsX0PI/ltqeRAPcKsIIz8ISrcSqeZqOp0= ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:19:19.663 INFO:teuthology.orchestra.run.smithi148.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-11-08T02:19:19.664 INFO:teuthology.orchestra.run.smithi148.stderr:Adding key to root@localhost authorized_keys... 2023-11-08T02:19:19.664 INFO:teuthology.orchestra.run.smithi148.stderr:Adding host smithi148... 2023-11-08T02:19:20.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:19 smithi148 bash[24200]: audit 2023-11-08T02:19:18.927444+0000 mgr.smithi148.cvefzo (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:19:21.835 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: Added host 'smithi148' with addr '172.21.15.148' 2023-11-08T02:19:22.714 INFO:teuthology.orchestra.run.smithi148.stderr:Deploying mon service with default placement... 2023-11-08T02:19:23.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:22 smithi148 bash[24200]: audit 2023-11-08T02:19:20.999367+0000 mgr.smithi148.cvefzo (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi148", "addr": "172.21.15.148", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:19:23.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:22 smithi148 bash[24200]: audit 2023-11-08T02:19:21.834232+0000 mon.smithi148 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:23.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:22 smithi148 bash[24200]: cephadm 2023-11-08T02:19:21.835103+0000 mgr.smithi148.cvefzo (mgr.14116) 10 : cephadm [INF] Added host smithi148 2023-11-08T02:19:23.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:22 smithi148 bash[24200]: audit 2023-11-08T02:19:21.859910+0000 mon.smithi148 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:19:24.751 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: Scheduled mon update... 2023-11-08T02:19:25.722 INFO:teuthology.orchestra.run.smithi148.stderr:Deploying mgr service with default placement... 2023-11-08T02:19:26.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:25 smithi148 bash[24200]: audit 2023-11-08T02:19:24.743061+0000 mgr.smithi148.cvefzo (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:19:26.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:25 smithi148 bash[24200]: cephadm 2023-11-08T02:19:24.745965+0000 mgr.smithi148.cvefzo (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-11-08T02:19:26.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:25 smithi148 bash[24200]: audit 2023-11-08T02:19:24.750401+0000 mon.smithi148 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:26.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:25 smithi148 bash[24200]: audit 2023-11-08T02:19:25.349899+0000 mon.smithi148 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:26.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:25 smithi148 bash[24200]: audit 2023-11-08T02:19:25.601962+0000 mon.smithi148 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:27.218 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-11-08T02:19:28.002 INFO:teuthology.orchestra.run.smithi148.stderr:Deploying crash service with default placement... 2023-11-08T02:19:28.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:28 smithi148 bash[24200]: audit 2023-11-08T02:19:27.212185+0000 mgr.smithi148.cvefzo (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:19:28.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:28 smithi148 bash[24200]: cephadm 2023-11-08T02:19:27.213333+0000 mgr.smithi148.cvefzo (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-11-08T02:19:28.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:28 smithi148 bash[24200]: audit 2023-11-08T02:19:27.217737+0000 mon.smithi148 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:29.406 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: Scheduled crash update... 2023-11-08T02:19:30.191 INFO:teuthology.orchestra.run.smithi148.stderr:Deploying prometheus service with default placement... 2023-11-08T02:19:30.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:30 smithi148 bash[24200]: audit 2023-11-08T02:19:29.398782+0000 mgr.smithi148.cvefzo (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:19:30.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:30 smithi148 bash[24200]: cephadm 2023-11-08T02:19:29.401177+0000 mgr.smithi148.cvefzo (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-11-08T02:19:30.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:30 smithi148 bash[24200]: audit 2023-11-08T02:19:29.405796+0000 mon.smithi148 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:30.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:30 smithi148 bash[24200]: cluster 2023-11-08T02:19:29.453294+0000 mgr.smithi148.cvefzo (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:19:31.637 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-11-08T02:19:32.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:32 smithi148 bash[24200]: audit 2023-11-08T02:19:31.002683+0000 mon.smithi148 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:32.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:32 smithi148 bash[24200]: cluster 2023-11-08T02:19:31.453708+0000 mgr.smithi148.cvefzo (mgr.14116) 18 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:19:32.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:32 smithi148 bash[24200]: audit 2023-11-08T02:19:31.631346+0000 mgr.smithi148.cvefzo (mgr.14116) 19 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:19:32.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:32 smithi148 bash[24200]: cephadm 2023-11-08T02:19:31.632435+0000 mgr.smithi148.cvefzo (mgr.14116) 20 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-11-08T02:19:32.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:32 smithi148 bash[24200]: audit 2023-11-08T02:19:31.636878+0000 mon.smithi148 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:32.424 INFO:teuthology.orchestra.run.smithi148.stderr:Deploying grafana service with default placement... 2023-11-08T02:19:33.908 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-11-08T02:19:34.621 INFO:teuthology.orchestra.run.smithi148.stderr:Deploying node-exporter service with default placement... 2023-11-08T02:19:35.367 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:34 smithi148 bash[24200]: cluster 2023-11-08T02:19:33.454189+0000 mgr.smithi148.cvefzo (mgr.14116) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:19:35.367 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:34 smithi148 bash[24200]: audit 2023-11-08T02:19:33.900109+0000 mgr.smithi148.cvefzo (mgr.14116) 22 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:19:35.367 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:34 smithi148 bash[24200]: cephadm 2023-11-08T02:19:33.902284+0000 mgr.smithi148.cvefzo (mgr.14116) 23 : cephadm [INF] Saving service grafana spec with placement count:1 2023-11-08T02:19:35.368 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:34 smithi148 bash[24200]: audit 2023-11-08T02:19:33.907098+0000 mon.smithi148 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:36.480 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-11-08T02:19:37.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:36 smithi148 bash[24200]: cluster 2023-11-08T02:19:35.454671+0000 mgr.smithi148.cvefzo (mgr.14116) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:19:37.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:36 smithi148 bash[24200]: audit 2023-11-08T02:19:36.480240+0000 mon.smithi148 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:37.577 INFO:teuthology.orchestra.run.smithi148.stderr:Deploying alertmanager service with default placement... 2023-11-08T02:19:38.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:37 smithi148 bash[24200]: audit 2023-11-08T02:19:36.474736+0000 mgr.smithi148.cvefzo (mgr.14116) 25 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:19:38.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:37 smithi148 bash[24200]: cephadm 2023-11-08T02:19:36.476586+0000 mgr.smithi148.cvefzo (mgr.14116) 26 : cephadm [INF] Saving service node-exporter spec with placement * 2023-11-08T02:19:38.957 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-11-08T02:19:39.234 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:38 smithi148 bash[24200]: cluster 2023-11-08T02:19:37.454969+0000 mgr.smithi148.cvefzo (mgr.14116) 27 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:19:40.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:39 smithi148 bash[24200]: audit 2023-11-08T02:19:38.951259+0000 mgr.smithi148.cvefzo (mgr.14116) 28 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:19:40.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:39 smithi148 bash[24200]: cephadm 2023-11-08T02:19:38.952225+0000 mgr.smithi148.cvefzo (mgr.14116) 29 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-11-08T02:19:40.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:39 smithi148 bash[24200]: audit 2023-11-08T02:19:38.956178+0000 mon.smithi148 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.148:0/1519982102' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:40.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:39 smithi148 bash[24200]: cluster 2023-11-08T02:19:39.455304+0000 mgr.smithi148.cvefzo (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:19:42.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:42 smithi148 bash[24200]: audit 2023-11-08T02:19:41.062779+0000 mon.smithi148 (mon.0) 65 : audit [INF] from='client.? 172.21.15.148:0/3376707981' entity='client.admin' 2023-11-08T02:19:42.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:42 smithi148 bash[24200]: cluster 2023-11-08T02:19:41.455765+0000 mgr.smithi148.cvefzo (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:19:43.965 INFO:teuthology.orchestra.run.smithi148.stderr:Enabling the dashboard module... 2023-11-08T02:19:44.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:44 smithi148 bash[24200]: audit 2023-11-08T02:19:43.186784+0000 mon.smithi148 (mon.0) 66 : audit [INF] from='client.? 172.21.15.148:0/663814513' entity='client.admin' 2023-11-08T02:19:44.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:44 smithi148 bash[24200]: cluster 2023-11-08T02:19:43.456252+0000 mgr.smithi148.cvefzo (mgr.14116) 32 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:19:45.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:45 smithi148 bash[24200]: audit 2023-11-08T02:19:45.424450+0000 mon.smithi148 (mon.0) 67 : audit [INF] from='client.? 172.21.15.148:0/738423644' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-11-08T02:19:46.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:46 smithi148 bash[24200]: audit 2023-11-08T02:19:45.481111+0000 mon.smithi148 (mon.0) 68 : audit [INF] from='client.? 172.21.15.148:0/738423644' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-11-08T02:19:46.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:46 smithi148 bash[24200]: cluster 2023-11-08T02:19:45.481264+0000 mon.smithi148 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi148.cvefzo(active, since 36s) 2023-11-08T02:19:47.829 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: { 2023-11-08T02:19:47.829 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "epoch": 9, 2023-11-08T02:19:47.830 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "available": true, 2023-11-08T02:19:47.830 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "active_name": "smithi148.cvefzo", 2023-11-08T02:19:47.830 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "num_standby": 0 2023-11-08T02:19:47.830 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: } 2023-11-08T02:19:48.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:47 smithi148 bash[24200]: audit 2023-11-08T02:19:47.828486+0000 mon.smithi148 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.148:0/2649180124' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-11-08T02:19:48.584 INFO:teuthology.orchestra.run.smithi148.stderr:Waiting for the mgr to restart... 2023-11-08T02:19:48.585 INFO:teuthology.orchestra.run.smithi148.stderr:Waiting for mgr epoch 9... 2023-11-08T02:19:53.051 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: { 2023-11-08T02:19:53.051 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-11-08T02:19:53.051 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: "initialized": true 2023-11-08T02:19:53.051 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: } 2023-11-08T02:19:53.128 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:52 smithi148 bash[24200]: cluster 2023-11-08T02:19:52.024323+0000 mon.smithi148 (mon.0) 71 : cluster [INF] Active manager daemon smithi148.cvefzo restarted 2023-11-08T02:19:53.129 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:52 smithi148 bash[24200]: cluster 2023-11-08T02:19:52.024776+0000 mon.smithi148 (mon.0) 72 : cluster [INF] Activating manager daemon smithi148.cvefzo 2023-11-08T02:19:53.129 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:52 smithi148 bash[24200]: cluster 2023-11-08T02:19:52.029802+0000 mon.smithi148 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-11-08T02:19:53.129 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:52 smithi148 bash[24200]: cluster 2023-11-08T02:19:52.029977+0000 mon.smithi148 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi148.cvefzo(active, starting, since 0.00539097s) 2023-11-08T02:19:53.129 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:52 smithi148 bash[24200]: audit 2023-11-08T02:19:52.031985+0000 mon.smithi148 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2023-11-08T02:19:53.130 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:52 smithi148 bash[24200]: audit 2023-11-08T02:19:52.033249+0000 mon.smithi148 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mgr metadata", "who": "smithi148.cvefzo", "id": "smithi148.cvefzo"}]: dispatch 2023-11-08T02:19:53.130 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:52 smithi148 bash[24200]: audit 2023-11-08T02:19:52.034271+0000 mon.smithi148 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T02:19:53.130 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:52 smithi148 bash[24200]: audit 2023-11-08T02:19:52.034629+0000 mon.smithi148 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T02:19:53.130 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:52 smithi148 bash[24200]: audit 2023-11-08T02:19:52.034949+0000 mon.smithi148 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T02:19:53.131 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:52 smithi148 bash[24200]: cluster 2023-11-08T02:19:52.038027+0000 mon.smithi148 (mon.0) 80 : cluster [INF] Manager daemon smithi148.cvefzo is now available 2023-11-08T02:19:53.131 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:52 smithi148 bash[24200]: audit 2023-11-08T02:19:52.174226+0000 mon.smithi148 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:19:53.131 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:52 smithi148 bash[24200]: audit 2023-11-08T02:19:52.180742+0000 mon.smithi148 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:19:53.131 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:52 smithi148 bash[24200]: audit 2023-11-08T02:19:52.220310+0000 mon.smithi148 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi148.cvefzo/mirror_snapshot_schedule"}]: dispatch 2023-11-08T02:19:53.131 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:52 smithi148 bash[24200]: audit 2023-11-08T02:19:52.225459+0000 mon.smithi148 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi148.cvefzo/trash_purge_schedule"}]: dispatch 2023-11-08T02:19:53.796 INFO:teuthology.orchestra.run.smithi148.stderr:mgr epoch 9 is available 2023-11-08T02:19:53.796 INFO:teuthology.orchestra.run.smithi148.stderr:Generating a dashboard self-signed certificate... 2023-11-08T02:19:54.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:54 smithi148 bash[24200]: cluster 2023-11-08T02:19:53.034572+0000 mon.smithi148 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi148.cvefzo(active, since 1.00998s) 2023-11-08T02:19:54.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:54 smithi148 bash[24200]: audit 2023-11-08T02:19:53.034596+0000 mgr.smithi148.cvefzo (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-11-08T02:19:54.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:54 smithi148 bash[24200]: audit 2023-11-08T02:19:53.050007+0000 mgr.smithi148.cvefzo (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-11-08T02:19:55.315 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: Self-signed certificate created 2023-11-08T02:19:55.344 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:55 smithi148 bash[24200]: cluster 2023-11-08T02:19:54.034799+0000 mon.smithi148 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi148.cvefzo(active, since 2s) 2023-11-08T02:19:55.970 INFO:teuthology.orchestra.run.smithi148.stderr:Creating initial admin user... 2023-11-08T02:19:56.741 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:56 smithi148 bash[24200]: audit 2023-11-08T02:19:55.131868+0000 mgr.smithi148.cvefzo (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:19:56.742 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:56 smithi148 bash[24200]: audit 2023-11-08T02:19:55.309978+0000 mon.smithi148 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:56.742 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:56 smithi148 bash[24200]: audit 2023-11-08T02:19:55.314933+0000 mon.smithi148 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:57.641 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$4E6gXSe96M9A9ySqGtP1FeeDn1tjel1itHdlRdNfbgjQvb2iW.Fd.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1699409997, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-11-08T02:19:58.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:57 smithi148 bash[24200]: audit 2023-11-08T02:19:57.395498+0000 mgr.smithi148.cvefzo (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:19:58.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:57 smithi148 bash[24200]: audit 2023-11-08T02:19:57.640790+0000 mon.smithi148 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' 2023-11-08T02:19:58.367 INFO:teuthology.orchestra.run.smithi148.stderr:Fetching dashboard port number... 2023-11-08T02:19:59.685 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: 8443 2023-11-08T02:20:00.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:59 smithi148 bash[24200]: cluster 2023-11-08T02:19:58.874261+0000 mon.smithi148 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi148.cvefzo(active, since 6s) 2023-11-08T02:20:00.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:59 smithi148 bash[24200]: audit 2023-11-08T02:19:59.169286+0000 mon.smithi148 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' 2023-11-08T02:20:00.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:19:59 smithi148 bash[24200]: audit 2023-11-08T02:19:59.685230+0000 mon.smithi148 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.148:0/1024048469' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-11-08T02:20:00.457 INFO:teuthology.orchestra.run.smithi148.stderr:firewalld does not appear to be present 2023-11-08T02:20:00.457 INFO:teuthology.orchestra.run.smithi148.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-11-08T02:20:00.460 INFO:teuthology.orchestra.run.smithi148.stderr:Ceph Dashboard is now available at: 2023-11-08T02:20:00.460 INFO:teuthology.orchestra.run.smithi148.stderr: 2023-11-08T02:20:00.460 INFO:teuthology.orchestra.run.smithi148.stderr: URL: https://smithi148.front.sepia.ceph.com:8443/ 2023-11-08T02:20:00.460 INFO:teuthology.orchestra.run.smithi148.stderr: User: admin 2023-11-08T02:20:00.460 INFO:teuthology.orchestra.run.smithi148.stderr: Password: nj5i038qks 2023-11-08T02:20:00.461 INFO:teuthology.orchestra.run.smithi148.stderr: 2023-11-08T02:20:00.461 INFO:teuthology.orchestra.run.smithi148.stderr:Enabling autotune for osd_memory_target 2023-11-08T02:20:04.049 INFO:teuthology.orchestra.run.smithi148.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-11-08T02:20:04.752 INFO:teuthology.orchestra.run.smithi148.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-11-08T02:20:04.752 INFO:teuthology.orchestra.run.smithi148.stderr: 2023-11-08T02:20:04.752 INFO:teuthology.orchestra.run.smithi148.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:20:04.753 INFO:teuthology.orchestra.run.smithi148.stderr: 2023-11-08T02:20:04.753 INFO:teuthology.orchestra.run.smithi148.stderr:Or, if you are only running a single cluster on this host: 2023-11-08T02:20:04.753 INFO:teuthology.orchestra.run.smithi148.stderr: 2023-11-08T02:20:04.753 INFO:teuthology.orchestra.run.smithi148.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-11-08T02:20:04.753 INFO:teuthology.orchestra.run.smithi148.stderr: 2023-11-08T02:20:04.754 INFO:teuthology.orchestra.run.smithi148.stderr:Please consider enabling telemetry to help improve Ceph: 2023-11-08T02:20:04.754 INFO:teuthology.orchestra.run.smithi148.stderr: 2023-11-08T02:20:04.754 INFO:teuthology.orchestra.run.smithi148.stderr: ceph telemetry on 2023-11-08T02:20:04.754 INFO:teuthology.orchestra.run.smithi148.stderr: 2023-11-08T02:20:04.754 INFO:teuthology.orchestra.run.smithi148.stderr:For more information see: 2023-11-08T02:20:04.755 INFO:teuthology.orchestra.run.smithi148.stderr: 2023-11-08T02:20:04.755 INFO:teuthology.orchestra.run.smithi148.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-11-08T02:20:04.755 INFO:teuthology.orchestra.run.smithi148.stderr: 2023-11-08T02:20:04.755 INFO:teuthology.orchestra.run.smithi148.stderr:Bootstrap complete. 2023-11-08T02:20:04.790 INFO:tasks.cephadm:Fetching config... 2023-11-08T02:20:04.791 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-11-08T02:20:04.791 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-11-08T02:20:04.797 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-11-08T02:20:04.797 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-11-08T02:20:04.797 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-11-08T02:20:04.854 INFO:tasks.cephadm:Fetching mon keyring... 2023-11-08T02:20:04.855 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-11-08T02:20:04.856 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/keyring of=/dev/stdout 2023-11-08T02:20:04.913 INFO:tasks.cephadm:Fetching pub ssh key... 2023-11-08T02:20:04.913 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-11-08T02:20:04.914 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-11-08T02:20:04.968 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-11-08T02:20:04.968 DEBUG:teuthology.orchestra.run.smithi148:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCZ+nUjwUfimrvBf89Gh1quKjAag9i7s/CGOZh4YUF7HL1tz5M+mfRJ+N3GrVSa52c3tRvDFg6CATOMFxpC6WpM+8w+Rd1fmT+uoA+dArrfH8kA4CZFnjS3a3P7vug181uG5Z3U1WdnOm+DTy2k8xb+x9szXh08yv3lNSkhUVTYDNfN7Grnn0RgwVTAximIONaVnoewPNseMvDm2xpyoKzxYa20NuONrgtONcUTckYEAduviZFphoqZE4f45wHVzKN0CpxSYZi/uQXvE5wB2LASZRTpsg/3XdIBecqIqtXuZW4an1+qWay2gcFPSFUQSfiUeUyL0N9x73BSuq+bvQPjWL7H36xSyws8PsP/2dy8SE1D9o8A4cGCNpRtczpC+3orzyEPTHzzqfUI9FV417ZddIvhPY2gBX1QNzsbdEYaVolRb9RpSeLfK9QiJAKtMMApt+PfOmw0pfwRzjJM5WnPATz6sUlhUyOsX0PI/ltqeRAPcKsIIz8ISrcSqeZqOp0= ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T02:20:05.030 INFO:teuthology.orchestra.run.smithi148.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCZ+nUjwUfimrvBf89Gh1quKjAag9i7s/CGOZh4YUF7HL1tz5M+mfRJ+N3GrVSa52c3tRvDFg6CATOMFxpC6WpM+8w+Rd1fmT+uoA+dArrfH8kA4CZFnjS3a3P7vug181uG5Z3U1WdnOm+DTy2k8xb+x9szXh08yv3lNSkhUVTYDNfN7Grnn0RgwVTAximIONaVnoewPNseMvDm2xpyoKzxYa20NuONrgtONcUTckYEAduviZFphoqZE4f45wHVzKN0CpxSYZi/uQXvE5wB2LASZRTpsg/3XdIBecqIqtXuZW4an1+qWay2gcFPSFUQSfiUeUyL0N9x73BSuq+bvQPjWL7H36xSyws8PsP/2dy8SE1D9o8A4cGCNpRtczpC+3orzyEPTHzzqfUI9FV417ZddIvhPY2gBX1QNzsbdEYaVolRb9RpSeLfK9QiJAKtMMApt+PfOmw0pfwRzjJM5WnPATz6sUlhUyOsX0PI/ltqeRAPcKsIIz8ISrcSqeZqOp0= ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:20:05.043 DEBUG:teuthology.orchestra.run.smithi153:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCZ+nUjwUfimrvBf89Gh1quKjAag9i7s/CGOZh4YUF7HL1tz5M+mfRJ+N3GrVSa52c3tRvDFg6CATOMFxpC6WpM+8w+Rd1fmT+uoA+dArrfH8kA4CZFnjS3a3P7vug181uG5Z3U1WdnOm+DTy2k8xb+x9szXh08yv3lNSkhUVTYDNfN7Grnn0RgwVTAximIONaVnoewPNseMvDm2xpyoKzxYa20NuONrgtONcUTckYEAduviZFphoqZE4f45wHVzKN0CpxSYZi/uQXvE5wB2LASZRTpsg/3XdIBecqIqtXuZW4an1+qWay2gcFPSFUQSfiUeUyL0N9x73BSuq+bvQPjWL7H36xSyws8PsP/2dy8SE1D9o8A4cGCNpRtczpC+3orzyEPTHzzqfUI9FV417ZddIvhPY2gBX1QNzsbdEYaVolRb9RpSeLfK9QiJAKtMMApt+PfOmw0pfwRzjJM5WnPATz6sUlhUyOsX0PI/ltqeRAPcKsIIz8ISrcSqeZqOp0= ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-11-08T02:20:05.067 INFO:teuthology.orchestra.run.smithi153.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCZ+nUjwUfimrvBf89Gh1quKjAag9i7s/CGOZh4YUF7HL1tz5M+mfRJ+N3GrVSa52c3tRvDFg6CATOMFxpC6WpM+8w+Rd1fmT+uoA+dArrfH8kA4CZFnjS3a3P7vug181uG5Z3U1WdnOm+DTy2k8xb+x9szXh08yv3lNSkhUVTYDNfN7Grnn0RgwVTAximIONaVnoewPNseMvDm2xpyoKzxYa20NuONrgtONcUTckYEAduviZFphoqZE4f45wHVzKN0CpxSYZi/uQXvE5wB2LASZRTpsg/3XdIBecqIqtXuZW4an1+qWay2gcFPSFUQSfiUeUyL0N9x73BSuq+bvQPjWL7H36xSyws8PsP/2dy8SE1D9o8A4cGCNpRtczpC+3orzyEPTHzzqfUI9FV417ZddIvhPY2gBX1QNzsbdEYaVolRb9RpSeLfK9QiJAKtMMApt+PfOmw0pfwRzjJM5WnPATz6sUlhUyOsX0PI/ltqeRAPcKsIIz8ISrcSqeZqOp0= ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:20:05.078 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-11-08T02:20:05.508 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:05 smithi148 bash[24200]: audit 2023-11-08T02:20:04.044875+0000 mon.smithi148 (mon.0) 93 : audit [INF] from='client.? 172.21.15.148:0/3038628599' entity='client.admin' 2023-11-08T02:20:11.483 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-11-08T02:20:11.484 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-11-08T02:20:12.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:11 smithi148 bash[24200]: audit 2023-11-08T02:20:10.743361+0000 mon.smithi148 (mon.0) 94 : audit [INF] from='client.? 172.21.15.148:0/1736394535' entity='client.admin' 2023-11-08T02:20:13.248 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:12 smithi148 bash[24200]: cluster 2023-11-08T02:20:12.036096+0000 mgr.smithi148.cvefzo (mgr.14156) 5 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:14.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:14 smithi148 bash[24200]: audit 2023-11-08T02:20:13.160784+0000 mon.smithi148 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' 2023-11-08T02:20:14.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:14 smithi148 bash[24200]: audit 2023-11-08T02:20:13.495038+0000 mon.smithi148 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:20:14.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:14 smithi148 bash[24200]: audit 2023-11-08T02:20:13.500324+0000 mon.smithi148 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' 2023-11-08T02:20:14.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:14 smithi148 bash[24200]: cephadm 2023-11-08T02:20:13.515219+0000 mgr.smithi148.cvefzo (mgr.14156) 6 : cephadm [INF] Deploying daemon alertmanager.smithi148 on smithi148 2023-11-08T02:20:15.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:15 smithi148 bash[24200]: cluster 2023-11-08T02:20:14.036473+0000 mgr.smithi148.cvefzo (mgr.14156) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:15 smithi148 bash[24200]: audit 2023-11-08T02:20:15.423625+0000 mon.smithi148 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' 2023-11-08T02:20:16.729 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi153 2023-11-08T02:20:16.730 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-11-08T02:20:16.730 DEBUG:teuthology.orchestra.run.smithi153:> dd of=/etc/ceph/ceph.conf 2023-11-08T02:20:16.738 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-11-08T02:20:16.738 DEBUG:teuthology.orchestra.run.smithi153:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T02:20:16.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:16 smithi148 bash[24200]: audit 2023-11-08T02:20:15.420689+0000 mgr.smithi148.cvefzo (mgr.14156) 8 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:20:16.788 INFO:tasks.cephadm:Adding host smithi153 to orchestrator... 2023-11-08T02:20:16.788 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch host add smithi153 2023-11-08T02:20:17.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:17 smithi148 bash[24200]: cluster 2023-11-08T02:20:16.036988+0000 mgr.smithi148.cvefzo (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:19.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:19 smithi148 bash[24200]: cluster 2023-11-08T02:20:18.037569+0000 mgr.smithi148.cvefzo (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:21.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:21 smithi148 bash[24200]: cluster 2023-11-08T02:20:20.038018+0000 mgr.smithi148.cvefzo (mgr.14156) 11 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:24.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:23 smithi148 bash[24200]: cluster 2023-11-08T02:20:22.038414+0000 mgr.smithi148.cvefzo (mgr.14156) 12 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:24.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:23 smithi148 bash[24200]: audit 2023-11-08T02:20:22.536396+0000 mon.smithi148 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' 2023-11-08T02:20:24.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:23 smithi148 bash[24200]: audit 2023-11-08T02:20:22.539170+0000 mon.smithi148 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi148", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T02:20:24.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:23 smithi148 bash[24200]: audit 2023-11-08T02:20:22.541988+0000 mon.smithi148 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi148", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-08T02:20:24.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:23 smithi148 bash[24200]: audit 2023-11-08T02:20:22.543151+0000 mon.smithi148 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:20:25.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:24 smithi148 bash[24200]: cephadm 2023-11-08T02:20:22.544008+0000 mgr.smithi148.cvefzo (mgr.14156) 13 : cephadm [INF] Deploying daemon crash.smithi148 on smithi148 2023-11-08T02:20:26.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:25 smithi148 bash[24200]: cluster 2023-11-08T02:20:24.038700+0000 mgr.smithi148.cvefzo (mgr.14156) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:27.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:26 smithi148 bash[24200]: audit 2023-11-08T02:20:25.623572+0000 mon.smithi148 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' 2023-11-08T02:20:27.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:26 smithi148 bash[24200]: audit 2023-11-08T02:20:25.761334+0000 mon.smithi148 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' 2023-11-08T02:20:27.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:26 smithi148 bash[24200]: audit 2023-11-08T02:20:25.765598+0000 mon.smithi148 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' 2023-11-08T02:20:27.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:26 smithi148 bash[24200]: audit 2023-11-08T02:20:25.768566+0000 mon.smithi148 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T02:20:27.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:26 smithi148 bash[24200]: audit 2023-11-08T02:20:25.769519+0000 mgr.smithi148.cvefzo (mgr.14156) 15 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-11-08T02:20:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:26 smithi148 bash[24200]: audit 2023-11-08T02:20:25.774122+0000 mon.smithi148 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' 2023-11-08T02:20:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:26 smithi148 bash[24200]: cephadm 2023-11-08T02:20:25.787844+0000 mgr.smithi148.cvefzo (mgr.14156) 16 : cephadm [INF] Deploying daemon grafana.smithi148 on smithi148 2023-11-08T02:20:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:26 smithi148 bash[24200]: cluster 2023-11-08T02:20:26.038976+0000 mgr.smithi148.cvefzo (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:28.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:28 smithi148 bash[24200]: audit 2023-11-08T02:20:27.223017+0000 mon.smithi148 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' 2023-11-08T02:20:29.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:29 smithi148 bash[24200]: cluster 2023-11-08T02:20:28.039220+0000 mgr.smithi148.cvefzo (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:31.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:31 smithi148 bash[24200]: cluster 2023-11-08T02:20:30.039576+0000 mgr.smithi148.cvefzo (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:33.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:32 smithi148 bash[24200]: cluster 2023-11-08T02:20:32.039935+0000 mgr.smithi148.cvefzo (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:35.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:35 smithi148 bash[24200]: cluster 2023-11-08T02:20:34.040267+0000 mgr.smithi148.cvefzo (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:37.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:37 smithi148 bash[24200]: cluster 2023-11-08T02:20:36.040593+0000 mgr.smithi148.cvefzo (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:39.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:39 smithi148 bash[24200]: cluster 2023-11-08T02:20:38.040993+0000 mgr.smithi148.cvefzo (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:41.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:41 smithi148 bash[24200]: cluster 2023-11-08T02:20:40.041431+0000 mgr.smithi148.cvefzo (mgr.14156) 24 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:43.184 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:42 smithi148 bash[24200]: cluster 2023-11-08T02:20:42.041840+0000 mgr.smithi148.cvefzo (mgr.14156) 25 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:45.515 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:45 smithi148 bash[24200]: cluster 2023-11-08T02:20:44.042282+0000 mgr.smithi148.cvefzo (mgr.14156) 26 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:47.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:47 smithi148 bash[24200]: audit 2023-11-08T02:20:46.016159+0000 mon.smithi148 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' 2023-11-08T02:20:47.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:47 smithi148 bash[24200]: cephadm 2023-11-08T02:20:46.019374+0000 mgr.smithi148.cvefzo (mgr.14156) 27 : cephadm [INF] Deploying daemon node-exporter.smithi148 on smithi148 2023-11-08T02:20:47.255 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:47 smithi148 bash[24200]: cluster 2023-11-08T02:20:46.042677+0000 mgr.smithi148.cvefzo (mgr.14156) 28 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:20:47.255 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:47 smithi148 bash[24200]: audit 2023-11-08T02:20:46.733190+0000 mon.smithi148 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' 2023-11-08T02:20:47.255 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:47 smithi148 bash[24200]: audit 2023-11-08T02:20:46.736362+0000 mon.smithi148 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-11-08T02:20:48.398 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:48 smithi148 bash[24200]: audit 2023-11-08T02:20:47.231910+0000 mon.smithi148 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' 2023-11-08T02:20:48.398 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:48 smithi148 bash[24200]: audit 2023-11-08T02:20:47.737674+0000 mon.smithi148 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.148:0/2614348865' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-11-08T02:20:48.398 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:48 smithi148 bash[24200]: cluster 2023-11-08T02:20:47.737799+0000 mon.smithi148 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi148.cvefzo(active, since 55s) 2023-11-08T02:20:54.898 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:54 smithi148 bash[24200]: cluster 2023-11-08T02:20:54.580059+0000 mon.smithi148 (mon.0) 115 : cluster [INF] Active manager daemon smithi148.cvefzo restarted 2023-11-08T02:20:54.899 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:54 smithi148 bash[24200]: cluster 2023-11-08T02:20:54.580581+0000 mon.smithi148 (mon.0) 116 : cluster [INF] Activating manager daemon smithi148.cvefzo 2023-11-08T02:20:54.899 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:54 smithi148 bash[24200]: cluster 2023-11-08T02:20:54.584289+0000 mon.smithi148 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-11-08T02:20:54.899 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:54 smithi148 bash[24200]: cluster 2023-11-08T02:20:54.584399+0000 mon.smithi148 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi148.cvefzo(active, starting, since 0.003992s) 2023-11-08T02:20:54.899 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:54 smithi148 bash[24200]: audit 2023-11-08T02:20:54.588174+0000 mon.smithi148 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2023-11-08T02:20:54.900 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:54 smithi148 bash[24200]: audit 2023-11-08T02:20:54.589092+0000 mon.smithi148 (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mgr metadata", "who": "smithi148.cvefzo", "id": "smithi148.cvefzo"}]: dispatch 2023-11-08T02:20:54.900 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:54 smithi148 bash[24200]: audit 2023-11-08T02:20:54.589990+0000 mon.smithi148 (mon.0) 121 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-11-08T02:20:54.900 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:54 smithi148 bash[24200]: audit 2023-11-08T02:20:54.590141+0000 mon.smithi148 (mon.0) 122 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-11-08T02:20:54.900 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:54 smithi148 bash[24200]: audit 2023-11-08T02:20:54.590294+0000 mon.smithi148 (mon.0) 123 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-11-08T02:20:54.901 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:54 smithi148 bash[24200]: cluster 2023-11-08T02:20:54.613639+0000 mon.smithi148 (mon.0) 124 : cluster [INF] Manager daemon smithi148.cvefzo is now available 2023-11-08T02:20:55.670 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:55 smithi148 bash[24200]: audit 2023-11-08T02:20:54.759150+0000 mon.smithi148 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:20:55.671 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:55 smithi148 bash[24200]: audit 2023-11-08T02:20:54.760971+0000 mon.smithi148 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:20:55.671 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:55 smithi148 bash[24200]: audit 2023-11-08T02:20:54.785612+0000 mon.smithi148 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:20:55.671 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:55 smithi148 bash[24200]: audit 2023-11-08T02:20:54.808054+0000 mon.smithi148 (mon.0) 128 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi148.cvefzo/mirror_snapshot_schedule"}]: dispatch 2023-11-08T02:20:55.671 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:55 smithi148 bash[24200]: audit 2023-11-08T02:20:54.814162+0000 mon.smithi148 (mon.0) 129 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi148.cvefzo/trash_purge_schedule"}]: dispatch 2023-11-08T02:20:55.672 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:55 smithi148 bash[24200]: cluster 2023-11-08T02:20:55.591780+0000 mon.smithi148 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi148.cvefzo(active, since 1.01136s) 2023-11-08T02:20:57.750 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:20:57 smithi148 bash[24200]: cluster 2023-11-08T02:20:56.639642+0000 mon.smithi148 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi148.cvefzo(active, since 2s) 2023-11-08T02:21:01.487 INFO:teuthology.orchestra.run.smithi153.stdout:Added host 'smithi153' with addr '172.21.15.153' 2023-11-08T02:21:02.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:01 smithi148 bash[24200]: audit 2023-11-08T02:21:00.639601+0000 mgr.smithi148.cvefzo (mgr.14180) 1 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi153", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:21:02.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:01 smithi148 bash[24200]: audit 2023-11-08T02:21:00.690919+0000 mon.smithi148 (mon.0) 132 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:02.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:01 smithi148 bash[24200]: audit 2023-11-08T02:21:00.960133+0000 mon.smithi148 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi148", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:21:02.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:01 smithi148 bash[24200]: audit 2023-11-08T02:21:00.961307+0000 mon.smithi148 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:21:02.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:01 smithi148 bash[24200]: audit 2023-11-08T02:21:00.962065+0000 mon.smithi148 (mon.0) 135 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:21:02.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:01 smithi148 bash[24200]: audit 2023-11-08T02:21:01.043203+0000 mon.smithi148 (mon.0) 136 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:02.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:01 smithi148 bash[24200]: audit 2023-11-08T02:21:01.048255+0000 mon.smithi148 (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:02.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:01 smithi148 bash[24200]: audit 2023-11-08T02:21:01.486283+0000 mon.smithi148 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:02.223 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch host ls --format=json 2023-11-08T02:21:03.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:02 smithi148 bash[24200]: cephadm 2023-11-08T02:21:00.963515+0000 mgr.smithi148.cvefzo (mgr.14180) 2 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2023-11-08T02:21:03.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:02 smithi148 bash[24200]: cephadm 2023-11-08T02:21:00.998468+0000 mgr.smithi148.cvefzo (mgr.14180) 3 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.client.admin.keyring 2023-11-08T02:21:03.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:02 smithi148 bash[24200]: cephadm 2023-11-08T02:21:01.071034+0000 mgr.smithi148.cvefzo (mgr.14180) 4 : cephadm [INF] Deploying daemon prometheus.smithi148 on smithi148 2023-11-08T02:21:03.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:02 smithi148 bash[24200]: cephadm 2023-11-08T02:21:01.486975+0000 mgr.smithi148.cvefzo (mgr.14180) 5 : cephadm [INF] Added host smithi153 2023-11-08T02:21:05.007 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-11-08T02:21:05.007 INFO:teuthology.orchestra.run.smithi153.stdout:[{"addr": "172.21.15.148", "hostname": "smithi148", "labels": [], "status": ""}, {"addr": "172.21.15.153", "hostname": "smithi153", "labels": [], "status": ""}] 2023-11-08T02:21:05.588 INFO:tasks.cephadm:Setting crush tunables to default 2023-11-08T02:21:05.588 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd crush tunables default 2023-11-08T02:21:06.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:05 smithi148 bash[24200]: audit 2023-11-08T02:21:05.006272+0000 mgr.smithi148.cvefzo (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:21:11.941 INFO:teuthology.orchestra.run.smithi148.stderr:adjusted tunables profile to default 2023-11-08T02:21:12.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:11 smithi148 bash[24200]: audit 2023-11-08T02:21:11.882877+0000 mon.smithi148 (mon.0) 139 : audit [INF] from='client.? 172.21.15.148:0/1029552597' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-11-08T02:21:13.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:12 smithi148 bash[24200]: audit 2023-11-08T02:21:11.937588+0000 mon.smithi148 (mon.0) 140 : audit [INF] from='client.? 172.21.15.148:0/1029552597' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-11-08T02:21:13.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:12 smithi148 bash[24200]: cluster 2023-11-08T02:21:11.937694+0000 mon.smithi148 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-08T02:21:13.491 INFO:tasks.cephadm:Adding mon.smithi148 on smithi148 2023-11-08T02:21:13.491 INFO:tasks.cephadm:Adding mon.smithi153 on smithi153 2023-11-08T02:21:13.492 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch apply mon '2;smithi148:172.21.15.148=smithi148;smithi153:172.21.15.153=smithi153' 2023-11-08T02:21:16.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:15 smithi148 bash[24200]: cluster 2023-11-08T02:21:14.592014+0000 mgr.smithi148.cvefzo (mgr.14180) 7 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:16.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:15 smithi148 bash[24200]: audit 2023-11-08T02:21:15.289218+0000 mon.smithi148 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:16.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:15 smithi148 bash[24200]: audit 2023-11-08T02:21:15.291306+0000 mon.smithi148 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:21:16.227 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled mon update... 2023-11-08T02:21:16.860 DEBUG:teuthology.orchestra.run.smithi153:mon.smithi153> sudo journalctl -f -n 0 -u ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7@mon.smithi153.service 2023-11-08T02:21:16.862 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T02:21:16.863 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T02:21:17.047 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2023-11-08T02:21:17.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:16 smithi148 bash[24200]: audit 2023-11-08T02:21:15.821846+0000 mon.smithi148 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:17.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:16 smithi148 bash[24200]: audit 2023-11-08T02:21:16.215380+0000 mgr.smithi148.cvefzo (mgr.14180) 8 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi148:172.21.15.148=smithi148;smithi153:172.21.15.153=smithi153", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:21:17.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:16 smithi148 bash[24200]: cephadm 2023-11-08T02:21:16.221359+0000 mgr.smithi148.cvefzo (mgr.14180) 9 : cephadm [INF] Saving service mon spec with placement smithi148:172.21.15.148=smithi148;smithi153:172.21.15.153=smithi153;count:2 2023-11-08T02:21:17.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:16 smithi148 bash[24200]: audit 2023-11-08T02:21:16.226973+0000 mon.smithi148 (mon.0) 145 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:17.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:16 smithi148 bash[24200]: cluster 2023-11-08T02:21:16.592552+0000 mgr.smithi148.cvefzo (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:19.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:18 smithi148 bash[24200]: audit 2023-11-08T02:21:17.828143+0000 mon.smithi148 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:19.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:18 smithi148 bash[24200]: cluster 2023-11-08T02:21:18.593054+0000 mgr.smithi148.cvefzo (mgr.14180) 11 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:19.711 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-11-08T02:21:19.712 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":1,"fsid":"013513a2-7ddd-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T02:18:35.693368Z","created":"2023-11-08T02:18:35.693368Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi148","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:3300","nonce":0},{"type":"v1","addr":"172.21.15.148:6789","nonce":0}]},"addr":"172.21.15.148:6789/0","public_addr":"172.21.15.148:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T02:21:19.714 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 1 2023-11-08T02:21:20.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:19 smithi148 bash[24200]: audit 2023-11-08T02:21:19.711519+0000 mon.smithi148 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.153:0/3275574310' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T02:21:20.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:19 smithi148 bash[24200]: audit 2023-11-08T02:21:19.793141+0000 mon.smithi148 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:21.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:20 smithi148 bash[24200]: cluster 2023-11-08T02:21:20.593439+0000 mgr.smithi148.cvefzo (mgr.14180) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:21.810 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T02:21:21.810 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T02:21:22.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:22 smithi148 bash[24200]: audit 2023-11-08T02:21:21.245046+0000 mon.smithi148 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:23.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:23 smithi148 bash[24200]: cluster 2023-11-08T02:21:22.593887+0000 mgr.smithi148.cvefzo (mgr.14180) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:25.506 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-11-08T02:21:25.506 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":1,"fsid":"013513a2-7ddd-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T02:18:35.693368Z","created":"2023-11-08T02:18:35.693368Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi148","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:3300","nonce":0},{"type":"v1","addr":"172.21.15.148:6789","nonce":0}]},"addr":"172.21.15.148:6789/0","public_addr":"172.21.15.148:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T02:21:25.509 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 1 2023-11-08T02:21:26.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:25 smithi148 bash[24200]: cluster 2023-11-08T02:21:24.594393+0000 mgr.smithi148.cvefzo (mgr.14180) 14 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:26.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:25 smithi148 bash[24200]: audit 2023-11-08T02:21:25.345567+0000 mon.smithi148 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:26.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:25 smithi148 bash[24200]: audit 2023-11-08T02:21:25.506287+0000 mon.smithi148 (mon.0) 151 : audit [DBG] from='client.? 172.21.15.153:0/1479026804' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T02:21:27.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:26 smithi148 bash[24200]: audit 2023-11-08T02:21:25.659838+0000 mon.smithi148 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:27.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:26 smithi148 bash[24200]: audit 2023-11-08T02:21:25.660986+0000 mon.smithi148 (mon.0) 153 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd/host:smithi153", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:21:27.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:26 smithi148 bash[24200]: audit 2023-11-08T02:21:25.662574+0000 mon.smithi148 (mon.0) 154 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:21:27.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:26 smithi148 bash[24200]: audit 2023-11-08T02:21:25.663892+0000 mon.smithi148 (mon.0) 155 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:21:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:26 smithi148 bash[24200]: cephadm 2023-11-08T02:21:25.666106+0000 mgr.smithi148.cvefzo (mgr.14180) 15 : cephadm [INF] Updating smithi153:/etc/ceph/ceph.conf 2023-11-08T02:21:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:26 smithi148 bash[24200]: cephadm 2023-11-08T02:21:25.702688+0000 mgr.smithi148.cvefzo (mgr.14180) 16 : cephadm [INF] Updating smithi153:/etc/ceph/ceph.client.admin.keyring 2023-11-08T02:21:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:26 smithi148 bash[24200]: audit 2023-11-08T02:21:25.790631+0000 mon.smithi148 (mon.0) 156 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:26 smithi148 bash[24200]: audit 2023-11-08T02:21:25.795251+0000 mon.smithi148 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:26 smithi148 bash[24200]: audit 2023-11-08T02:21:25.797823+0000 mon.smithi148 (mon.0) 158 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T02:21:27.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:26 smithi148 bash[24200]: audit 2023-11-08T02:21:25.800232+0000 mon.smithi148 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-11-08T02:21:27.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:26 smithi148 bash[24200]: audit 2023-11-08T02:21:25.801474+0000 mon.smithi148 (mon.0) 160 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:21:27.567 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T02:21:27.568 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T02:21:28.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:27 smithi148 bash[24200]: cephadm 2023-11-08T02:21:25.802522+0000 mgr.smithi148.cvefzo (mgr.14180) 17 : cephadm [INF] Deploying daemon crash.smithi153 on smithi153 2023-11-08T02:21:28.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:27 smithi148 bash[24200]: cluster 2023-11-08T02:21:26.594842+0000 mgr.smithi148.cvefzo (mgr.14180) 18 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:30.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:29 smithi148 bash[24200]: cluster 2023-11-08T02:21:28.595249+0000 mgr.smithi148.cvefzo (mgr.14180) 19 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:30.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:29 smithi148 bash[24200]: audit 2023-11-08T02:21:28.757228+0000 mon.smithi148 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:30.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:29 smithi148 bash[24200]: audit 2023-11-08T02:21:28.761028+0000 mon.smithi148 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.hutpfy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T02:21:30.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:29 smithi148 bash[24200]: audit 2023-11-08T02:21:28.766372+0000 mon.smithi148 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.hutpfy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-11-08T02:21:30.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:29 smithi148 bash[24200]: audit 2023-11-08T02:21:28.767666+0000 mon.smithi148 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T02:21:30.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:29 smithi148 bash[24200]: audit 2023-11-08T02:21:28.769413+0000 mon.smithi148 (mon.0) 165 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:21:30.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:29 smithi148 bash[24200]: cephadm 2023-11-08T02:21:28.770611+0000 mgr.smithi148.cvefzo (mgr.14180) 20 : cephadm [INF] Deploying daemon mgr.smithi153.hutpfy on smithi153 2023-11-08T02:21:31.261 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:30 smithi148 bash[24200]: audit 2023-11-08T02:21:29.801969+0000 mon.smithi148 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:31.261 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:30 smithi148 bash[24200]: cluster 2023-11-08T02:21:30.595679+0000 mgr.smithi148.cvefzo (mgr.14180) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:31.811 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-11-08T02:21:31.811 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":1,"fsid":"013513a2-7ddd-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T02:18:35.693368Z","created":"2023-11-08T02:18:35.693368Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi148","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:3300","nonce":0},{"type":"v1","addr":"172.21.15.148:6789","nonce":0}]},"addr":"172.21.15.148:6789/0","public_addr":"172.21.15.148:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T02:21:31.814 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 1 2023-11-08T02:21:32.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:31 smithi148 bash[24200]: audit 2023-11-08T02:21:31.810600+0000 mon.smithi148 (mon.0) 167 : audit [DBG] from='client.? 172.21.15.153:0/3082947604' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T02:21:33.696 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T02:21:33.697 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T02:21:33.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:33 smithi148 bash[24200]: audit 2023-11-08T02:21:32.336834+0000 mon.smithi148 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:33.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:33 smithi148 bash[24200]: audit 2023-11-08T02:21:32.340476+0000 mon.smithi148 (mon.0) 169 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T02:21:33.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:33 smithi148 bash[24200]: audit 2023-11-08T02:21:32.341761+0000 mon.smithi148 (mon.0) 170 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:21:33.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:33 smithi148 bash[24200]: cephadm 2023-11-08T02:21:32.342694+0000 mgr.smithi148.cvefzo (mgr.14180) 22 : cephadm [INF] Deploying daemon mon.smithi153 on smithi153 2023-11-08T02:21:33.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:33 smithi148 bash[24200]: cluster 2023-11-08T02:21:32.596075+0000 mgr.smithi148.cvefzo (mgr.14180) 23 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:36.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:35 smithi148 bash[24200]: cluster 2023-11-08T02:21:34.596559+0000 mgr.smithi148.cvefzo (mgr.14180) 24 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:36.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:35 smithi148 bash[24200]: audit 2023-11-08T02:21:34.807858+0000 mon.smithi148 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:37.938 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-11-08T02:21:37.938 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":1,"fsid":"013513a2-7ddd-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T02:18:35.693368Z","created":"2023-11-08T02:18:35.693368Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi148","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:3300","nonce":0},{"type":"v1","addr":"172.21.15.148:6789","nonce":0}]},"addr":"172.21.15.148:6789/0","public_addr":"172.21.15.148:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-11-08T02:21:37.943 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 1 2023-11-08T02:21:38.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:37 smithi148 bash[24200]: cluster 2023-11-08T02:21:36.597013+0000 mgr.smithi148.cvefzo (mgr.14180) 25 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:38.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:37 smithi148 bash[24200]: audit 2023-11-08T02:21:37.604887+0000 mon.smithi148 (mon.0) 172 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:39.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:38 smithi148 bash[24200]: cephadm 2023-11-08T02:21:37.607455+0000 mgr.smithi148.cvefzo (mgr.14180) 26 : cephadm [INF] Deploying daemon node-exporter.smithi153 on smithi153 2023-11-08T02:21:39.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:38 smithi148 bash[24200]: audit 2023-11-08T02:21:37.938305+0000 mon.smithi148 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.153:0/3151892480' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T02:21:39.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:38 smithi148 bash[24200]: audit 2023-11-08T02:21:38.368202+0000 mon.smithi148 (mon.0) 174 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:39.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:38 smithi148 bash[24200]: audit 2023-11-08T02:21:38.370741+0000 mon.smithi148 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:21:39.323 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: No filesystems configured 2023-11-08T02:21:39.323 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: debug 2023-11-08T02:21:39.317+0000 7f5889247700 1 mon.smithi153@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-11-08T02:21:39.323 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: debug 2023-11-08T02:21:39.321+0000 7f5889247700 1 mon.smithi153@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-11-08T02:21:39.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: debug 2023-11-08T02:21:39.321+0000 7f5889247700 1 mon.smithi153@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-11-08T02:21:39.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: debug 2023-11-08T02:21:39.321+0000 7f5889247700 1 mon.smithi153@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-11-08T02:21:39.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: debug 2023-11-08T02:21:39.321+0000 7f5889247700 1 mon.smithi153@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-11-08T02:21:39.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: debug 2023-11-08T02:21:39.321+0000 7f5889247700 1 mon.smithi153@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-11-08T02:21:39.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: debug 2023-11-08T02:21:39.321+0000 7f5889247700 1 mon.smithi153@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-11-08T02:21:39.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: debug 2023-11-08T02:21:39.321+0000 7f5889247700 0 mon.smithi153@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-11-08T02:21:39.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: debug 2023-11-08T02:21:39.321+0000 7f5889247700 0 mon.smithi153@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T02:21:39.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: debug 2023-11-08T02:21:39.321+0000 7f5889247700 0 mon.smithi153@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T02:21:39.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: debug 2023-11-08T02:21:39.321+0000 7f5889247700 0 mon.smithi153@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-11-08T02:21:39.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: cephadm 2023-11-08T02:21:37.607455+0000 mgr.smithi148.cvefzo (mgr.14180) 26 : cephadm [INF] Deploying daemon node-exporter.smithi153 on smithi153 2023-11-08T02:21:39.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: audit 2023-11-08T02:21:37.938305+0000 mon.smithi148 (mon.0) 173 : audit [DBG] from='client.? 172.21.15.153:0/3151892480' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T02:21:39.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: audit 2023-11-08T02:21:38.368202+0000 mon.smithi148 (mon.0) 174 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:39.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: audit 2023-11-08T02:21:38.370741+0000 mon.smithi148 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:21:39.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:39 smithi153 bash[28288]: debug 2023-11-08T02:21:39.321+0000 7f5889247700 1 mon.smithi153@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-11-08T02:21:40.074 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-11-08T02:21:40.075 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph mon dump -f json 2023-11-08T02:21:44.666 INFO:teuthology.orchestra.run.smithi153.stdout: 2023-11-08T02:21:44.667 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":2,"fsid":"013513a2-7ddd-11ee-8dbb-212e2dc638e7","modified":"2023-11-08T02:21:39.328325Z","created":"2023-11-08T02:18:35.693368Z","min_mon_release":16,"min_mon_release_name":"pacific","election_strategy":1,"disallowed_leaders: ":"","stretch_mode":false,"tiebreaker_mon":"","removed_ranks: ":"","features":{"persistent":["kraken","luminous","mimic","osdmap-prune","nautilus","octopus","pacific","elector-pinging"],"optional":[]},"mons":[{"rank":0,"name":"smithi148","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:3300","nonce":0},{"type":"v1","addr":"172.21.15.148:6789","nonce":0}]},"addr":"172.21.15.148:6789/0","public_addr":"172.21.15.148:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi153","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:3300","nonce":0},{"type":"v1","addr":"172.21.15.153:6789","nonce":0}]},"addr":"172.21.15.153:6789/0","public_addr":"172.21.15.153:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-11-08T02:21:44.670 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 2 2023-11-08T02:21:44.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: audit 2023-11-08T02:21:39.328910+0000 mon.smithi148 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-11-08T02:21:44.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: audit 2023-11-08T02:21:39.333258+0000 mon.smithi148 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2023-11-08T02:21:44.696 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: cluster 2023-11-08T02:21:39.333564+0000 mon.smithi148 (mon.0) 178 : cluster [INF] mon.smithi148 calling monitor election 2023-11-08T02:21:44.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: audit 2023-11-08T02:21:39.335960+0000 mon.smithi148 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-11-08T02:21:44.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: audit 2023-11-08T02:21:40.328395+0000 mon.smithi148 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-11-08T02:21:44.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: cluster 2023-11-08T02:21:40.597769+0000 mgr.smithi148.cvefzo (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:44.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: audit 2023-11-08T02:21:40.685475+0000 mon.smithi148 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.153:0/4294111605' entity='mgr.smithi153.hutpfy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.hutpfy/crt"}]: dispatch 2023-11-08T02:21:44.697 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: audit 2023-11-08T02:21:41.328397+0000 mon.smithi148 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-11-08T02:21:44.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: cluster 2023-11-08T02:21:41.329063+0000 mon.smithi153 (mon.1) 1 : cluster [INF] mon.smithi153 calling monitor election 2023-11-08T02:21:44.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: audit 2023-11-08T02:21:42.328574+0000 mon.smithi148 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-11-08T02:21:44.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: cluster 2023-11-08T02:21:42.598183+0000 mgr.smithi148.cvefzo (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:44.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: audit 2023-11-08T02:21:43.328781+0000 mon.smithi148 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-11-08T02:21:44.698 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: audit 2023-11-08T02:21:44.329047+0000 mon.smithi148 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-11-08T02:21:44.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: cluster 2023-11-08T02:21:44.356770+0000 mon.smithi148 (mon.0) 186 : cluster [INF] mon.smithi148 is new leader, mons smithi148,smithi153 in quorum (ranks 0,1) 2023-11-08T02:21:44.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: cluster 2023-11-08T02:21:44.366802+0000 mon.smithi148 (mon.0) 187 : cluster [DBG] monmap e2: 2 mons at {smithi148=[v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0],smithi153=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0]} removed_ranks: {} 2023-11-08T02:21:44.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: cluster 2023-11-08T02:21:44.387210+0000 mon.smithi148 (mon.0) 188 : cluster [DBG] fsmap 2023-11-08T02:21:44.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: cluster 2023-11-08T02:21:44.387279+0000 mon.smithi148 (mon.0) 189 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-08T02:21:44.699 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: cluster 2023-11-08T02:21:44.387658+0000 mon.smithi148 (mon.0) 190 : cluster [DBG] mgrmap e17: smithi148.cvefzo(active, since 49s) 2023-11-08T02:21:44.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: cluster 2023-11-08T02:21:44.389389+0000 mon.smithi148 (mon.0) 191 : cluster [DBG] Standby manager daemon smithi153.hutpfy started 2023-11-08T02:21:44.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: audit 2023-11-08T02:21:44.391759+0000 mon.smithi148 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.153:0/4294111605' entity='mgr.smithi153.hutpfy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T02:21:44.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: cluster 2023-11-08T02:21:44.395208+0000 mon.smithi148 (mon.0) 193 : cluster [INF] overall HEALTH_OK 2023-11-08T02:21:44.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: audit 2023-11-08T02:21:44.396091+0000 mon.smithi148 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.153:0/4294111605' entity='mgr.smithi153.hutpfy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.hutpfy/key"}]: dispatch 2023-11-08T02:21:44.700 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: audit 2023-11-08T02:21:44.398891+0000 mon.smithi148 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:44.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: audit 2023-11-08T02:21:44.400051+0000 mon.smithi148 (mon.0) 196 : audit [DBG] from='mgr.? 172.21.15.153:0/4294111605' entity='mgr.smithi153.hutpfy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T02:21:44.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: audit 2023-11-08T02:21:44.414013+0000 mon.smithi148 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:44.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: audit 2023-11-08T02:21:44.415394+0000 mon.smithi148 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:21:44.701 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:44 smithi153 bash[28288]: audit 2023-11-08T02:21:44.416600+0000 mon.smithi148 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:21:44.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: audit 2023-11-08T02:21:39.328910+0000 mon.smithi148 (mon.0) 176 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-11-08T02:21:44.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: audit 2023-11-08T02:21:39.333258+0000 mon.smithi148 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi148"}]: dispatch 2023-11-08T02:21:44.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: cluster 2023-11-08T02:21:39.333564+0000 mon.smithi148 (mon.0) 178 : cluster [INF] mon.smithi148 calling monitor election 2023-11-08T02:21:44.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: audit 2023-11-08T02:21:39.335960+0000 mon.smithi148 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-11-08T02:21:44.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: audit 2023-11-08T02:21:40.328395+0000 mon.smithi148 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-11-08T02:21:44.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: cluster 2023-11-08T02:21:40.597769+0000 mgr.smithi148.cvefzo (mgr.14180) 28 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:44.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: audit 2023-11-08T02:21:40.685475+0000 mon.smithi148 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.153:0/4294111605' entity='mgr.smithi153.hutpfy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.hutpfy/crt"}]: dispatch 2023-11-08T02:21:44.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: audit 2023-11-08T02:21:41.328397+0000 mon.smithi148 (mon.0) 182 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-11-08T02:21:44.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: cluster 2023-11-08T02:21:41.329063+0000 mon.smithi153 (mon.1) 1 : cluster [INF] mon.smithi153 calling monitor election 2023-11-08T02:21:44.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: audit 2023-11-08T02:21:42.328574+0000 mon.smithi148 (mon.0) 183 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-11-08T02:21:44.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: cluster 2023-11-08T02:21:42.598183+0000 mgr.smithi148.cvefzo (mgr.14180) 29 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:44.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: audit 2023-11-08T02:21:43.328781+0000 mon.smithi148 (mon.0) 184 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-11-08T02:21:44.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: audit 2023-11-08T02:21:44.329047+0000 mon.smithi148 (mon.0) 185 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-11-08T02:21:44.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: cluster 2023-11-08T02:21:44.356770+0000 mon.smithi148 (mon.0) 186 : cluster [INF] mon.smithi148 is new leader, mons smithi148,smithi153 in quorum (ranks 0,1) 2023-11-08T02:21:44.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: cluster 2023-11-08T02:21:44.366802+0000 mon.smithi148 (mon.0) 187 : cluster [DBG] monmap e2: 2 mons at {smithi148=[v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0],smithi153=[v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0]} removed_ranks: {} 2023-11-08T02:21:44.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: cluster 2023-11-08T02:21:44.387210+0000 mon.smithi148 (mon.0) 188 : cluster [DBG] fsmap 2023-11-08T02:21:44.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: cluster 2023-11-08T02:21:44.387279+0000 mon.smithi148 (mon.0) 189 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-11-08T02:21:44.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: cluster 2023-11-08T02:21:44.387658+0000 mon.smithi148 (mon.0) 190 : cluster [DBG] mgrmap e17: smithi148.cvefzo(active, since 49s) 2023-11-08T02:21:44.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: cluster 2023-11-08T02:21:44.389389+0000 mon.smithi148 (mon.0) 191 : cluster [DBG] Standby manager daemon smithi153.hutpfy started 2023-11-08T02:21:44.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: audit 2023-11-08T02:21:44.391759+0000 mon.smithi148 (mon.0) 192 : audit [DBG] from='mgr.? 172.21.15.153:0/4294111605' entity='mgr.smithi153.hutpfy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-11-08T02:21:44.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: cluster 2023-11-08T02:21:44.395208+0000 mon.smithi148 (mon.0) 193 : cluster [INF] overall HEALTH_OK 2023-11-08T02:21:44.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: audit 2023-11-08T02:21:44.396091+0000 mon.smithi148 (mon.0) 194 : audit [DBG] from='mgr.? 172.21.15.153:0/4294111605' entity='mgr.smithi153.hutpfy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi153.hutpfy/key"}]: dispatch 2023-11-08T02:21:44.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: audit 2023-11-08T02:21:44.398891+0000 mon.smithi148 (mon.0) 195 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:44.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: audit 2023-11-08T02:21:44.400051+0000 mon.smithi148 (mon.0) 196 : audit [DBG] from='mgr.? 172.21.15.153:0/4294111605' entity='mgr.smithi153.hutpfy' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-11-08T02:21:44.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: audit 2023-11-08T02:21:44.414013+0000 mon.smithi148 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:44.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: audit 2023-11-08T02:21:44.415394+0000 mon.smithi148 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:21:44.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:44 smithi148 bash[24200]: audit 2023-11-08T02:21:44.416600+0000 mon.smithi148 (mon.0) 199 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:21:45.363 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-11-08T02:21:45.364 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph config generate-minimal-conf 2023-11-08T02:21:45.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:45 smithi153 bash[28288]: cephadm 2023-11-08T02:21:44.418151+0000 mgr.smithi148.cvefzo (mgr.14180) 30 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2023-11-08T02:21:45.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:45 smithi153 bash[28288]: cephadm 2023-11-08T02:21:44.418716+0000 mgr.smithi148.cvefzo (mgr.14180) 31 : cephadm [INF] Updating smithi153:/etc/ceph/ceph.conf 2023-11-08T02:21:45.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:45 smithi153 bash[28288]: audit 2023-11-08T02:21:44.454478+0000 mon.smithi148 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:45.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:45 smithi153 bash[28288]: cluster 2023-11-08T02:21:44.456006+0000 mon.smithi148 (mon.0) 201 : cluster [DBG] mgrmap e18: smithi148.cvefzo(active, since 49s), standbys: smithi153.hutpfy 2023-11-08T02:21:45.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:45 smithi153 bash[28288]: audit 2023-11-08T02:21:44.456223+0000 mon.smithi148 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mgr metadata", "who": "smithi153.hutpfy", "id": "smithi153.hutpfy"}]: dispatch 2023-11-08T02:21:45.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:45 smithi153 bash[28288]: audit 2023-11-08T02:21:44.458671+0000 mon.smithi148 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:45.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:45 smithi153 bash[28288]: audit 2023-11-08T02:21:44.462791+0000 mon.smithi148 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:45.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:45 smithi153 bash[28288]: cephadm 2023-11-08T02:21:44.467765+0000 mgr.smithi148.cvefzo (mgr.14180) 32 : cephadm [INF] Reconfiguring mon.smithi148 (unknown last config time)... 2023-11-08T02:21:45.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:45 smithi153 bash[28288]: audit 2023-11-08T02:21:44.468155+0000 mon.smithi148 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T02:21:45.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:45 smithi153 bash[28288]: audit 2023-11-08T02:21:44.469663+0000 mon.smithi148 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T02:21:45.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:45 smithi153 bash[28288]: audit 2023-11-08T02:21:44.471039+0000 mon.smithi148 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:21:45.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:45 smithi153 bash[28288]: cephadm 2023-11-08T02:21:44.472074+0000 mgr.smithi148.cvefzo (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mon.smithi148 on smithi148 2023-11-08T02:21:45.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:45 smithi153 bash[28288]: cluster 2023-11-08T02:21:44.598597+0000 mgr.smithi148.cvefzo (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:45.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:45 smithi153 bash[28288]: audit 2023-11-08T02:21:44.666903+0000 mon.smithi148 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.153:0/565048557' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T02:21:45.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:45 smithi153 bash[28288]: audit 2023-11-08T02:21:45.329398+0000 mon.smithi148 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-11-08T02:21:45.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:45 smithi148 bash[24200]: cephadm 2023-11-08T02:21:44.418151+0000 mgr.smithi148.cvefzo (mgr.14180) 30 : cephadm [INF] Updating smithi148:/etc/ceph/ceph.conf 2023-11-08T02:21:45.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:45 smithi148 bash[24200]: cephadm 2023-11-08T02:21:44.418716+0000 mgr.smithi148.cvefzo (mgr.14180) 31 : cephadm [INF] Updating smithi153:/etc/ceph/ceph.conf 2023-11-08T02:21:45.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:45 smithi148 bash[24200]: audit 2023-11-08T02:21:44.454478+0000 mon.smithi148 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:45.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:45 smithi148 bash[24200]: cluster 2023-11-08T02:21:44.456006+0000 mon.smithi148 (mon.0) 201 : cluster [DBG] mgrmap e18: smithi148.cvefzo(active, since 49s), standbys: smithi153.hutpfy 2023-11-08T02:21:45.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:45 smithi148 bash[24200]: audit 2023-11-08T02:21:44.456223+0000 mon.smithi148 (mon.0) 202 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mgr metadata", "who": "smithi153.hutpfy", "id": "smithi153.hutpfy"}]: dispatch 2023-11-08T02:21:45.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:45 smithi148 bash[24200]: audit 2023-11-08T02:21:44.458671+0000 mon.smithi148 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:45.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:45 smithi148 bash[24200]: audit 2023-11-08T02:21:44.462791+0000 mon.smithi148 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:45.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:45 smithi148 bash[24200]: cephadm 2023-11-08T02:21:44.467765+0000 mgr.smithi148.cvefzo (mgr.14180) 32 : cephadm [INF] Reconfiguring mon.smithi148 (unknown last config time)... 2023-11-08T02:21:45.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:45 smithi148 bash[24200]: audit 2023-11-08T02:21:44.468155+0000 mon.smithi148 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T02:21:45.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:45 smithi148 bash[24200]: audit 2023-11-08T02:21:44.469663+0000 mon.smithi148 (mon.0) 206 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T02:21:45.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:45 smithi148 bash[24200]: audit 2023-11-08T02:21:44.471039+0000 mon.smithi148 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:21:45.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:45 smithi148 bash[24200]: cephadm 2023-11-08T02:21:44.472074+0000 mgr.smithi148.cvefzo (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mon.smithi148 on smithi148 2023-11-08T02:21:45.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:45 smithi148 bash[24200]: cluster 2023-11-08T02:21:44.598597+0000 mgr.smithi148.cvefzo (mgr.14180) 34 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:45.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:45 smithi148 bash[24200]: audit 2023-11-08T02:21:44.666903+0000 mon.smithi148 (mon.0) 208 : audit [DBG] from='client.? 172.21.15.153:0/565048557' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-11-08T02:21:45.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:45 smithi148 bash[24200]: audit 2023-11-08T02:21:45.329398+0000 mon.smithi148 (mon.0) 209 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mon metadata", "id": "smithi153"}]: dispatch 2023-11-08T02:21:47.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:47 smithi148 bash[24200]: cluster 2023-11-08T02:21:46.599077+0000 mgr.smithi148.cvefzo (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:47.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:47 smithi148 bash[24200]: audit 2023-11-08T02:21:47.132557+0000 mon.smithi148 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:47.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:47 smithi148 bash[24200]: audit 2023-11-08T02:21:47.134070+0000 mon.smithi148 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi148.cvefzo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T02:21:47.995 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:47 smithi148 bash[24200]: audit 2023-11-08T02:21:47.135392+0000 mon.smithi148 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T02:21:47.996 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:47 smithi148 bash[24200]: audit 2023-11-08T02:21:47.136422+0000 mon.smithi148 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:21:48.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:47 smithi153 bash[28288]: cluster 2023-11-08T02:21:46.599077+0000 mgr.smithi148.cvefzo (mgr.14180) 35 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:48.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:47 smithi153 bash[28288]: audit 2023-11-08T02:21:47.132557+0000 mon.smithi148 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:48.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:47 smithi153 bash[28288]: audit 2023-11-08T02:21:47.134070+0000 mon.smithi148 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi148.cvefzo", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T02:21:48.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:47 smithi153 bash[28288]: audit 2023-11-08T02:21:47.135392+0000 mon.smithi148 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T02:21:48.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:47 smithi153 bash[28288]: audit 2023-11-08T02:21:47.136422+0000 mon.smithi148 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:21:49.054 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:48 smithi148 bash[24200]: cephadm 2023-11-08T02:21:47.133649+0000 mgr.smithi148.cvefzo (mgr.14180) 36 : cephadm [INF] Reconfiguring mgr.smithi148.cvefzo (unknown last config time)... 2023-11-08T02:21:49.054 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:48 smithi148 bash[24200]: cephadm 2023-11-08T02:21:47.137294+0000 mgr.smithi148.cvefzo (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi148.cvefzo on smithi148 2023-11-08T02:21:49.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:48 smithi153 bash[28288]: cephadm 2023-11-08T02:21:47.133649+0000 mgr.smithi148.cvefzo (mgr.14180) 36 : cephadm [INF] Reconfiguring mgr.smithi148.cvefzo (unknown last config time)... 2023-11-08T02:21:49.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:48 smithi153 bash[28288]: cephadm 2023-11-08T02:21:47.137294+0000 mgr.smithi148.cvefzo (mgr.14180) 37 : cephadm [INF] Reconfiguring daemon mgr.smithi148.cvefzo on smithi148 2023-11-08T02:21:49.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:49 smithi148 bash[24200]: cluster 2023-11-08T02:21:48.599554+0000 mgr.smithi148.cvefzo (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:50.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:49 smithi153 bash[28288]: cluster 2023-11-08T02:21:48.599554+0000 mgr.smithi148.cvefzo (mgr.14180) 38 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:50.434 INFO:teuthology.orchestra.run.smithi148.stdout:# minimal ceph.conf for 013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:21:50.434 INFO:teuthology.orchestra.run.smithi148.stdout:[global] 2023-11-08T02:21:50.435 INFO:teuthology.orchestra.run.smithi148.stdout: fsid = 013513a2-7ddd-11ee-8dbb-212e2dc638e7 2023-11-08T02:21:50.435 INFO:teuthology.orchestra.run.smithi148.stdout: mon_host = [v2:172.21.15.148:3300/0,v1:172.21.15.148:6789/0] [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] 2023-11-08T02:21:50.721 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:50 smithi148 bash[24200]: audit 2023-11-08T02:21:50.434062+0000 mon.smithi148 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.148:0/2681500041' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:21:50.722 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:50 smithi148 bash[24200]: audit 2023-11-08T02:21:50.513486+0000 mon.smithi148 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:51.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:50 smithi153 bash[28288]: audit 2023-11-08T02:21:50.434062+0000 mon.smithi148 (mon.0) 214 : audit [DBG] from='client.? 172.21.15.148:0/2681500041' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:21:51.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:50 smithi153 bash[28288]: audit 2023-11-08T02:21:50.513486+0000 mon.smithi148 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:51.606 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-11-08T02:21:51.606 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-11-08T02:21:51.607 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T02:21:51.622 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-11-08T02:21:51.623 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T02:21:51.681 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-11-08T02:21:51.682 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.conf 2023-11-08T02:21:51.697 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-11-08T02:21:51.697 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-11-08T02:21:51.755 INFO:tasks.cephadm:Deploying OSDs... 2023-11-08T02:21:51.756 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-11-08T02:21:51.756 DEBUG:teuthology.orchestra.run.smithi148:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T02:21:51.764 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T02:21:51.764 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/nvme1n1 2023-11-08T02:21:51.811 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/nvme1n1 2023-11-08T02:21:51.812 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T02:21:51.812 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 524 Links: 1 Device type: 103,2 2023-11-08T02:21:51.812 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T02:21:51.812 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2023-11-08 02:20:11.244950919 +0000 2023-11-08T02:21:51.813 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2023-11-08 02:20:11.052955347 +0000 2023-11-08T02:21:51.813 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2023-11-08 02:20:11.052955347 +0000 2023-11-08T02:21:51.813 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2023-11-08T02:21:51.813 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-08T02:21:51.862 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:51 smithi148 bash[24200]: cephadm 2023-11-08T02:21:50.514721+0000 mgr.smithi148.cvefzo (mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi148 (dependencies changed)... 2023-11-08T02:21:51.862 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:51 smithi148 bash[24200]: cephadm 2023-11-08T02:21:50.525645+0000 mgr.smithi148.cvefzo (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi148 on smithi148 2023-11-08T02:21:51.863 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:51 smithi148 bash[24200]: cluster 2023-11-08T02:21:50.599961+0000 mgr.smithi148.cvefzo (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:51.864 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2023-11-08T02:21:51.864 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2023-11-08T02:21:51.864 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000300819 s, 1.7 MB/s 2023-11-08T02:21:51.865 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-08T02:21:51.917 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/nvme2n1 2023-11-08T02:21:51.972 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/nvme2n1 2023-11-08T02:21:51.972 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T02:21:51.973 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 532 Links: 1 Device type: 103,4 2023-11-08T02:21:51.973 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T02:21:51.973 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2023-11-08 02:20:11.260950550 +0000 2023-11-08T02:21:51.973 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2023-11-08 02:20:11.056955255 +0000 2023-11-08T02:21:51.973 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2023-11-08 02:20:11.056955255 +0000 2023-11-08T02:21:51.974 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2023-11-08T02:21:51.974 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-08T02:21:52.027 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2023-11-08T02:21:52.027 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2023-11-08T02:21:52.028 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000429495 s, 1.2 MB/s 2023-11-08T02:21:52.029 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-08T02:21:52.082 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/nvme3n1 2023-11-08T02:21:52.132 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/nvme3n1 2023-11-08T02:21:52.132 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T02:21:52.133 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 540 Links: 1 Device type: 103,6 2023-11-08T02:21:52.133 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T02:21:52.133 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2023-11-08 02:20:11.276950182 +0000 2023-11-08T02:21:52.133 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2023-11-08 02:20:11.056955255 +0000 2023-11-08T02:21:52.134 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2023-11-08 02:20:11.056955255 +0000 2023-11-08T02:21:52.134 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2023-11-08T02:21:52.134 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-08T02:21:52.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:51 smithi153 bash[28288]: cephadm 2023-11-08T02:21:50.514721+0000 mgr.smithi148.cvefzo (mgr.14180) 39 : cephadm [INF] Reconfiguring alertmanager.smithi148 (dependencies changed)... 2023-11-08T02:21:52.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:51 smithi153 bash[28288]: cephadm 2023-11-08T02:21:50.525645+0000 mgr.smithi148.cvefzo (mgr.14180) 40 : cephadm [INF] Reconfiguring daemon alertmanager.smithi148 on smithi148 2023-11-08T02:21:52.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:51 smithi153 bash[28288]: cluster 2023-11-08T02:21:50.599961+0000 mgr.smithi148.cvefzo (mgr.14180) 41 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:52.187 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2023-11-08T02:21:52.188 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2023-11-08T02:21:52.188 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000470662 s, 1.1 MB/s 2023-11-08T02:21:52.190 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-08T02:21:52.242 DEBUG:teuthology.orchestra.run.smithi148:> stat /dev/nvme4n1 2023-11-08T02:21:52.291 INFO:teuthology.orchestra.run.smithi148.stdout: File: /dev/nvme4n1 2023-11-08T02:21:52.291 INFO:teuthology.orchestra.run.smithi148.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T02:21:52.291 INFO:teuthology.orchestra.run.smithi148.stdout:Device: 5h/5d Inode: 548 Links: 1 Device type: 103,8 2023-11-08T02:21:52.292 INFO:teuthology.orchestra.run.smithi148.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T02:21:52.292 INFO:teuthology.orchestra.run.smithi148.stdout:Access: 2023-11-08 02:20:11.296949719 +0000 2023-11-08T02:21:52.292 INFO:teuthology.orchestra.run.smithi148.stdout:Modify: 2023-11-08 02:20:11.056955255 +0000 2023-11-08T02:21:52.292 INFO:teuthology.orchestra.run.smithi148.stdout:Change: 2023-11-08 02:20:11.056955255 +0000 2023-11-08T02:21:52.292 INFO:teuthology.orchestra.run.smithi148.stdout: Birth: - 2023-11-08T02:21:52.293 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-08T02:21:52.349 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records in 2023-11-08T02:21:52.349 INFO:teuthology.orchestra.run.smithi148.stderr:1+0 records out 2023-11-08T02:21:52.349 INFO:teuthology.orchestra.run.smithi148.stderr:512 bytes copied, 0.000410819 s, 1.2 MB/s 2023-11-08T02:21:52.350 DEBUG:teuthology.orchestra.run.smithi148:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-08T02:21:52.401 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-11-08T02:21:52.401 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/scratch_devs of=/dev/stdout 2023-11-08T02:21:52.409 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-11-08T02:21:52.409 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/nvme1n1 2023-11-08T02:21:52.458 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/nvme1n1 2023-11-08T02:21:52.458 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T02:21:52.458 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 522 Links: 1 Device type: 103,2 2023-11-08T02:21:52.458 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T02:21:52.459 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-11-08 02:21:23.641742739 +0000 2023-11-08T02:21:52.459 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-11-08 02:21:23.489744269 +0000 2023-11-08T02:21:52.459 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-11-08 02:21:23.489744269 +0000 2023-11-08T02:21:52.459 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-11-08T02:21:52.460 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-11-08T02:21:52.514 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-11-08T02:21:52.515 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-11-08T02:21:52.515 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000489442 s, 1.0 MB/s 2023-11-08T02:21:52.516 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-11-08T02:21:52.566 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/nvme2n1 2023-11-08T02:21:52.616 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/nvme2n1 2023-11-08T02:21:52.617 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T02:21:52.617 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 530 Links: 1 Device type: 103,4 2023-11-08T02:21:52.617 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T02:21:52.617 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-11-08 02:21:23.661742537 +0000 2023-11-08T02:21:52.618 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-11-08 02:21:23.489744269 +0000 2023-11-08T02:21:52.618 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-11-08 02:21:23.489744269 +0000 2023-11-08T02:21:52.618 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-11-08T02:21:52.618 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-11-08T02:21:52.676 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-11-08T02:21:52.676 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-11-08T02:21:52.677 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000430661 s, 1.2 MB/s 2023-11-08T02:21:52.677 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-11-08T02:21:52.730 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/nvme3n1 2023-11-08T02:21:52.780 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/nvme3n1 2023-11-08T02:21:52.780 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T02:21:52.781 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 538 Links: 1 Device type: 103,6 2023-11-08T02:21:52.781 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T02:21:52.781 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-11-08 02:21:23.681742336 +0000 2023-11-08T02:21:52.781 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-11-08 02:21:23.489744269 +0000 2023-11-08T02:21:52.781 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-11-08 02:21:23.489744269 +0000 2023-11-08T02:21:52.782 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-11-08T02:21:52.782 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-11-08T02:21:52.834 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-11-08T02:21:52.834 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-11-08T02:21:52.834 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000476929 s, 1.1 MB/s 2023-11-08T02:21:52.835 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-11-08T02:21:52.886 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/nvme4n1 2023-11-08T02:21:52.937 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/nvme4n1 2023-11-08T02:21:52.937 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-11-08T02:21:52.937 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 546 Links: 1 Device type: 103,8 2023-11-08T02:21:52.938 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-11-08T02:21:52.938 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2023-11-08 02:21:23.697742175 +0000 2023-11-08T02:21:52.938 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2023-11-08 02:21:23.489744269 +0000 2023-11-08T02:21:52.938 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2023-11-08 02:21:23.489744269 +0000 2023-11-08T02:21:52.938 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: - 2023-11-08T02:21:52.939 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-11-08T02:21:52.992 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2023-11-08T02:21:52.992 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2023-11-08T02:21:52.993 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000498045 s, 1.0 MB/s 2023-11-08T02:21:52.994 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-11-08T02:21:53.046 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-11-08T02:21:53.101 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:52 smithi153 bash[28288]: cluster 2023-11-08T02:21:52.600412+0000 mgr.smithi148.cvefzo (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:53.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:52 smithi148 bash[24200]: cluster 2023-11-08T02:21:52.600412+0000 mgr.smithi148.cvefzo (mgr.14180) 42 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:55.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:55 smithi148 bash[24200]: cluster 2023-11-08T02:21:54.600856+0000 mgr.smithi148.cvefzo (mgr.14180) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:56.127 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled osd.all-available-devices update... 2023-11-08T02:21:56.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:55 smithi153 bash[28288]: cluster 2023-11-08T02:21:54.600856+0000 mgr.smithi148.cvefzo (mgr.14180) 43 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:56.746 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-11-08T02:21:56.747 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:21:57.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:57 smithi148 bash[24200]: audit 2023-11-08T02:21:56.031085+0000 mon.smithi148 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:57.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:57 smithi148 bash[24200]: cephadm 2023-11-08T02:21:56.032060+0000 mgr.smithi148.cvefzo (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi148 (monmap changed)... 2023-11-08T02:21:57.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:57 smithi148 bash[24200]: audit 2023-11-08T02:21:56.032394+0000 mon.smithi148 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi148", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T02:21:57.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:57 smithi148 bash[24200]: audit 2023-11-08T02:21:56.033412+0000 mon.smithi148 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:21:57.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:57 smithi148 bash[24200]: cephadm 2023-11-08T02:21:56.034143+0000 mgr.smithi148.cvefzo (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi148 on smithi148 2023-11-08T02:21:57.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:57 smithi148 bash[24200]: audit 2023-11-08T02:21:56.113352+0000 mgr.smithi148.cvefzo (mgr.14180) 46 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:21:57.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:57 smithi148 bash[24200]: cephadm 2023-11-08T02:21:56.117624+0000 mgr.smithi148.cvefzo (mgr.14180) 47 : cephadm [INF] Marking host: smithi148 for OSDSpec preview refresh. 2023-11-08T02:21:57.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:57 smithi148 bash[24200]: cephadm 2023-11-08T02:21:56.117798+0000 mgr.smithi148.cvefzo (mgr.14180) 48 : cephadm [INF] Marking host: smithi153 for OSDSpec preview refresh. 2023-11-08T02:21:57.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:57 smithi148 bash[24200]: cephadm 2023-11-08T02:21:56.118605+0000 mgr.smithi148.cvefzo (mgr.14180) 49 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-08T02:21:57.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:57 smithi148 bash[24200]: audit 2023-11-08T02:21:56.127072+0000 mon.smithi148 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:57.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:57 smithi148 bash[24200]: cluster 2023-11-08T02:21:56.601331+0000 mgr.smithi148.cvefzo (mgr.14180) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:57.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:57 smithi153 bash[28288]: audit 2023-11-08T02:21:56.031085+0000 mon.smithi148 (mon.0) 216 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:57.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:57 smithi153 bash[28288]: cephadm 2023-11-08T02:21:56.032060+0000 mgr.smithi148.cvefzo (mgr.14180) 44 : cephadm [INF] Reconfiguring crash.smithi148 (monmap changed)... 2023-11-08T02:21:57.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:57 smithi153 bash[28288]: audit 2023-11-08T02:21:56.032394+0000 mon.smithi148 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi148", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T02:21:57.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:57 smithi153 bash[28288]: audit 2023-11-08T02:21:56.033412+0000 mon.smithi148 (mon.0) 218 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:21:57.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:57 smithi153 bash[28288]: cephadm 2023-11-08T02:21:56.034143+0000 mgr.smithi148.cvefzo (mgr.14180) 45 : cephadm [INF] Reconfiguring daemon crash.smithi148 on smithi148 2023-11-08T02:21:57.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:57 smithi153 bash[28288]: audit 2023-11-08T02:21:56.113352+0000 mgr.smithi148.cvefzo (mgr.14180) 46 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:21:57.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:57 smithi153 bash[28288]: cephadm 2023-11-08T02:21:56.117624+0000 mgr.smithi148.cvefzo (mgr.14180) 47 : cephadm [INF] Marking host: smithi148 for OSDSpec preview refresh. 2023-11-08T02:21:57.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:57 smithi153 bash[28288]: cephadm 2023-11-08T02:21:56.117798+0000 mgr.smithi148.cvefzo (mgr.14180) 48 : cephadm [INF] Marking host: smithi153 for OSDSpec preview refresh. 2023-11-08T02:21:57.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:57 smithi153 bash[28288]: cephadm 2023-11-08T02:21:56.118605+0000 mgr.smithi148.cvefzo (mgr.14180) 49 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-11-08T02:21:57.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:57 smithi153 bash[28288]: audit 2023-11-08T02:21:56.127072+0000 mon.smithi148 (mon.0) 219 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:21:57.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:57 smithi153 bash[28288]: cluster 2023-11-08T02:21:56.601331+0000 mgr.smithi148.cvefzo (mgr.14180) 50 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:59.720 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:59 smithi148 bash[24200]: cluster 2023-11-08T02:21:58.601794+0000 mgr.smithi148.cvefzo (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:21:59.721 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:21:59 smithi148 bash[24200]: audit 2023-11-08T02:21:59.560257+0000 mon.smithi148 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:00.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:59 smithi153 bash[28288]: cluster 2023-11-08T02:21:58.601794+0000 mgr.smithi148.cvefzo (mgr.14180) 51 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:00.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:21:59 smithi153 bash[28288]: audit 2023-11-08T02:21:59.560257+0000 mon.smithi148 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:00.964 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:00 smithi148 bash[24200]: cephadm 2023-11-08T02:21:59.561304+0000 mgr.smithi148.cvefzo (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi148 (dependencies changed)... 2023-11-08T02:22:00.964 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:00 smithi148 bash[24200]: cephadm 2023-11-08T02:21:59.604103+0000 mgr.smithi148.cvefzo (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon grafana.smithi148 on smithi148 2023-11-08T02:22:01.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:00 smithi153 bash[28288]: cephadm 2023-11-08T02:21:59.561304+0000 mgr.smithi148.cvefzo (mgr.14180) 52 : cephadm [INF] Reconfiguring grafana.smithi148 (dependencies changed)... 2023-11-08T02:22:01.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:00 smithi153 bash[28288]: cephadm 2023-11-08T02:21:59.604103+0000 mgr.smithi148.cvefzo (mgr.14180) 53 : cephadm [INF] Reconfiguring daemon grafana.smithi148 on smithi148 2023-11-08T02:22:01.388 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:22:02.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:01 smithi148 bash[24200]: cluster 2023-11-08T02:22:00.602174+0000 mgr.smithi148.cvefzo (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:02.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:01 smithi148 bash[24200]: audit 2023-11-08T02:22:01.388740+0000 mon.smithi148 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.148:0/107569923' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:02.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:01 smithi153 bash[28288]: cluster 2023-11-08T02:22:00.602174+0000 mgr.smithi148.cvefzo (mgr.14180) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:02.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:01 smithi153 bash[28288]: audit 2023-11-08T02:22:01.388740+0000 mon.smithi148 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.148:0/107569923' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:02.908 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T02:22:03.188 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:02 smithi148 bash[24200]: cluster 2023-11-08T02:22:02.602598+0000 mgr.smithi148.cvefzo (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:03.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:02 smithi153 bash[28288]: cluster 2023-11-08T02:22:02.602598+0000 mgr.smithi148.cvefzo (mgr.14180) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:03.910 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:22:05.841 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:05 smithi148 bash[24200]: cluster 2023-11-08T02:22:04.603059+0000 mgr.smithi148.cvefzo (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:06.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:05 smithi153 bash[28288]: cluster 2023-11-08T02:22:04.603059+0000 mgr.smithi148.cvefzo (mgr.14180) 56 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:07.157 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:06 smithi148 bash[24200]: audit 2023-11-08T02:22:05.905270+0000 mon.smithi148 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:07.157 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:06 smithi148 bash[24200]: cephadm 2023-11-08T02:22:05.906545+0000 mgr.smithi148.cvefzo (mgr.14180) 57 : cephadm [INF] Reconfiguring prometheus.smithi148 (dependencies changed)... 2023-11-08T02:22:07.158 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:06 smithi148 bash[24200]: cephadm 2023-11-08T02:22:05.911698+0000 mgr.smithi148.cvefzo (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon prometheus.smithi148 on smithi148 2023-11-08T02:22:07.158 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:06 smithi148 bash[24200]: cluster 2023-11-08T02:22:06.603523+0000 mgr.smithi148.cvefzo (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:07.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:06 smithi153 bash[28288]: audit 2023-11-08T02:22:05.905270+0000 mon.smithi148 (mon.0) 222 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:07.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:06 smithi153 bash[28288]: cephadm 2023-11-08T02:22:05.906545+0000 mgr.smithi148.cvefzo (mgr.14180) 57 : cephadm [INF] Reconfiguring prometheus.smithi148 (dependencies changed)... 2023-11-08T02:22:07.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:06 smithi153 bash[28288]: cephadm 2023-11-08T02:22:05.911698+0000 mgr.smithi148.cvefzo (mgr.14180) 58 : cephadm [INF] Reconfiguring daemon prometheus.smithi148 on smithi148 2023-11-08T02:22:07.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:06 smithi153 bash[28288]: cluster 2023-11-08T02:22:06.603523+0000 mgr.smithi148.cvefzo (mgr.14180) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:09.026 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:22:10.008 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:09 smithi148 bash[24200]: cluster 2023-11-08T02:22:08.603801+0000 mgr.smithi148.cvefzo (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:10.009 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:09 smithi148 bash[24200]: audit 2023-11-08T02:22:09.026470+0000 mon.smithi148 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.148:0/3149036322' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:10.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:09 smithi153 bash[28288]: cluster 2023-11-08T02:22:08.603801+0000 mgr.smithi148.cvefzo (mgr.14180) 60 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:10.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:09 smithi153 bash[28288]: audit 2023-11-08T02:22:09.026470+0000 mon.smithi148 (mon.0) 223 : audit [DBG] from='client.? 172.21.15.148:0/3149036322' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:10.301 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T02:22:11.303 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:22:12.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:11 smithi148 bash[24200]: cluster 2023-11-08T02:22:10.604143+0000 mgr.smithi148.cvefzo (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:12.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:11 smithi153 bash[28288]: cluster 2023-11-08T02:22:10.604143+0000 mgr.smithi148.cvefzo (mgr.14180) 61 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:13.083 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:12 smithi148 bash[24200]: cluster 2023-11-08T02:22:12.604508+0000 mgr.smithi148.cvefzo (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:13.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:12 smithi153 bash[28288]: cluster 2023-11-08T02:22:12.604508+0000 mgr.smithi148.cvefzo (mgr.14180) 62 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:14 smithi148 bash[24200]: audit 2023-11-08T02:22:13.482344+0000 mon.smithi148 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:14 smithi148 bash[24200]: cephadm 2023-11-08T02:22:13.483300+0000 mgr.smithi148.cvefzo (mgr.14180) 63 : cephadm [INF] Reconfiguring crash.smithi153 (monmap changed)... 2023-11-08T02:22:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:14 smithi148 bash[24200]: audit 2023-11-08T02:22:13.483732+0000 mon.smithi148 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T02:22:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:14 smithi148 bash[24200]: audit 2023-11-08T02:22:13.484921+0000 mon.smithi148 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:22:14.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:14 smithi148 bash[24200]: cephadm 2023-11-08T02:22:13.485822+0000 mgr.smithi148.cvefzo (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon crash.smithi153 on smithi153 2023-11-08T02:22:14.875 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:14 smithi153 bash[28288]: audit 2023-11-08T02:22:13.482344+0000 mon.smithi148 (mon.0) 224 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:14.876 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:14 smithi153 bash[28288]: cephadm 2023-11-08T02:22:13.483300+0000 mgr.smithi148.cvefzo (mgr.14180) 63 : cephadm [INF] Reconfiguring crash.smithi153 (monmap changed)... 2023-11-08T02:22:14.876 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:14 smithi153 bash[28288]: audit 2023-11-08T02:22:13.483732+0000 mon.smithi148 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi153", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-11-08T02:22:14.876 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:14 smithi153 bash[28288]: audit 2023-11-08T02:22:13.484921+0000 mon.smithi148 (mon.0) 226 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:22:14.876 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:14 smithi153 bash[28288]: cephadm 2023-11-08T02:22:13.485822+0000 mgr.smithi148.cvefzo (mgr.14180) 64 : cephadm [INF] Reconfiguring daemon crash.smithi153 on smithi153 2023-11-08T02:22:15.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:15 smithi148 bash[24200]: cluster 2023-11-08T02:22:14.604887+0000 mgr.smithi148.cvefzo (mgr.14180) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:15 smithi148 bash[24200]: audit 2023-11-08T02:22:15.420999+0000 mon.smithi148 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:15 smithi148 bash[24200]: audit 2023-11-08T02:22:15.422765+0000 mon.smithi148 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.hutpfy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T02:22:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:15 smithi148 bash[24200]: audit 2023-11-08T02:22:15.424205+0000 mon.smithi148 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T02:22:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:15 smithi148 bash[24200]: audit 2023-11-08T02:22:15.425475+0000 mon.smithi148 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:22:15.843 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:22:15.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:15 smithi153 bash[28288]: cluster 2023-11-08T02:22:14.604887+0000 mgr.smithi148.cvefzo (mgr.14180) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:15.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:15 smithi153 bash[28288]: audit 2023-11-08T02:22:15.420999+0000 mon.smithi148 (mon.0) 227 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:15.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:15 smithi153 bash[28288]: audit 2023-11-08T02:22:15.422765+0000 mon.smithi148 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi153.hutpfy", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-11-08T02:22:15.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:15 smithi153 bash[28288]: audit 2023-11-08T02:22:15.424205+0000 mon.smithi148 (mon.0) 229 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mgr services"}]: dispatch 2023-11-08T02:22:15.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:15 smithi153 bash[28288]: audit 2023-11-08T02:22:15.425475+0000 mon.smithi148 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:22:16.620 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T02:22:16.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:16 smithi148 bash[24200]: cephadm 2023-11-08T02:22:15.422208+0000 mgr.smithi148.cvefzo (mgr.14180) 66 : cephadm [INF] Reconfiguring mgr.smithi153.hutpfy (monmap changed)... 2023-11-08T02:22:16.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:16 smithi148 bash[24200]: cephadm 2023-11-08T02:22:15.426765+0000 mgr.smithi148.cvefzo (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi153.hutpfy on smithi153 2023-11-08T02:22:16.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:16 smithi148 bash[24200]: audit 2023-11-08T02:22:15.843400+0000 mon.smithi148 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.148:0/743858573' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:16.833 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:16 smithi153 bash[28288]: cephadm 2023-11-08T02:22:15.422208+0000 mgr.smithi148.cvefzo (mgr.14180) 66 : cephadm [INF] Reconfiguring mgr.smithi153.hutpfy (monmap changed)... 2023-11-08T02:22:16.834 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:16 smithi153 bash[28288]: cephadm 2023-11-08T02:22:15.426765+0000 mgr.smithi148.cvefzo (mgr.14180) 67 : cephadm [INF] Reconfiguring daemon mgr.smithi153.hutpfy on smithi153 2023-11-08T02:22:16.834 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:16 smithi153 bash[28288]: audit 2023-11-08T02:22:15.843400+0000 mon.smithi148 (mon.0) 231 : audit [DBG] from='client.? 172.21.15.148:0/743858573' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:17.621 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:22:17.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:17 smithi148 bash[24200]: cluster 2023-11-08T02:22:16.605387+0000 mgr.smithi148.cvefzo (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:17.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:17 smithi148 bash[24200]: audit 2023-11-08T02:22:17.322445+0000 mon.smithi148 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:17.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:17 smithi148 bash[24200]: audit 2023-11-08T02:22:17.324150+0000 mon.smithi148 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T02:22:17.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:17 smithi148 bash[24200]: audit 2023-11-08T02:22:17.325444+0000 mon.smithi148 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T02:22:17.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:17 smithi148 bash[24200]: audit 2023-11-08T02:22:17.326683+0000 mon.smithi148 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:22:17.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:17 smithi153 bash[28288]: cluster 2023-11-08T02:22:16.605387+0000 mgr.smithi148.cvefzo (mgr.14180) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:17.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:17 smithi153 bash[28288]: audit 2023-11-08T02:22:17.322445+0000 mon.smithi148 (mon.0) 232 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:17.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:17 smithi153 bash[28288]: audit 2023-11-08T02:22:17.324150+0000 mon.smithi148 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-11-08T02:22:17.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:17 smithi153 bash[28288]: audit 2023-11-08T02:22:17.325444+0000 mon.smithi148 (mon.0) 234 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-11-08T02:22:17.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:17 smithi153 bash[28288]: audit 2023-11-08T02:22:17.326683+0000 mon.smithi148 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:22:18.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:18 smithi153 bash[28288]: cephadm 2023-11-08T02:22:17.323673+0000 mgr.smithi148.cvefzo (mgr.14180) 69 : cephadm [INF] Reconfiguring mon.smithi153 (monmap changed)... 2023-11-08T02:22:18.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:18 smithi153 bash[28288]: cephadm 2023-11-08T02:22:17.327781+0000 mgr.smithi148.cvefzo (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon mon.smithi153 on smithi153 2023-11-08T02:22:18.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:18 smithi148 bash[24200]: cephadm 2023-11-08T02:22:17.323673+0000 mgr.smithi148.cvefzo (mgr.14180) 69 : cephadm [INF] Reconfiguring mon.smithi153 (monmap changed)... 2023-11-08T02:22:18.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:18 smithi148 bash[24200]: cephadm 2023-11-08T02:22:17.327781+0000 mgr.smithi148.cvefzo (mgr.14180) 70 : cephadm [INF] Reconfiguring daemon mon.smithi153 on smithi153 2023-11-08T02:22:19.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:19 smithi148 bash[24200]: cluster 2023-11-08T02:22:18.605854+0000 mgr.smithi148.cvefzo (mgr.14180) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:19.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:19 smithi148 bash[24200]: audit 2023-11-08T02:22:19.208555+0000 mon.smithi148 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:19.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:19 smithi148 bash[24200]: audit 2023-11-08T02:22:19.213568+0000 mon.smithi148 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T02:22:19.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:19 smithi148 bash[24200]: audit 2023-11-08T02:22:19.215811+0000 mon.smithi148 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi148.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T02:22:19.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:19 smithi148 bash[24200]: audit 2023-11-08T02:22:19.222754+0000 mon.smithi148 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:19.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:19 smithi148 bash[24200]: audit 2023-11-08T02:22:19.241037+0000 mon.smithi148 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T02:22:19.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:19 smithi148 bash[24200]: audit 2023-11-08T02:22:19.243295+0000 mon.smithi148 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi148.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T02:22:19.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:19 smithi148 bash[24200]: audit 2023-11-08T02:22:19.250697+0000 mon.smithi148 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:19.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:19 smithi148 bash[24200]: audit 2023-11-08T02:22:19.258069+0000 mon.smithi148 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T02:22:19.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:19 smithi148 bash[24200]: audit 2023-11-08T02:22:19.264218+0000 mon.smithi148 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi148.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T02:22:19.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:19 smithi148 bash[24200]: audit 2023-11-08T02:22:19.271088+0000 mon.smithi148 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:19.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:19 smithi148 bash[24200]: audit 2023-11-08T02:22:19.276027+0000 mon.smithi148 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:22:19.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:19 smithi153 bash[28288]: cluster 2023-11-08T02:22:18.605854+0000 mgr.smithi148.cvefzo (mgr.14180) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:19.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:19 smithi153 bash[28288]: audit 2023-11-08T02:22:19.208555+0000 mon.smithi148 (mon.0) 236 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:19.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:19 smithi153 bash[28288]: audit 2023-11-08T02:22:19.213568+0000 mon.smithi148 (mon.0) 237 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T02:22:19.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:19 smithi153 bash[28288]: audit 2023-11-08T02:22:19.215811+0000 mon.smithi148 (mon.0) 238 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi148.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T02:22:19.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:19 smithi153 bash[28288]: audit 2023-11-08T02:22:19.222754+0000 mon.smithi148 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:19.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:19 smithi153 bash[28288]: audit 2023-11-08T02:22:19.241037+0000 mon.smithi148 (mon.0) 240 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T02:22:19.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:19 smithi153 bash[28288]: audit 2023-11-08T02:22:19.243295+0000 mon.smithi148 (mon.0) 241 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi148.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T02:22:19.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:19 smithi153 bash[28288]: audit 2023-11-08T02:22:19.250697+0000 mon.smithi148 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:19.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:19 smithi153 bash[28288]: audit 2023-11-08T02:22:19.258069+0000 mon.smithi148 (mon.0) 243 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T02:22:19.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:19 smithi153 bash[28288]: audit 2023-11-08T02:22:19.264218+0000 mon.smithi148 (mon.0) 244 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi148.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T02:22:19.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:19 smithi153 bash[28288]: audit 2023-11-08T02:22:19.271088+0000 mon.smithi148 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:19.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:19 smithi153 bash[28288]: audit 2023-11-08T02:22:19.276027+0000 mon.smithi148 (mon.0) 246 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:22:20.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:20 smithi148 bash[24200]: audit 2023-11-08T02:22:19.214230+0000 mgr.smithi148.cvefzo (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T02:22:20.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:20 smithi148 bash[24200]: audit 2023-11-08T02:22:19.216431+0000 mgr.smithi148.cvefzo (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi148.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T02:22:20.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:20 smithi148 bash[24200]: audit 2023-11-08T02:22:19.241554+0000 mgr.smithi148.cvefzo (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T02:22:20.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:20 smithi148 bash[24200]: audit 2023-11-08T02:22:19.243737+0000 mgr.smithi148.cvefzo (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi148.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T02:22:20.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:20 smithi148 bash[24200]: audit 2023-11-08T02:22:19.258681+0000 mgr.smithi148.cvefzo (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T02:22:20.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:20 smithi148 bash[24200]: audit 2023-11-08T02:22:19.264793+0000 mgr.smithi148.cvefzo (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi148.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T02:22:20.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:20 smithi153 bash[28288]: audit 2023-11-08T02:22:19.214230+0000 mgr.smithi148.cvefzo (mgr.14180) 72 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-11-08T02:22:20.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:20 smithi153 bash[28288]: audit 2023-11-08T02:22:19.216431+0000 mgr.smithi148.cvefzo (mgr.14180) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi148.front.sepia.ceph.com:9093"}]: dispatch 2023-11-08T02:22:20.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:20 smithi153 bash[28288]: audit 2023-11-08T02:22:19.241554+0000 mgr.smithi148.cvefzo (mgr.14180) 74 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-11-08T02:22:20.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:20 smithi153 bash[28288]: audit 2023-11-08T02:22:19.243737+0000 mgr.smithi148.cvefzo (mgr.14180) 75 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi148.front.sepia.ceph.com:3000"}]: dispatch 2023-11-08T02:22:20.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:20 smithi153 bash[28288]: audit 2023-11-08T02:22:19.258681+0000 mgr.smithi148.cvefzo (mgr.14180) 76 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-11-08T02:22:20.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:20 smithi153 bash[28288]: audit 2023-11-08T02:22:19.264793+0000 mgr.smithi148.cvefzo (mgr.14180) 77 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi148.front.sepia.ceph.com:9095"}]: dispatch 2023-11-08T02:22:21.086 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:22:21.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:21 smithi148 bash[24200]: cluster 2023-11-08T02:22:20.606290+0000 mgr.smithi148.cvefzo (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:21.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:21 smithi148 bash[24200]: audit 2023-11-08T02:22:21.087071+0000 mon.smithi148 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.148:0/2562369654' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:21.891 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T02:22:21.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:21 smithi153 bash[28288]: cluster 2023-11-08T02:22:20.606290+0000 mgr.smithi148.cvefzo (mgr.14180) 78 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:21.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:21 smithi153 bash[28288]: audit 2023-11-08T02:22:21.087071+0000 mon.smithi148 (mon.0) 247 : audit [DBG] from='client.? 172.21.15.148:0/2562369654' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:22.893 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:22:23.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:22 smithi148 bash[24200]: cluster 2023-11-08T02:22:22.606685+0000 mgr.smithi148.cvefzo (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:23.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:22 smithi153 bash[28288]: cluster 2023-11-08T02:22:22.606685+0000 mgr.smithi148.cvefzo (mgr.14180) 79 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:25.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:25 smithi153 bash[28288]: audit 2023-11-08T02:22:24.604423+0000 mon.smithi148 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:25.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:25 smithi153 bash[28288]: cluster 2023-11-08T02:22:24.607471+0000 mgr.smithi148.cvefzo (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:25.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:25 smithi153 bash[28288]: audit 2023-11-08T02:22:24.611935+0000 mon.smithi148 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:25.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:25 smithi153 bash[28288]: audit 2023-11-08T02:22:25.441858+0000 mon.smithi148 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:26.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:25 smithi148 bash[24200]: audit 2023-11-08T02:22:24.604423+0000 mon.smithi148 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:26.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:25 smithi148 bash[24200]: cluster 2023-11-08T02:22:24.607471+0000 mgr.smithi148.cvefzo (mgr.14180) 80 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:26.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:25 smithi148 bash[24200]: audit 2023-11-08T02:22:24.611935+0000 mon.smithi148 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:26.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:25 smithi148 bash[24200]: audit 2023-11-08T02:22:25.441858+0000 mon.smithi148 (mon.0) 250 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:26.070 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:22:26.864 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T02:22:27.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:26 smithi148 bash[24200]: audit 2023-11-08T02:22:25.748711+0000 mon.smithi148 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:27.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:26 smithi148 bash[24200]: audit 2023-11-08T02:22:25.750478+0000 mon.smithi148 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:22:27.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:26 smithi148 bash[24200]: audit 2023-11-08T02:22:25.751582+0000 mon.smithi148 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:22:27.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:26 smithi148 bash[24200]: audit 2023-11-08T02:22:25.756925+0000 mon.smithi148 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:26 smithi148 bash[24200]: audit 2023-11-08T02:22:25.763475+0000 mon.smithi148 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:22:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:26 smithi148 bash[24200]: audit 2023-11-08T02:22:25.767827+0000 mon.smithi148 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T02:22:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:26 smithi148 bash[24200]: audit 2023-11-08T02:22:25.769436+0000 mon.smithi148 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T02:22:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:26 smithi148 bash[24200]: audit 2023-11-08T02:22:25.769914+0000 mon.smithi148 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:22:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:26 smithi148 bash[24200]: audit 2023-11-08T02:22:25.770861+0000 mon.smithi148 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:22:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:26 smithi148 bash[24200]: audit 2023-11-08T02:22:26.070097+0000 mon.smithi148 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.148:0/2595068263' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:27.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:26 smithi153 bash[28288]: audit 2023-11-08T02:22:25.748711+0000 mon.smithi148 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:27.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:26 smithi153 bash[28288]: audit 2023-11-08T02:22:25.750478+0000 mon.smithi148 (mon.0) 252 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:22:27.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:26 smithi153 bash[28288]: audit 2023-11-08T02:22:25.751582+0000 mon.smithi148 (mon.0) 253 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:22:27.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:26 smithi153 bash[28288]: audit 2023-11-08T02:22:25.756925+0000 mon.smithi148 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:22:27.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:26 smithi153 bash[28288]: audit 2023-11-08T02:22:25.763475+0000 mon.smithi148 (mon.0) 255 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:22:27.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:26 smithi153 bash[28288]: audit 2023-11-08T02:22:25.767827+0000 mon.smithi148 (mon.0) 256 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T02:22:27.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:26 smithi153 bash[28288]: audit 2023-11-08T02:22:25.769436+0000 mon.smithi148 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T02:22:27.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:26 smithi153 bash[28288]: audit 2023-11-08T02:22:25.769914+0000 mon.smithi148 (mon.0) 258 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:22:27.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:26 smithi153 bash[28288]: audit 2023-11-08T02:22:25.770861+0000 mon.smithi148 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:22:27.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:26 smithi153 bash[28288]: audit 2023-11-08T02:22:26.070097+0000 mon.smithi148 (mon.0) 260 : audit [DBG] from='client.? 172.21.15.148:0/2595068263' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:27.865 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:22:28.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:27 smithi148 bash[24200]: cluster 2023-11-08T02:22:26.607855+0000 mgr.smithi148.cvefzo (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:28.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:27 smithi153 bash[28288]: cluster 2023-11-08T02:22:26.607855+0000 mgr.smithi148.cvefzo (mgr.14180) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:30.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:29 smithi148 bash[24200]: cluster 2023-11-08T02:22:28.608352+0000 mgr.smithi148.cvefzo (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:30.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:29 smithi153 bash[28288]: cluster 2023-11-08T02:22:28.608352+0000 mgr.smithi148.cvefzo (mgr.14180) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:30.938 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:22:32.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:31 smithi148 bash[24200]: cluster 2023-11-08T02:22:30.608675+0000 mgr.smithi148.cvefzo (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:32.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:31 smithi148 bash[24200]: audit 2023-11-08T02:22:30.938775+0000 mon.smithi148 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.148:0/2301175769' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:32.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:31 smithi153 bash[28288]: cluster 2023-11-08T02:22:30.608675+0000 mgr.smithi148.cvefzo (mgr.14180) 83 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:32.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:31 smithi153 bash[28288]: audit 2023-11-08T02:22:30.938775+0000 mon.smithi148 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.148:0/2301175769' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:32.164 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-11-08T02:22:33.166 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:22:33.178 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:32 smithi148 bash[24200]: cluster 2023-11-08T02:22:32.609073+0000 mgr.smithi148.cvefzo (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:33.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:32 smithi153 bash[28288]: cluster 2023-11-08T02:22:32.609073+0000 mgr.smithi148.cvefzo (mgr.14180) 84 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:34.768 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:34 smithi148 bash[24200]: audit 2023-11-08T02:22:34.608832+0000 mon.smithi153 (mon.1) 2 : audit [INF] from='client.? 172.21.15.153:0/2288424763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81d63afa-1e78-4167-818d-58ac21098ea0"}]: dispatch 2023-11-08T02:22:34.768 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:34 smithi148 bash[24200]: audit 2023-11-08T02:22:34.610376+0000 mon.smithi148 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81d63afa-1e78-4167-818d-58ac21098ea0"}]: dispatch 2023-11-08T02:22:34.769 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:34 smithi148 bash[24200]: audit 2023-11-08T02:22:34.617435+0000 mon.smithi148 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "81d63afa-1e78-4167-818d-58ac21098ea0"}]': finished 2023-11-08T02:22:34.769 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:34 smithi148 bash[24200]: cluster 2023-11-08T02:22:34.617527+0000 mon.smithi148 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-08T02:22:34.769 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:34 smithi148 bash[24200]: audit 2023-11-08T02:22:34.617694+0000 mon.smithi148 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:22:34.963 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:34 smithi153 bash[28288]: audit 2023-11-08T02:22:34.608832+0000 mon.smithi153 (mon.1) 2 : audit [INF] from='client.? 172.21.15.153:0/2288424763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81d63afa-1e78-4167-818d-58ac21098ea0"}]: dispatch 2023-11-08T02:22:34.963 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:34 smithi153 bash[28288]: audit 2023-11-08T02:22:34.610376+0000 mon.smithi148 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "81d63afa-1e78-4167-818d-58ac21098ea0"}]: dispatch 2023-11-08T02:22:34.964 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:34 smithi153 bash[28288]: audit 2023-11-08T02:22:34.617435+0000 mon.smithi148 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "81d63afa-1e78-4167-818d-58ac21098ea0"}]': finished 2023-11-08T02:22:34.964 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:34 smithi153 bash[28288]: cluster 2023-11-08T02:22:34.617527+0000 mon.smithi148 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-11-08T02:22:34.964 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:34 smithi153 bash[28288]: audit 2023-11-08T02:22:34.617694+0000 mon.smithi148 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:22:35.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:35 smithi148 bash[24200]: cluster 2023-11-08T02:22:34.609359+0000 mgr.smithi148.cvefzo (mgr.14180) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:36.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:35 smithi153 bash[28288]: cluster 2023-11-08T02:22:34.609359+0000 mgr.smithi148.cvefzo (mgr.14180) 85 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:36.693 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:22:37.006 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:36 smithi148 bash[24200]: audit 2023-11-08T02:22:36.116944+0000 mon.smithi148 (mon.0) 266 : audit [INF] from='client.? 172.21.15.148:0/2053292975' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b367417-4df7-4d6c-b4e9-067b9c933b43"}]: dispatch 2023-11-08T02:22:37.007 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:36 smithi148 bash[24200]: audit 2023-11-08T02:22:36.122464+0000 mon.smithi148 (mon.0) 267 : audit [INF] from='client.? 172.21.15.148:0/2053292975' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2b367417-4df7-4d6c-b4e9-067b9c933b43"}]': finished 2023-11-08T02:22:37.007 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:36 smithi148 bash[24200]: cluster 2023-11-08T02:22:36.122549+0000 mon.smithi148 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-08T02:22:37.007 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:36 smithi148 bash[24200]: audit 2023-11-08T02:22:36.122743+0000 mon.smithi148 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:22:37.007 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:36 smithi148 bash[24200]: audit 2023-11-08T02:22:36.123412+0000 mon.smithi148 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:22:37.007 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:36 smithi148 bash[24200]: audit 2023-11-08T02:22:36.211160+0000 mon.smithi153 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.153:0/1923439680' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:22:37.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:36 smithi153 bash[28288]: audit 2023-11-08T02:22:36.116944+0000 mon.smithi148 (mon.0) 266 : audit [INF] from='client.? 172.21.15.148:0/2053292975' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b367417-4df7-4d6c-b4e9-067b9c933b43"}]: dispatch 2023-11-08T02:22:37.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:36 smithi153 bash[28288]: audit 2023-11-08T02:22:36.122464+0000 mon.smithi148 (mon.0) 267 : audit [INF] from='client.? 172.21.15.148:0/2053292975' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2b367417-4df7-4d6c-b4e9-067b9c933b43"}]': finished 2023-11-08T02:22:37.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:36 smithi153 bash[28288]: cluster 2023-11-08T02:22:36.122549+0000 mon.smithi148 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-11-08T02:22:37.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:36 smithi153 bash[28288]: audit 2023-11-08T02:22:36.122743+0000 mon.smithi148 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:22:37.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:36 smithi153 bash[28288]: audit 2023-11-08T02:22:36.123412+0000 mon.smithi148 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:22:37.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:36 smithi153 bash[28288]: audit 2023-11-08T02:22:36.211160+0000 mon.smithi153 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.153:0/1923439680' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:22:37.721 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1699410156,"num_remapped_pgs":0} 2023-11-08T02:22:38.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:37 smithi148 bash[24200]: cluster 2023-11-08T02:22:36.609809+0000 mgr.smithi148.cvefzo (mgr.14180) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:38.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:37 smithi148 bash[24200]: audit 2023-11-08T02:22:36.693539+0000 mon.smithi148 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.148:0/3770955459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:38.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:37 smithi153 bash[28288]: cluster 2023-11-08T02:22:36.609809+0000 mgr.smithi148.cvefzo (mgr.14180) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:38.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:37 smithi153 bash[28288]: audit 2023-11-08T02:22:36.693539+0000 mon.smithi148 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.148:0/3770955459' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:38.722 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:22:39.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:38 smithi148 bash[24200]: audit 2023-11-08T02:22:38.304544+0000 mon.smithi148 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.148:0/3481855434' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:22:39.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:38 smithi153 bash[28288]: audit 2023-11-08T02:22:38.304544+0000 mon.smithi148 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.148:0/3481855434' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:22:40.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:39 smithi148 bash[24200]: cluster 2023-11-08T02:22:38.610287+0000 mgr.smithi148.cvefzo (mgr.14180) 87 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:40.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:39 smithi148 bash[24200]: audit 2023-11-08T02:22:38.969806+0000 mon.smithi153 (mon.1) 4 : audit [INF] from='client.? 172.21.15.153:0/2937934907' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dbc3f8c6-f532-454d-adb4-8615b6e96df3"}]: dispatch 2023-11-08T02:22:40.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:39 smithi148 bash[24200]: audit 2023-11-08T02:22:38.971535+0000 mon.smithi148 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dbc3f8c6-f532-454d-adb4-8615b6e96df3"}]: dispatch 2023-11-08T02:22:40.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:39 smithi148 bash[24200]: audit 2023-11-08T02:22:38.978394+0000 mon.smithi148 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dbc3f8c6-f532-454d-adb4-8615b6e96df3"}]': finished 2023-11-08T02:22:40.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:39 smithi148 bash[24200]: cluster 2023-11-08T02:22:38.978508+0000 mon.smithi148 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-08T02:22:40.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:39 smithi148 bash[24200]: audit 2023-11-08T02:22:38.978786+0000 mon.smithi148 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:22:40.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:39 smithi148 bash[24200]: audit 2023-11-08T02:22:38.979331+0000 mon.smithi148 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:22:40.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:39 smithi148 bash[24200]: audit 2023-11-08T02:22:38.979701+0000 mon.smithi148 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:22:40.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:39 smithi153 bash[28288]: cluster 2023-11-08T02:22:38.610287+0000 mgr.smithi148.cvefzo (mgr.14180) 87 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:40.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:39 smithi153 bash[28288]: audit 2023-11-08T02:22:38.969806+0000 mon.smithi153 (mon.1) 4 : audit [INF] from='client.? 172.21.15.153:0/2937934907' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dbc3f8c6-f532-454d-adb4-8615b6e96df3"}]: dispatch 2023-11-08T02:22:40.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:39 smithi153 bash[28288]: audit 2023-11-08T02:22:38.971535+0000 mon.smithi148 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dbc3f8c6-f532-454d-adb4-8615b6e96df3"}]: dispatch 2023-11-08T02:22:40.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:39 smithi153 bash[28288]: audit 2023-11-08T02:22:38.978394+0000 mon.smithi148 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dbc3f8c6-f532-454d-adb4-8615b6e96df3"}]': finished 2023-11-08T02:22:40.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:39 smithi153 bash[28288]: cluster 2023-11-08T02:22:38.978508+0000 mon.smithi148 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-11-08T02:22:40.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:39 smithi153 bash[28288]: audit 2023-11-08T02:22:38.978786+0000 mon.smithi148 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:22:40.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:39 smithi153 bash[28288]: audit 2023-11-08T02:22:38.979331+0000 mon.smithi148 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:22:40.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:39 smithi153 bash[28288]: audit 2023-11-08T02:22:38.979701+0000 mon.smithi148 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:22:41.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:40 smithi148 bash[24200]: audit 2023-11-08T02:22:40.564904+0000 mon.smithi148 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.153:0/2707563471' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:22:41.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:40 smithi153 bash[28288]: audit 2023-11-08T02:22:40.564904+0000 mon.smithi148 (mon.0) 279 : audit [DBG] from='client.? 172.21.15.153:0/2707563471' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:22:41.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:41 smithi148 bash[24200]: cluster 2023-11-08T02:22:40.610690+0000 mgr.smithi148.cvefzo (mgr.14180) 88 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:41.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:41 smithi148 bash[24200]: audit 2023-11-08T02:22:41.132653+0000 mon.smithi148 (mon.0) 280 : audit [INF] from='client.? 172.21.15.148:0/2670569600' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "11bc6eda-6726-4b9d-8728-aad98580ae10"}]: dispatch 2023-11-08T02:22:41.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:41 smithi148 bash[24200]: audit 2023-11-08T02:22:41.137975+0000 mon.smithi148 (mon.0) 281 : audit [INF] from='client.? 172.21.15.148:0/2670569600' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "11bc6eda-6726-4b9d-8728-aad98580ae10"}]': finished 2023-11-08T02:22:41.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:41 smithi148 bash[24200]: cluster 2023-11-08T02:22:41.138017+0000 mon.smithi148 (mon.0) 282 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-08T02:22:41.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:41 smithi148 bash[24200]: audit 2023-11-08T02:22:41.138113+0000 mon.smithi148 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:22:41.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:41 smithi148 bash[24200]: audit 2023-11-08T02:22:41.138412+0000 mon.smithi148 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:22:41.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:41 smithi148 bash[24200]: audit 2023-11-08T02:22:41.138570+0000 mon.smithi148 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:22:41.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:41 smithi148 bash[24200]: audit 2023-11-08T02:22:41.138735+0000 mon.smithi148 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:22:42.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:41 smithi153 bash[28288]: cluster 2023-11-08T02:22:40.610690+0000 mgr.smithi148.cvefzo (mgr.14180) 88 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:42.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:41 smithi153 bash[28288]: audit 2023-11-08T02:22:41.132653+0000 mon.smithi148 (mon.0) 280 : audit [INF] from='client.? 172.21.15.148:0/2670569600' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "11bc6eda-6726-4b9d-8728-aad98580ae10"}]: dispatch 2023-11-08T02:22:42.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:41 smithi153 bash[28288]: audit 2023-11-08T02:22:41.137975+0000 mon.smithi148 (mon.0) 281 : audit [INF] from='client.? 172.21.15.148:0/2670569600' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "11bc6eda-6726-4b9d-8728-aad98580ae10"}]': finished 2023-11-08T02:22:42.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:41 smithi153 bash[28288]: cluster 2023-11-08T02:22:41.138017+0000 mon.smithi148 (mon.0) 282 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-11-08T02:22:42.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:41 smithi153 bash[28288]: audit 2023-11-08T02:22:41.138113+0000 mon.smithi148 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:22:42.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:41 smithi153 bash[28288]: audit 2023-11-08T02:22:41.138412+0000 mon.smithi148 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:22:42.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:41 smithi153 bash[28288]: audit 2023-11-08T02:22:41.138570+0000 mon.smithi148 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:22:42.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:41 smithi153 bash[28288]: audit 2023-11-08T02:22:41.138735+0000 mon.smithi148 (mon.0) 286 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:22:42.237 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:22:43.110 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1699410161,"num_remapped_pgs":0} 2023-11-08T02:22:43.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:42 smithi148 bash[24200]: audit 2023-11-08T02:22:42.238236+0000 mon.smithi148 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.148:0/1223001371' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:43.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:42 smithi148 bash[24200]: cluster 2023-11-08T02:22:42.611078+0000 mgr.smithi148.cvefzo (mgr.14180) 89 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:43.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:42 smithi153 bash[28288]: audit 2023-11-08T02:22:42.238236+0000 mon.smithi148 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.148:0/1223001371' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:43.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:42 smithi153 bash[28288]: cluster 2023-11-08T02:22:42.611078+0000 mgr.smithi148.cvefzo (mgr.14180) 89 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:44.111 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:22:44.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:43 smithi148 bash[24200]: audit 2023-11-08T02:22:42.908428+0000 mon.smithi148 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.148:0/1993791584' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:22:44.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:43 smithi148 bash[24200]: audit 2023-11-08T02:22:43.388934+0000 mon.smithi153 (mon.1) 5 : audit [INF] from='client.? 172.21.15.153:0/583511510' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6451cbff-bba2-4d52-a5a7-693a44b5e0c8"}]: dispatch 2023-11-08T02:22:44.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:43 smithi148 bash[24200]: audit 2023-11-08T02:22:43.390564+0000 mon.smithi148 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6451cbff-bba2-4d52-a5a7-693a44b5e0c8"}]: dispatch 2023-11-08T02:22:44.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:43 smithi148 bash[24200]: audit 2023-11-08T02:22:43.397956+0000 mon.smithi148 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6451cbff-bba2-4d52-a5a7-693a44b5e0c8"}]': finished 2023-11-08T02:22:44.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:43 smithi148 bash[24200]: cluster 2023-11-08T02:22:43.398106+0000 mon.smithi148 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-08T02:22:44.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:43 smithi148 bash[24200]: audit 2023-11-08T02:22:43.398393+0000 mon.smithi148 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:22:44.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:43 smithi148 bash[24200]: audit 2023-11-08T02:22:43.398911+0000 mon.smithi148 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:22:44.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:43 smithi148 bash[24200]: audit 2023-11-08T02:22:43.399196+0000 mon.smithi148 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:22:44.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:43 smithi148 bash[24200]: audit 2023-11-08T02:22:43.399532+0000 mon.smithi148 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:22:44.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:43 smithi148 bash[24200]: audit 2023-11-08T02:22:43.399805+0000 mon.smithi148 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:22:44.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:43 smithi153 bash[28288]: audit 2023-11-08T02:22:42.908428+0000 mon.smithi148 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.148:0/1993791584' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:22:44.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:43 smithi153 bash[28288]: audit 2023-11-08T02:22:43.388934+0000 mon.smithi153 (mon.1) 5 : audit [INF] from='client.? 172.21.15.153:0/583511510' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6451cbff-bba2-4d52-a5a7-693a44b5e0c8"}]: dispatch 2023-11-08T02:22:44.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:43 smithi153 bash[28288]: audit 2023-11-08T02:22:43.390564+0000 mon.smithi148 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6451cbff-bba2-4d52-a5a7-693a44b5e0c8"}]: dispatch 2023-11-08T02:22:44.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:43 smithi153 bash[28288]: audit 2023-11-08T02:22:43.397956+0000 mon.smithi148 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6451cbff-bba2-4d52-a5a7-693a44b5e0c8"}]': finished 2023-11-08T02:22:44.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:43 smithi153 bash[28288]: cluster 2023-11-08T02:22:43.398106+0000 mon.smithi148 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-11-08T02:22:44.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:43 smithi153 bash[28288]: audit 2023-11-08T02:22:43.398393+0000 mon.smithi148 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:22:44.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:43 smithi153 bash[28288]: audit 2023-11-08T02:22:43.398911+0000 mon.smithi148 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:22:44.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:43 smithi153 bash[28288]: audit 2023-11-08T02:22:43.399196+0000 mon.smithi148 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:22:44.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:43 smithi153 bash[28288]: audit 2023-11-08T02:22:43.399532+0000 mon.smithi148 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:22:44.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:43 smithi153 bash[28288]: audit 2023-11-08T02:22:43.399805+0000 mon.smithi148 (mon.0) 296 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:22:45.220 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:44 smithi148 bash[24200]: cluster 2023-11-08T02:22:44.611502+0000 mgr.smithi148.cvefzo (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:45.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:44 smithi153 bash[28288]: cluster 2023-11-08T02:22:44.611502+0000 mgr.smithi148.cvefzo (mgr.14180) 90 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:46.243 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:45 smithi148 bash[24200]: audit 2023-11-08T02:22:44.983199+0000 mon.smithi153 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.153:0/2125674571' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:22:46.244 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:45 smithi148 bash[24200]: audit 2023-11-08T02:22:45.713404+0000 mon.smithi148 (mon.0) 297 : audit [INF] from='client.? 172.21.15.148:0/2826992154' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1514baf7-3ff9-4efc-9a35-4ef9a2f32ab6"}]: dispatch 2023-11-08T02:22:46.244 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:45 smithi148 bash[24200]: audit 2023-11-08T02:22:45.720620+0000 mon.smithi148 (mon.0) 298 : audit [INF] from='client.? 172.21.15.148:0/2826992154' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1514baf7-3ff9-4efc-9a35-4ef9a2f32ab6"}]': finished 2023-11-08T02:22:46.244 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:45 smithi148 bash[24200]: cluster 2023-11-08T02:22:45.720725+0000 mon.smithi148 (mon.0) 299 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-08T02:22:46.244 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:45 smithi148 bash[24200]: audit 2023-11-08T02:22:45.720852+0000 mon.smithi148 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:22:46.244 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:45 smithi148 bash[24200]: audit 2023-11-08T02:22:45.721135+0000 mon.smithi148 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:22:46.245 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:45 smithi148 bash[24200]: audit 2023-11-08T02:22:45.721318+0000 mon.smithi148 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:22:46.245 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:45 smithi148 bash[24200]: audit 2023-11-08T02:22:45.721494+0000 mon.smithi148 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:22:46.245 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:45 smithi148 bash[24200]: audit 2023-11-08T02:22:45.721682+0000 mon.smithi148 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:22:46.245 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:45 smithi148 bash[24200]: audit 2023-11-08T02:22:45.721859+0000 mon.smithi148 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:22:46.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:45 smithi153 bash[28288]: audit 2023-11-08T02:22:44.983199+0000 mon.smithi153 (mon.1) 6 : audit [DBG] from='client.? 172.21.15.153:0/2125674571' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:22:46.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:45 smithi153 bash[28288]: audit 2023-11-08T02:22:45.713404+0000 mon.smithi148 (mon.0) 297 : audit [INF] from='client.? 172.21.15.148:0/2826992154' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1514baf7-3ff9-4efc-9a35-4ef9a2f32ab6"}]: dispatch 2023-11-08T02:22:46.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:45 smithi153 bash[28288]: audit 2023-11-08T02:22:45.720620+0000 mon.smithi148 (mon.0) 298 : audit [INF] from='client.? 172.21.15.148:0/2826992154' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1514baf7-3ff9-4efc-9a35-4ef9a2f32ab6"}]': finished 2023-11-08T02:22:46.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:45 smithi153 bash[28288]: cluster 2023-11-08T02:22:45.720725+0000 mon.smithi148 (mon.0) 299 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-11-08T02:22:46.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:45 smithi153 bash[28288]: audit 2023-11-08T02:22:45.720852+0000 mon.smithi148 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:22:46.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:45 smithi153 bash[28288]: audit 2023-11-08T02:22:45.721135+0000 mon.smithi148 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:22:46.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:45 smithi153 bash[28288]: audit 2023-11-08T02:22:45.721318+0000 mon.smithi148 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:22:46.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:45 smithi153 bash[28288]: audit 2023-11-08T02:22:45.721494+0000 mon.smithi148 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:22:46.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:45 smithi153 bash[28288]: audit 2023-11-08T02:22:45.721682+0000 mon.smithi148 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:22:46.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:45 smithi153 bash[28288]: audit 2023-11-08T02:22:45.721859+0000 mon.smithi148 (mon.0) 305 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:22:47.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:46 smithi148 bash[24200]: cluster 2023-11-08T02:22:46.612030+0000 mgr.smithi148.cvefzo (mgr.14180) 91 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:47.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:46 smithi153 bash[28288]: cluster 2023-11-08T02:22:46.612030+0000 mgr.smithi148.cvefzo (mgr.14180) 91 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:47.793 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:22:48.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:47 smithi148 bash[24200]: audit 2023-11-08T02:22:47.773609+0000 mon.smithi153 (mon.1) 7 : audit [INF] from='client.? 172.21.15.153:0/86252185' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43a767fa-269e-4cd6-861d-db3978d6ab0b"}]: dispatch 2023-11-08T02:22:48.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:47 smithi148 bash[24200]: audit 2023-11-08T02:22:47.775198+0000 mon.smithi148 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43a767fa-269e-4cd6-861d-db3978d6ab0b"}]: dispatch 2023-11-08T02:22:48.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:47 smithi148 bash[24200]: audit 2023-11-08T02:22:47.781829+0000 mon.smithi148 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "43a767fa-269e-4cd6-861d-db3978d6ab0b"}]': finished 2023-11-08T02:22:48.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:47 smithi148 bash[24200]: cluster 2023-11-08T02:22:47.781903+0000 mon.smithi148 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-08T02:22:48.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:47 smithi148 bash[24200]: audit 2023-11-08T02:22:47.782105+0000 mon.smithi148 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:22:48.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:47 smithi148 bash[24200]: audit 2023-11-08T02:22:47.782943+0000 mon.smithi148 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:22:48.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:47 smithi148 bash[24200]: audit 2023-11-08T02:22:47.783358+0000 mon.smithi148 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:22:48.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:47 smithi148 bash[24200]: audit 2023-11-08T02:22:47.783725+0000 mon.smithi148 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:22:48.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:47 smithi148 bash[24200]: audit 2023-11-08T02:22:47.784096+0000 mon.smithi148 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:22:48.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:47 smithi148 bash[24200]: audit 2023-11-08T02:22:47.784482+0000 mon.smithi148 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:22:48.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:47 smithi148 bash[24200]: audit 2023-11-08T02:22:47.784856+0000 mon.smithi148 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:22:48.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:47 smithi148 bash[24200]: audit 2023-11-08T02:22:47.793988+0000 mon.smithi148 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.148:0/3603189181' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:48.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:47 smithi153 bash[28288]: audit 2023-11-08T02:22:47.773609+0000 mon.smithi153 (mon.1) 7 : audit [INF] from='client.? 172.21.15.153:0/86252185' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43a767fa-269e-4cd6-861d-db3978d6ab0b"}]: dispatch 2023-11-08T02:22:48.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:47 smithi153 bash[28288]: audit 2023-11-08T02:22:47.775198+0000 mon.smithi148 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "43a767fa-269e-4cd6-861d-db3978d6ab0b"}]: dispatch 2023-11-08T02:22:48.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:47 smithi153 bash[28288]: audit 2023-11-08T02:22:47.781829+0000 mon.smithi148 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "43a767fa-269e-4cd6-861d-db3978d6ab0b"}]': finished 2023-11-08T02:22:48.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:47 smithi153 bash[28288]: cluster 2023-11-08T02:22:47.781903+0000 mon.smithi148 (mon.0) 308 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-11-08T02:22:48.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:47 smithi153 bash[28288]: audit 2023-11-08T02:22:47.782105+0000 mon.smithi148 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:22:48.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:47 smithi153 bash[28288]: audit 2023-11-08T02:22:47.782943+0000 mon.smithi148 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:22:48.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:47 smithi153 bash[28288]: audit 2023-11-08T02:22:47.783358+0000 mon.smithi148 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:22:48.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:47 smithi153 bash[28288]: audit 2023-11-08T02:22:47.783725+0000 mon.smithi148 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:22:48.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:47 smithi153 bash[28288]: audit 2023-11-08T02:22:47.784096+0000 mon.smithi148 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:22:48.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:47 smithi153 bash[28288]: audit 2023-11-08T02:22:47.784482+0000 mon.smithi148 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:22:48.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:47 smithi153 bash[28288]: audit 2023-11-08T02:22:47.784856+0000 mon.smithi148 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:22:48.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:47 smithi153 bash[28288]: audit 2023-11-08T02:22:47.793988+0000 mon.smithi148 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.148:0/3603189181' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:48.628 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1699410167,"num_remapped_pgs":0} 2023-11-08T02:22:49.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:48 smithi148 bash[24200]: audit 2023-11-08T02:22:48.069539+0000 mon.smithi148 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.148:0/2375061185' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:22:49.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:48 smithi148 bash[24200]: cluster 2023-11-08T02:22:48.612454+0000 mgr.smithi148.cvefzo (mgr.14180) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:49.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:48 smithi153 bash[28288]: audit 2023-11-08T02:22:48.069539+0000 mon.smithi148 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.148:0/2375061185' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:22:49.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:48 smithi153 bash[28288]: cluster 2023-11-08T02:22:48.612454+0000 mgr.smithi148.cvefzo (mgr.14180) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:49.629 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:22:50.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:49 smithi148 bash[24200]: audit 2023-11-08T02:22:49.492026+0000 mon.smithi153 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.153:0/2268071627' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:22:50.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:49 smithi153 bash[28288]: audit 2023-11-08T02:22:49.492026+0000 mon.smithi153 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.153:0/2268071627' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:22:51.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:50 smithi148 bash[24200]: cluster 2023-11-08T02:22:50.612929+0000 mgr.smithi148.cvefzo (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:51.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:50 smithi148 bash[24200]: audit 2023-11-08T02:22:50.904518+0000 mon.smithi148 (mon.0) 318 : audit [INF] from='client.? 172.21.15.148:0/2845266925' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ba31ad72-26b5-4bc4-b0f6-8bee0dd7a2c8"}]: dispatch 2023-11-08T02:22:51.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:50 smithi148 bash[24200]: audit 2023-11-08T02:22:50.909627+0000 mon.smithi148 (mon.0) 319 : audit [INF] from='client.? 172.21.15.148:0/2845266925' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba31ad72-26b5-4bc4-b0f6-8bee0dd7a2c8"}]': finished 2023-11-08T02:22:51.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:50 smithi148 bash[24200]: cluster 2023-11-08T02:22:50.909901+0000 mon.smithi148 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-08T02:22:51.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:50 smithi148 bash[24200]: audit 2023-11-08T02:22:50.910170+0000 mon.smithi148 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:22:51.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:50 smithi148 bash[24200]: audit 2023-11-08T02:22:50.910572+0000 mon.smithi148 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:22:51.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:50 smithi148 bash[24200]: audit 2023-11-08T02:22:50.910939+0000 mon.smithi148 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:22:51.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:50 smithi148 bash[24200]: audit 2023-11-08T02:22:50.911151+0000 mon.smithi148 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:22:51.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:50 smithi148 bash[24200]: audit 2023-11-08T02:22:50.911427+0000 mon.smithi148 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:22:51.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:50 smithi148 bash[24200]: audit 2023-11-08T02:22:50.911688+0000 mon.smithi148 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:22:51.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:50 smithi148 bash[24200]: audit 2023-11-08T02:22:50.911923+0000 mon.smithi148 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:22:51.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:50 smithi148 bash[24200]: audit 2023-11-08T02:22:50.912146+0000 mon.smithi148 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:22:51.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:50 smithi153 bash[28288]: cluster 2023-11-08T02:22:50.612929+0000 mgr.smithi148.cvefzo (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:51.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:50 smithi153 bash[28288]: audit 2023-11-08T02:22:50.904518+0000 mon.smithi148 (mon.0) 318 : audit [INF] from='client.? 172.21.15.148:0/2845266925' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ba31ad72-26b5-4bc4-b0f6-8bee0dd7a2c8"}]: dispatch 2023-11-08T02:22:51.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:50 smithi153 bash[28288]: audit 2023-11-08T02:22:50.909627+0000 mon.smithi148 (mon.0) 319 : audit [INF] from='client.? 172.21.15.148:0/2845266925' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ba31ad72-26b5-4bc4-b0f6-8bee0dd7a2c8"}]': finished 2023-11-08T02:22:51.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:50 smithi153 bash[28288]: cluster 2023-11-08T02:22:50.909901+0000 mon.smithi148 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-11-08T02:22:51.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:50 smithi153 bash[28288]: audit 2023-11-08T02:22:50.910170+0000 mon.smithi148 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:22:51.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:50 smithi153 bash[28288]: audit 2023-11-08T02:22:50.910572+0000 mon.smithi148 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:22:51.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:50 smithi153 bash[28288]: audit 2023-11-08T02:22:50.910939+0000 mon.smithi148 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:22:51.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:50 smithi153 bash[28288]: audit 2023-11-08T02:22:50.911151+0000 mon.smithi148 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:22:51.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:50 smithi153 bash[28288]: audit 2023-11-08T02:22:50.911427+0000 mon.smithi148 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:22:51.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:50 smithi153 bash[28288]: audit 2023-11-08T02:22:50.911688+0000 mon.smithi148 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:22:51.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:50 smithi153 bash[28288]: audit 2023-11-08T02:22:50.911923+0000 mon.smithi148 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:22:51.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:50 smithi153 bash[28288]: audit 2023-11-08T02:22:50.912146+0000 mon.smithi148 (mon.0) 328 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:22:53.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:52 smithi148 bash[24200]: cluster 2023-11-08T02:22:52.613356+0000 mgr.smithi148.cvefzo (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:53.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:52 smithi153 bash[28288]: cluster 2023-11-08T02:22:52.613356+0000 mgr.smithi148.cvefzo (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:53.473 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:22:54.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:53 smithi148 bash[24200]: audit 2023-11-08T02:22:53.473213+0000 mon.smithi148 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.148:0/2505919676' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:54.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:53 smithi148 bash[24200]: audit 2023-11-08T02:22:53.581670+0000 mon.smithi148 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.148:0/1600993257' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:22:54.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:53 smithi153 bash[28288]: audit 2023-11-08T02:22:53.473213+0000 mon.smithi148 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.148:0/2505919676' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:22:54.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:53 smithi153 bash[28288]: audit 2023-11-08T02:22:53.581670+0000 mon.smithi148 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.148:0/1600993257' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-11-08T02:22:54.302 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699410170,"num_remapped_pgs":0} 2023-11-08T02:22:55.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:54 smithi148 bash[24200]: cluster 2023-11-08T02:22:54.613825+0000 mgr.smithi148.cvefzo (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:55.303 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:22:55.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:54 smithi153 bash[28288]: cluster 2023-11-08T02:22:54.613825+0000 mgr.smithi148.cvefzo (mgr.14180) 95 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:57.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:57 smithi153 bash[28288]: cluster 2023-11-08T02:22:56.614286+0000 mgr.smithi148.cvefzo (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:58.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:57 smithi148 bash[24200]: cluster 2023-11-08T02:22:56.614286+0000 mgr.smithi148.cvefzo (mgr.14180) 96 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:58.828 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:22:59.539 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699410170,"num_remapped_pgs":0} 2023-11-08T02:22:59.946 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:59 smithi153 bash[28288]: cluster 2023-11-08T02:22:58.614626+0000 mgr.smithi148.cvefzo (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:22:59.946 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:22:59 smithi153 bash[28288]: audit 2023-11-08T02:22:58.828697+0000 mon.smithi148 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.148:0/702159563' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:00.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:59 smithi148 bash[24200]: cluster 2023-11-08T02:22:58.614626+0000 mgr.smithi148.cvefzo (mgr.14180) 97 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:00.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:22:59 smithi148 bash[24200]: audit 2023-11-08T02:22:58.828697+0000 mon.smithi148 (mon.0) 331 : audit [DBG] from='client.? 172.21.15.148:0/702159563' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:00.541 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:23:01.866 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:01 smithi148 bash[24200]: cluster 2023-11-08T02:23:00.615023+0000 mgr.smithi148.cvefzo (mgr.14180) 98 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:01.867 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:01 smithi148 bash[24200]: audit 2023-11-08T02:23:01.124091+0000 mon.smithi148 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-08T02:23:01.867 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:01 smithi148 bash[24200]: audit 2023-11-08T02:23:01.125460+0000 mon.smithi148 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:23:02.093 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:01 smithi153 bash[28288]: cluster 2023-11-08T02:23:00.615023+0000 mgr.smithi148.cvefzo (mgr.14180) 98 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:02.093 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:01 smithi153 bash[28288]: audit 2023-11-08T02:23:01.124091+0000 mon.smithi148 (mon.0) 332 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-11-08T02:23:02.094 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:01 smithi153 bash[28288]: audit 2023-11-08T02:23:01.125460+0000 mon.smithi148 (mon.0) 333 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:23:02.901 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:02 smithi153 bash[28288]: cephadm 2023-11-08T02:23:01.126503+0000 mgr.smithi148.cvefzo (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.0 on smithi153 2023-11-08T02:23:03.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:02 smithi148 bash[24200]: cephadm 2023-11-08T02:23:01.126503+0000 mgr.smithi148.cvefzo (mgr.14180) 99 : cephadm [INF] Deploying daemon osd.0 on smithi153 2023-11-08T02:23:03.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:03 smithi148 bash[24200]: cluster 2023-11-08T02:23:02.615434+0000 mgr.smithi148.cvefzo (mgr.14180) 100 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:04.056 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:03 smithi153 bash[28288]: cluster 2023-11-08T02:23:02.615434+0000 mgr.smithi148.cvefzo (mgr.14180) 100 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:04.431 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:23:04.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:04 smithi148 bash[24200]: audit 2023-11-08T02:23:04.432184+0000 mon.smithi148 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.148:0/60551583' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:04.976 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:04 smithi153 bash[28288]: audit 2023-11-08T02:23:04.432184+0000 mon.smithi148 (mon.0) 334 : audit [DBG] from='client.? 172.21.15.148:0/60551583' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:05.489 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699410170,"num_remapped_pgs":0} 2023-11-08T02:23:05.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:05 smithi148 bash[24200]: cluster 2023-11-08T02:23:04.615829+0000 mgr.smithi148.cvefzo (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:05.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:05 smithi148 bash[24200]: audit 2023-11-08T02:23:05.257075+0000 mon.smithi148 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:05.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:05 smithi148 bash[24200]: audit 2023-11-08T02:23:05.258508+0000 mon.smithi148 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-08T02:23:05.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:05 smithi148 bash[24200]: audit 2023-11-08T02:23:05.259757+0000 mon.smithi148 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:23:06.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:05 smithi153 bash[28288]: cluster 2023-11-08T02:23:04.615829+0000 mgr.smithi148.cvefzo (mgr.14180) 101 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:06.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:05 smithi153 bash[28288]: audit 2023-11-08T02:23:05.257075+0000 mon.smithi148 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:06.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:05 smithi153 bash[28288]: audit 2023-11-08T02:23:05.258508+0000 mon.smithi148 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-11-08T02:23:06.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:05 smithi153 bash[28288]: audit 2023-11-08T02:23:05.259757+0000 mon.smithi148 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:23:06.491 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:23:06.879 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:06 smithi153 bash[28288]: cephadm 2023-11-08T02:23:05.260750+0000 mgr.smithi148.cvefzo (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.2 on smithi153 2023-11-08T02:23:07.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:06 smithi148 bash[24200]: cephadm 2023-11-08T02:23:05.260750+0000 mgr.smithi148.cvefzo (mgr.14180) 102 : cephadm [INF] Deploying daemon osd.2 on smithi153 2023-11-08T02:23:07.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:07 smithi153 bash[28288]: cluster 2023-11-08T02:23:06.616262+0000 mgr.smithi148.cvefzo (mgr.14180) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:07.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:07 smithi153 bash[28288]: audit 2023-11-08T02:23:07.523474+0000 mon.smithi148 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-08T02:23:07.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:07 smithi153 bash[28288]: audit 2023-11-08T02:23:07.524748+0000 mon.smithi148 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:23:08.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:07 smithi148 bash[24200]: cluster 2023-11-08T02:23:06.616262+0000 mgr.smithi148.cvefzo (mgr.14180) 103 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:08.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:07 smithi148 bash[24200]: audit 2023-11-08T02:23:07.523474+0000 mon.smithi148 (mon.0) 338 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-11-08T02:23:08.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:07 smithi148 bash[24200]: audit 2023-11-08T02:23:07.524748+0000 mon.smithi148 (mon.0) 339 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:23:08.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:08 smithi148 bash[24200]: cephadm 2023-11-08T02:23:07.525834+0000 mgr.smithi148.cvefzo (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.1 on smithi148 2023-11-08T02:23:09.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:08 smithi153 bash[28288]: cephadm 2023-11-08T02:23:07.525834+0000 mgr.smithi148.cvefzo (mgr.14180) 104 : cephadm [INF] Deploying daemon osd.1 on smithi148 2023-11-08T02:23:09.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:09 smithi148 bash[24200]: cluster 2023-11-08T02:23:08.616668+0000 mgr.smithi148.cvefzo (mgr.14180) 105 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:09.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:09 smithi153 bash[28288]: cluster 2023-11-08T02:23:08.616668+0000 mgr.smithi148.cvefzo (mgr.14180) 105 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:11.615 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:23:12.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:11 smithi148 bash[24200]: cluster 2023-11-08T02:23:10.617031+0000 mgr.smithi148.cvefzo (mgr.14180) 106 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:12.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:11 smithi148 bash[24200]: audit 2023-11-08T02:23:10.893950+0000 mon.smithi148 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:12.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:11 smithi148 bash[24200]: audit 2023-11-08T02:23:10.895111+0000 mon.smithi148 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-08T02:23:12.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:11 smithi148 bash[24200]: audit 2023-11-08T02:23:10.896526+0000 mon.smithi148 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:23:12.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:11 smithi148 bash[24200]: audit 2023-11-08T02:23:11.615825+0000 mon.smithi148 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.148:0/2246531037' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:12.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:11 smithi153 bash[28288]: cluster 2023-11-08T02:23:10.617031+0000 mgr.smithi148.cvefzo (mgr.14180) 106 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:12.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:11 smithi153 bash[28288]: audit 2023-11-08T02:23:10.893950+0000 mon.smithi148 (mon.0) 340 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:12.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:11 smithi153 bash[28288]: audit 2023-11-08T02:23:10.895111+0000 mon.smithi148 (mon.0) 341 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-11-08T02:23:12.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:11 smithi153 bash[28288]: audit 2023-11-08T02:23:10.896526+0000 mon.smithi148 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:23:12.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:11 smithi153 bash[28288]: audit 2023-11-08T02:23:11.615825+0000 mon.smithi148 (mon.0) 343 : audit [DBG] from='client.? 172.21.15.148:0/2246531037' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:12.732 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1699410170,"num_remapped_pgs":0} 2023-11-08T02:23:13.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:12 smithi148 bash[24200]: cephadm 2023-11-08T02:23:10.897729+0000 mgr.smithi148.cvefzo (mgr.14180) 107 : cephadm [INF] Deploying daemon osd.4 on smithi153 2023-11-08T02:23:13.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:12 smithi153 bash[28288]: cephadm 2023-11-08T02:23:10.897729+0000 mgr.smithi148.cvefzo (mgr.14180) 107 : cephadm [INF] Deploying daemon osd.4 on smithi153 2023-11-08T02:23:13.734 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:23:14.006 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:13 smithi153 bash[28288]: cluster 2023-11-08T02:23:12.617332+0000 mgr.smithi148.cvefzo (mgr.14180) 108 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:14.007 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:13 smithi153 bash[28288]: audit 2023-11-08T02:23:13.332848+0000 mon.smithi153 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.153:6800/1512387949,v1:172.21.15.153:6801/1512387949]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T02:23:14.007 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:13 smithi153 bash[28288]: audit 2023-11-08T02:23:13.334469+0000 mon.smithi148 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T02:23:14.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:13 smithi148 bash[24200]: cluster 2023-11-08T02:23:12.617332+0000 mgr.smithi148.cvefzo (mgr.14180) 108 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:14.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:13 smithi148 bash[24200]: audit 2023-11-08T02:23:13.332848+0000 mon.smithi153 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.153:6800/1512387949,v1:172.21.15.153:6801/1512387949]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T02:23:14.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:13 smithi148 bash[24200]: audit 2023-11-08T02:23:13.334469+0000 mon.smithi148 (mon.0) 344 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-11-08T02:23:15.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: audit 2023-11-08T02:23:13.920938+0000 mon.smithi148 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-08T02:23:15.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: cluster 2023-11-08T02:23:13.920990+0000 mon.smithi148 (mon.0) 346 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-08T02:23:15.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: audit 2023-11-08T02:23:13.921130+0000 mon.smithi148 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:23:15.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: audit 2023-11-08T02:23:13.921574+0000 mon.smithi148 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:15.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: audit 2023-11-08T02:23:13.921808+0000 mon.smithi148 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:23:15.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: audit 2023-11-08T02:23:13.922132+0000 mon.smithi148 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:15.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: audit 2023-11-08T02:23:13.922477+0000 mon.smithi148 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:15.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: audit 2023-11-08T02:23:13.922819+0000 mon.smithi148 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:15.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: audit 2023-11-08T02:23:13.923159+0000 mon.smithi148 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:15.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: audit 2023-11-08T02:23:13.923373+0000 mon.smithi148 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:15.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: audit 2023-11-08T02:23:13.923589+0000 mon.smithi153 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.153:6800/1512387949,v1:172.21.15.153:6801/1512387949]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-11-08T02:23:15.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: audit 2023-11-08T02:23:13.924853+0000 mon.smithi148 (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-11-08T02:23:15.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: audit 2023-11-08T02:23:14.415559+0000 mon.smithi148 (mon.0) 356 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:15.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: audit 2023-11-08T02:23:14.416701+0000 mon.smithi148 (mon.0) 357 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-08T02:23:15.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: audit 2023-11-08T02:23:14.417663+0000 mon.smithi148 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:23:15.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: cephadm 2023-11-08T02:23:14.418510+0000 mgr.smithi148.cvefzo (mgr.14180) 109 : cephadm [INF] Deploying daemon osd.3 on smithi148 2023-11-08T02:23:15.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:14 smithi148 bash[24200]: cluster 2023-11-08T02:23:14.617577+0000 mgr.smithi148.cvefzo (mgr.14180) 110 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:15.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: audit 2023-11-08T02:23:13.920938+0000 mon.smithi148 (mon.0) 345 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-11-08T02:23:15.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: cluster 2023-11-08T02:23:13.920990+0000 mon.smithi148 (mon.0) 346 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-11-08T02:23:15.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: audit 2023-11-08T02:23:13.921130+0000 mon.smithi148 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:23:15.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: audit 2023-11-08T02:23:13.921574+0000 mon.smithi148 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:15.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: audit 2023-11-08T02:23:13.921808+0000 mon.smithi148 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:23:15.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: audit 2023-11-08T02:23:13.922132+0000 mon.smithi148 (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:15.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: audit 2023-11-08T02:23:13.922477+0000 mon.smithi148 (mon.0) 351 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:15.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: audit 2023-11-08T02:23:13.922819+0000 mon.smithi148 (mon.0) 352 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:15.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: audit 2023-11-08T02:23:13.923159+0000 mon.smithi148 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:15.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: audit 2023-11-08T02:23:13.923373+0000 mon.smithi148 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:15.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: audit 2023-11-08T02:23:13.923589+0000 mon.smithi153 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.153:6800/1512387949,v1:172.21.15.153:6801/1512387949]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-11-08T02:23:15.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: audit 2023-11-08T02:23:13.924853+0000 mon.smithi148 (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-11-08T02:23:15.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: audit 2023-11-08T02:23:14.415559+0000 mon.smithi148 (mon.0) 356 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:15.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: audit 2023-11-08T02:23:14.416701+0000 mon.smithi148 (mon.0) 357 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-11-08T02:23:15.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: audit 2023-11-08T02:23:14.417663+0000 mon.smithi148 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:23:15.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: cephadm 2023-11-08T02:23:14.418510+0000 mgr.smithi148.cvefzo (mgr.14180) 109 : cephadm [INF] Deploying daemon osd.3 on smithi148 2023-11-08T02:23:15.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:14 smithi153 bash[28288]: cluster 2023-11-08T02:23:14.617577+0000 mgr.smithi148.cvefzo (mgr.14180) 110 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:16.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:15 smithi148 bash[24200]: audit 2023-11-08T02:23:14.924853+0000 mon.smithi148 (mon.0) 359 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-11-08T02:23:16.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:15 smithi148 bash[24200]: cluster 2023-11-08T02:23:14.924996+0000 mon.smithi148 (mon.0) 360 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-08T02:23:16.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:15 smithi148 bash[24200]: audit 2023-11-08T02:23:14.925625+0000 mon.smithi148 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:23:16.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:15 smithi148 bash[24200]: audit 2023-11-08T02:23:14.925969+0000 mon.smithi148 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:16.001 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:15 smithi148 bash[24200]: audit 2023-11-08T02:23:14.926203+0000 mon.smithi148 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:23:16.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:15 smithi148 bash[24200]: audit 2023-11-08T02:23:14.926499+0000 mon.smithi148 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:16.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:15 smithi148 bash[24200]: audit 2023-11-08T02:23:14.926750+0000 mon.smithi148 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:16.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:15 smithi148 bash[24200]: audit 2023-11-08T02:23:14.932093+0000 mon.smithi148 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:16.002 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:15 smithi148 bash[24200]: audit 2023-11-08T02:23:14.932272+0000 mon.smithi148 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:16.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:15 smithi148 bash[24200]: audit 2023-11-08T02:23:14.932442+0000 mon.smithi148 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:16.003 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:15 smithi148 bash[24200]: audit 2023-11-08T02:23:14.932669+0000 mon.smithi148 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:23:16.244 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:15 smithi153 bash[28288]: audit 2023-11-08T02:23:14.924853+0000 mon.smithi148 (mon.0) 359 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-11-08T02:23:16.244 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:15 smithi153 bash[28288]: cluster 2023-11-08T02:23:14.924996+0000 mon.smithi148 (mon.0) 360 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-11-08T02:23:16.244 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:15 smithi153 bash[28288]: audit 2023-11-08T02:23:14.925625+0000 mon.smithi148 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:23:16.244 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:15 smithi153 bash[28288]: audit 2023-11-08T02:23:14.925969+0000 mon.smithi148 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:16.245 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:15 smithi153 bash[28288]: audit 2023-11-08T02:23:14.926203+0000 mon.smithi148 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:23:16.245 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:15 smithi153 bash[28288]: audit 2023-11-08T02:23:14.926499+0000 mon.smithi148 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:16.245 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:15 smithi153 bash[28288]: audit 2023-11-08T02:23:14.926750+0000 mon.smithi148 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:16.245 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:15 smithi153 bash[28288]: audit 2023-11-08T02:23:14.932093+0000 mon.smithi148 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:16.245 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:15 smithi153 bash[28288]: audit 2023-11-08T02:23:14.932272+0000 mon.smithi148 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:16.246 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:15 smithi153 bash[28288]: audit 2023-11-08T02:23:14.932442+0000 mon.smithi148 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:16.246 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:15 smithi153 bash[28288]: audit 2023-11-08T02:23:14.932669+0000 mon.smithi148 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:23:17.272 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: cluster 2023-11-08T02:23:14.362502+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:23:17.272 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: cluster 2023-11-08T02:23:14.362587+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:23:17.273 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: cluster 2023-11-08T02:23:15.935375+0000 mon.smithi148 (mon.0) 370 : cluster [INF] osd.0 [v2:172.21.15.153:6800/1512387949,v1:172.21.15.153:6801/1512387949] boot 2023-11-08T02:23:17.273 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: cluster 2023-11-08T02:23:15.935426+0000 mon.smithi148 (mon.0) 371 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-08T02:23:17.273 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: audit 2023-11-08T02:23:15.936069+0000 mon.smithi148 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:23:17.273 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: audit 2023-11-08T02:23:15.936947+0000 mon.smithi148 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:17.273 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: audit 2023-11-08T02:23:15.937239+0000 mon.smithi148 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:23:17.274 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: audit 2023-11-08T02:23:15.937614+0000 mon.smithi148 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:17.274 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: audit 2023-11-08T02:23:15.937936+0000 mon.smithi148 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:17.274 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: audit 2023-11-08T02:23:15.938268+0000 mon.smithi148 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:17.274 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: audit 2023-11-08T02:23:15.938591+0000 mon.smithi148 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:17.274 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: audit 2023-11-08T02:23:15.943519+0000 mon.smithi148 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:17.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: cluster 2023-11-08T02:23:16.617860+0000 mgr.smithi148.cvefzo (mgr.14180) 111 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:17.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: audit 2023-11-08T02:23:16.704891+0000 mon.smithi148 (mon.0) 380 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:17.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: audit 2023-11-08T02:23:16.705773+0000 mon.smithi148 (mon.0) 381 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-08T02:23:17.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: audit 2023-11-08T02:23:16.706560+0000 mon.smithi148 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:23:17.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:16 smithi148 bash[24200]: cephadm 2023-11-08T02:23:16.707195+0000 mgr.smithi148.cvefzo (mgr.14180) 112 : cephadm [INF] Deploying daemon osd.6 on smithi153 2023-11-08T02:23:17.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: cluster 2023-11-08T02:23:14.362502+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:23:17.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: cluster 2023-11-08T02:23:14.362587+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:23:17.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: cluster 2023-11-08T02:23:15.935375+0000 mon.smithi148 (mon.0) 370 : cluster [INF] osd.0 [v2:172.21.15.153:6800/1512387949,v1:172.21.15.153:6801/1512387949] boot 2023-11-08T02:23:17.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: cluster 2023-11-08T02:23:15.935426+0000 mon.smithi148 (mon.0) 371 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-11-08T02:23:17.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: audit 2023-11-08T02:23:15.936069+0000 mon.smithi148 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-11-08T02:23:17.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: audit 2023-11-08T02:23:15.936947+0000 mon.smithi148 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:17.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: audit 2023-11-08T02:23:15.937239+0000 mon.smithi148 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:23:17.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: audit 2023-11-08T02:23:15.937614+0000 mon.smithi148 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:17.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: audit 2023-11-08T02:23:15.937936+0000 mon.smithi148 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:17.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: audit 2023-11-08T02:23:15.938268+0000 mon.smithi148 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:17.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: audit 2023-11-08T02:23:15.938591+0000 mon.smithi148 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:17.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: audit 2023-11-08T02:23:15.943519+0000 mon.smithi148 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:17.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: cluster 2023-11-08T02:23:16.617860+0000 mgr.smithi148.cvefzo (mgr.14180) 111 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-11-08T02:23:17.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: audit 2023-11-08T02:23:16.704891+0000 mon.smithi148 (mon.0) 380 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:17.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: audit 2023-11-08T02:23:16.705773+0000 mon.smithi148 (mon.0) 381 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-11-08T02:23:17.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: audit 2023-11-08T02:23:16.706560+0000 mon.smithi148 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:23:17.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:16 smithi153 bash[28288]: cephadm 2023-11-08T02:23:16.707195+0000 mgr.smithi148.cvefzo (mgr.14180) 112 : cephadm [INF] Deploying daemon osd.6 on smithi153 2023-11-08T02:23:18.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:17 smithi148 bash[24200]: cluster 2023-11-08T02:23:16.954685+0000 mon.smithi148 (mon.0) 383 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-08T02:23:18.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:17 smithi148 bash[24200]: audit 2023-11-08T02:23:16.954888+0000 mon.smithi148 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:18.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:17 smithi148 bash[24200]: audit 2023-11-08T02:23:16.955580+0000 mon.smithi148 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:23:18.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:17 smithi148 bash[24200]: audit 2023-11-08T02:23:16.955764+0000 mon.smithi148 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:18.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:17 smithi148 bash[24200]: audit 2023-11-08T02:23:16.955982+0000 mon.smithi148 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:18.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:17 smithi148 bash[24200]: audit 2023-11-08T02:23:16.956136+0000 mon.smithi148 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:18.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:17 smithi148 bash[24200]: audit 2023-11-08T02:23:16.956304+0000 mon.smithi148 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:18.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:17 smithi148 bash[24200]: audit 2023-11-08T02:23:16.956458+0000 mon.smithi148 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:18.281 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:17 smithi153 bash[28288]: cluster 2023-11-08T02:23:16.954685+0000 mon.smithi148 (mon.0) 383 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-11-08T02:23:18.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:17 smithi153 bash[28288]: audit 2023-11-08T02:23:16.954888+0000 mon.smithi148 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:18.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:17 smithi153 bash[28288]: audit 2023-11-08T02:23:16.955580+0000 mon.smithi148 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:23:18.282 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:17 smithi153 bash[28288]: audit 2023-11-08T02:23:16.955764+0000 mon.smithi148 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:18.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:17 smithi153 bash[28288]: audit 2023-11-08T02:23:16.955982+0000 mon.smithi148 (mon.0) 387 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:18.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:17 smithi153 bash[28288]: audit 2023-11-08T02:23:16.956136+0000 mon.smithi148 (mon.0) 388 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:18.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:17 smithi153 bash[28288]: audit 2023-11-08T02:23:16.956304+0000 mon.smithi148 (mon.0) 389 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:18.283 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:17 smithi153 bash[28288]: audit 2023-11-08T02:23:16.956458+0000 mon.smithi148 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:19.140 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:18 smithi148 bash[24200]: cluster 2023-11-08T02:23:18.618365+0000 mgr.smithi148.cvefzo (mgr.14180) 113 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T02:23:19.401 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:18 smithi153 bash[28288]: cluster 2023-11-08T02:23:18.618365+0000 mgr.smithi148.cvefzo (mgr.14180) 113 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T02:23:20.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:19 smithi148 bash[24200]: audit 2023-11-08T02:23:19.873530+0000 mon.smithi153 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.153:6808/4099810865,v1:172.21.15.153:6809/4099810865]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T02:23:20.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:19 smithi148 bash[24200]: audit 2023-11-08T02:23:19.874801+0000 mon.smithi148 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T02:23:20.097 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:23:20.196 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:19 smithi153 bash[28288]: audit 2023-11-08T02:23:19.873530+0000 mon.smithi153 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.153:6808/4099810865,v1:172.21.15.153:6809/4099810865]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T02:23:20.197 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:19 smithi153 bash[28288]: audit 2023-11-08T02:23:19.874801+0000 mon.smithi148 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-11-08T02:23:21.145 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:20 smithi148 bash[24200]: audit 2023-11-08T02:23:19.968306+0000 mon.smithi148 (mon.0) 392 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-08T02:23:21.145 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:20 smithi148 bash[24200]: cluster 2023-11-08T02:23:19.968382+0000 mon.smithi148 (mon.0) 393 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-08T02:23:21.145 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:20 smithi148 bash[24200]: audit 2023-11-08T02:23:19.968539+0000 mon.smithi148 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:21.146 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:20 smithi148 bash[24200]: audit 2023-11-08T02:23:19.968949+0000 mon.smithi148 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:23:21.146 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:20 smithi148 bash[24200]: audit 2023-11-08T02:23:19.969215+0000 mon.smithi148 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:21.146 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:20 smithi148 bash[24200]: audit 2023-11-08T02:23:19.969488+0000 mon.smithi148 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:21.146 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:20 smithi148 bash[24200]: audit 2023-11-08T02:23:19.969743+0000 mon.smithi148 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:21.147 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:20 smithi148 bash[24200]: audit 2023-11-08T02:23:19.970019+0000 mon.smithi148 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:21.147 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:20 smithi148 bash[24200]: audit 2023-11-08T02:23:19.970268+0000 mon.smithi148 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:21.147 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:20 smithi148 bash[24200]: audit 2023-11-08T02:23:19.972467+0000 mon.smithi153 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.153:6808/4099810865,v1:172.21.15.153:6809/4099810865]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-11-08T02:23:21.147 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:20 smithi148 bash[24200]: audit 2023-11-08T02:23:19.973577+0000 mon.smithi148 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-11-08T02:23:21.147 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:20 smithi148 bash[24200]: audit 2023-11-08T02:23:20.098127+0000 mon.smithi148 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.148:0/1449676848' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:21.149 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:20 smithi148 bash[24200]: cluster 2023-11-08T02:23:20.618712+0000 mgr.smithi148.cvefzo (mgr.14180) 114 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T02:23:21.364 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:20 smithi153 bash[28288]: audit 2023-11-08T02:23:19.968306+0000 mon.smithi148 (mon.0) 392 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-11-08T02:23:21.365 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:20 smithi153 bash[28288]: cluster 2023-11-08T02:23:19.968382+0000 mon.smithi148 (mon.0) 393 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-11-08T02:23:21.365 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:20 smithi153 bash[28288]: audit 2023-11-08T02:23:19.968539+0000 mon.smithi148 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:21.365 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:20 smithi153 bash[28288]: audit 2023-11-08T02:23:19.968949+0000 mon.smithi148 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:23:21.366 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:20 smithi153 bash[28288]: audit 2023-11-08T02:23:19.969215+0000 mon.smithi148 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:21.366 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:20 smithi153 bash[28288]: audit 2023-11-08T02:23:19.969488+0000 mon.smithi148 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:21.366 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:20 smithi153 bash[28288]: audit 2023-11-08T02:23:19.969743+0000 mon.smithi148 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:21.366 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:20 smithi153 bash[28288]: audit 2023-11-08T02:23:19.970019+0000 mon.smithi148 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:21.366 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:20 smithi153 bash[28288]: audit 2023-11-08T02:23:19.970268+0000 mon.smithi148 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:21.367 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:20 smithi153 bash[28288]: audit 2023-11-08T02:23:19.972467+0000 mon.smithi153 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.153:6808/4099810865,v1:172.21.15.153:6809/4099810865]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-11-08T02:23:21.367 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:20 smithi153 bash[28288]: audit 2023-11-08T02:23:19.973577+0000 mon.smithi148 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-11-08T02:23:21.367 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:20 smithi153 bash[28288]: audit 2023-11-08T02:23:20.098127+0000 mon.smithi148 (mon.0) 402 : audit [DBG] from='client.? 172.21.15.148:0/1449676848' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:21.367 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:20 smithi153 bash[28288]: cluster 2023-11-08T02:23:20.618712+0000 mgr.smithi148.cvefzo (mgr.14180) 114 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T02:23:21.567 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1699410195,"num_in_osds":8,"osd_in_since":1699410170,"num_remapped_pgs":0} 2023-11-08T02:23:22.122 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:21 smithi148 bash[24200]: audit 2023-11-08T02:23:20.970181+0000 mon.smithi148 (mon.0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-11-08T02:23:22.122 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:21 smithi148 bash[24200]: cluster 2023-11-08T02:23:20.970259+0000 mon.smithi148 (mon.0) 404 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-08T02:23:22.123 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:21 smithi148 bash[24200]: audit 2023-11-08T02:23:20.970705+0000 mon.smithi148 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:22.123 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:21 smithi148 bash[24200]: audit 2023-11-08T02:23:20.971009+0000 mon.smithi148 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:23:22.123 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:21 smithi148 bash[24200]: audit 2023-11-08T02:23:20.971199+0000 mon.smithi148 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:22.123 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:21 smithi148 bash[24200]: audit 2023-11-08T02:23:20.971388+0000 mon.smithi148 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:22.123 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:21 smithi148 bash[24200]: audit 2023-11-08T02:23:20.971575+0000 mon.smithi148 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:22.124 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:21 smithi148 bash[24200]: audit 2023-11-08T02:23:20.971746+0000 mon.smithi148 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:22.124 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:21 smithi148 bash[24200]: audit 2023-11-08T02:23:20.971924+0000 mon.smithi148 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:22.124 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:21 smithi148 bash[24200]: audit 2023-11-08T02:23:20.976274+0000 mon.smithi148 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:23:22.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:21 smithi153 bash[28288]: audit 2023-11-08T02:23:20.970181+0000 mon.smithi148 (mon.0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-11-08T02:23:22.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:21 smithi153 bash[28288]: cluster 2023-11-08T02:23:20.970259+0000 mon.smithi148 (mon.0) 404 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-11-08T02:23:22.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:21 smithi153 bash[28288]: audit 2023-11-08T02:23:20.970705+0000 mon.smithi148 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:22.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:21 smithi153 bash[28288]: audit 2023-11-08T02:23:20.971009+0000 mon.smithi148 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:23:22.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:21 smithi153 bash[28288]: audit 2023-11-08T02:23:20.971199+0000 mon.smithi148 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:22.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:21 smithi153 bash[28288]: audit 2023-11-08T02:23:20.971388+0000 mon.smithi148 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:22.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:21 smithi153 bash[28288]: audit 2023-11-08T02:23:20.971575+0000 mon.smithi148 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:22.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:21 smithi153 bash[28288]: audit 2023-11-08T02:23:20.971746+0000 mon.smithi148 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:22.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:21 smithi153 bash[28288]: audit 2023-11-08T02:23:20.971924+0000 mon.smithi148 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:22.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:21 smithi153 bash[28288]: audit 2023-11-08T02:23:20.976274+0000 mon.smithi148 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:23:22.569 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:23:23.322 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: cluster 2023-11-08T02:23:20.879761+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:23:23.322 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: cluster 2023-11-08T02:23:20.879809+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:23:23.322 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: cluster 2023-11-08T02:23:21.980303+0000 mon.smithi148 (mon.0) 413 : cluster [INF] osd.2 [v2:172.21.15.153:6808/4099810865,v1:172.21.15.153:6809/4099810865] boot 2023-11-08T02:23:23.323 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: cluster 2023-11-08T02:23:21.980389+0000 mon.smithi148 (mon.0) 414 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-08T02:23:23.323 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: audit 2023-11-08T02:23:21.980956+0000 mon.smithi148 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:23:23.323 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: audit 2023-11-08T02:23:21.981310+0000 mon.smithi148 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:23.323 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: audit 2023-11-08T02:23:21.981509+0000 mon.smithi148 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:23.323 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: audit 2023-11-08T02:23:21.981675+0000 mon.smithi148 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:23.323 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: audit 2023-11-08T02:23:21.981856+0000 mon.smithi148 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:23.324 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: audit 2023-11-08T02:23:21.982052+0000 mon.smithi148 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:23.324 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: audit 2023-11-08T02:23:21.982282+0000 mon.smithi148 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:23.324 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: audit 2023-11-08T02:23:22.523827+0000 mon.smithi148 (mon.0) 422 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:23.324 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: cluster 2023-11-08T02:23:22.619072+0000 mgr.smithi148.cvefzo (mgr.14180) 115 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T02:23:23.324 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: audit 2023-11-08T02:23:22.687050+0000 mon.smithi148 (mon.0) 423 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:23.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: audit 2023-11-08T02:23:22.688342+0000 mon.smithi148 (mon.0) 424 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-08T02:23:23.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: audit 2023-11-08T02:23:22.689314+0000 mon.smithi148 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:23:23.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:22 smithi148 bash[24200]: cephadm 2023-11-08T02:23:22.690167+0000 mgr.smithi148.cvefzo (mgr.14180) 116 : cephadm [INF] Deploying daemon osd.5 on smithi148 2023-11-08T02:23:23.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: cluster 2023-11-08T02:23:20.879761+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:23:23.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: cluster 2023-11-08T02:23:20.879809+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:23:23.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: cluster 2023-11-08T02:23:21.980303+0000 mon.smithi148 (mon.0) 413 : cluster [INF] osd.2 [v2:172.21.15.153:6808/4099810865,v1:172.21.15.153:6809/4099810865] boot 2023-11-08T02:23:23.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: cluster 2023-11-08T02:23:21.980389+0000 mon.smithi148 (mon.0) 414 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-11-08T02:23:23.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: audit 2023-11-08T02:23:21.980956+0000 mon.smithi148 (mon.0) 415 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-11-08T02:23:23.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: audit 2023-11-08T02:23:21.981310+0000 mon.smithi148 (mon.0) 416 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:23.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: audit 2023-11-08T02:23:21.981509+0000 mon.smithi148 (mon.0) 417 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:23.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: audit 2023-11-08T02:23:21.981675+0000 mon.smithi148 (mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:23.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: audit 2023-11-08T02:23:21.981856+0000 mon.smithi148 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:23.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: audit 2023-11-08T02:23:21.982052+0000 mon.smithi148 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:23.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: audit 2023-11-08T02:23:21.982282+0000 mon.smithi148 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:23.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: audit 2023-11-08T02:23:22.523827+0000 mon.smithi148 (mon.0) 422 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:23.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: cluster 2023-11-08T02:23:22.619072+0000 mgr.smithi148.cvefzo (mgr.14180) 115 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-11-08T02:23:23.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: audit 2023-11-08T02:23:22.687050+0000 mon.smithi148 (mon.0) 423 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:23.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: audit 2023-11-08T02:23:22.688342+0000 mon.smithi148 (mon.0) 424 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-11-08T02:23:23.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: audit 2023-11-08T02:23:22.689314+0000 mon.smithi148 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:23:23.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:22 smithi153 bash[28288]: cephadm 2023-11-08T02:23:22.690167+0000 mgr.smithi148.cvefzo (mgr.14180) 116 : cephadm [INF] Deploying daemon osd.5 on smithi148 2023-11-08T02:23:24.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:24 smithi153 bash[28288]: cluster 2023-11-08T02:23:23.691866+0000 mon.smithi148 (mon.0) 426 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-11-08T02:23:24.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:24 smithi153 bash[28288]: audit 2023-11-08T02:23:23.692129+0000 mon.smithi148 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:24.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:24 smithi153 bash[28288]: audit 2023-11-08T02:23:23.692762+0000 mon.smithi148 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:24.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:24 smithi153 bash[28288]: audit 2023-11-08T02:23:23.693140+0000 mon.smithi148 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:24.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:24 smithi153 bash[28288]: audit 2023-11-08T02:23:23.693545+0000 mon.smithi148 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:24.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:24 smithi153 bash[28288]: audit 2023-11-08T02:23:23.693957+0000 mon.smithi148 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:24.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:24 smithi153 bash[28288]: audit 2023-11-08T02:23:23.694424+0000 mon.smithi148 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:24.924 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:24 smithi148 bash[24200]: cluster 2023-11-08T02:23:23.691866+0000 mon.smithi148 (mon.0) 426 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2023-11-08T02:23:24.924 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:24 smithi148 bash[24200]: audit 2023-11-08T02:23:23.692129+0000 mon.smithi148 (mon.0) 427 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:24.925 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:24 smithi148 bash[24200]: audit 2023-11-08T02:23:23.692762+0000 mon.smithi148 (mon.0) 428 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:24.925 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:24 smithi148 bash[24200]: audit 2023-11-08T02:23:23.693140+0000 mon.smithi148 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:24.925 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:24 smithi148 bash[24200]: audit 2023-11-08T02:23:23.693545+0000 mon.smithi148 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:24.925 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:24 smithi148 bash[24200]: audit 2023-11-08T02:23:23.693957+0000 mon.smithi148 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:24.925 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:24 smithi148 bash[24200]: audit 2023-11-08T02:23:23.694424+0000 mon.smithi148 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:25.703 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:25 smithi148 bash[24200]: cluster 2023-11-08T02:23:24.619419+0000 mgr.smithi148.cvefzo (mgr.14180) 117 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T02:23:25.704 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:25 smithi148 bash[24200]: audit 2023-11-08T02:23:24.825944+0000 mon.smithi148 (mon.0) 433 : audit [INF] from='osd.1 [v2:172.21.15.148:6802/2491886902,v1:172.21.15.148:6803/2491886902]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T02:23:25.704 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:25 smithi148 bash[24200]: audit 2023-11-08T02:23:25.594527+0000 mon.smithi153 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.153:6816/3680625173,v1:172.21.15.153:6817/3680625173]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T02:23:25.704 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:25 smithi148 bash[24200]: audit 2023-11-08T02:23:25.595757+0000 mon.smithi148 (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T02:23:25.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:25 smithi153 bash[28288]: cluster 2023-11-08T02:23:24.619419+0000 mgr.smithi148.cvefzo (mgr.14180) 117 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T02:23:25.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:25 smithi153 bash[28288]: audit 2023-11-08T02:23:24.825944+0000 mon.smithi148 (mon.0) 433 : audit [INF] from='osd.1 [v2:172.21.15.148:6802/2491886902,v1:172.21.15.148:6803/2491886902]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-11-08T02:23:25.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:25 smithi153 bash[28288]: audit 2023-11-08T02:23:25.594527+0000 mon.smithi153 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.153:6816/3680625173,v1:172.21.15.153:6817/3680625173]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T02:23:25.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:25 smithi153 bash[28288]: audit 2023-11-08T02:23:25.595757+0000 mon.smithi148 (mon.0) 434 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-11-08T02:23:27.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:26 smithi148 bash[24200]: audit 2023-11-08T02:23:25.701486+0000 mon.smithi148 (mon.0) 435 : audit [INF] from='osd.1 [v2:172.21.15.148:6802/2491886902,v1:172.21.15.148:6803/2491886902]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-08T02:23:27.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:26 smithi148 bash[24200]: audit 2023-11-08T02:23:25.701637+0000 mon.smithi148 (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-08T02:23:27.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:26 smithi148 bash[24200]: cluster 2023-11-08T02:23:25.701765+0000 mon.smithi148 (mon.0) 437 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-11-08T02:23:27.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:26 smithi148 bash[24200]: audit 2023-11-08T02:23:25.702194+0000 mon.smithi148 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:27.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:26 smithi148 bash[24200]: audit 2023-11-08T02:23:25.702307+0000 mon.smithi153 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.153:6816/3680625173,v1:172.21.15.153:6817/3680625173]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-11-08T02:23:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:26 smithi148 bash[24200]: audit 2023-11-08T02:23:25.702508+0000 mon.smithi148 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:26 smithi148 bash[24200]: audit 2023-11-08T02:23:25.702754+0000 mon.smithi148 (mon.0) 440 : audit [INF] from='osd.1 [v2:172.21.15.148:6802/2491886902,v1:172.21.15.148:6803/2491886902]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2023-11-08T02:23:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:26 smithi148 bash[24200]: audit 2023-11-08T02:23:25.703092+0000 mon.smithi148 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:26 smithi148 bash[24200]: audit 2023-11-08T02:23:25.703293+0000 mon.smithi148 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:27.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:26 smithi148 bash[24200]: audit 2023-11-08T02:23:25.707195+0000 mon.smithi148 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:27.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:26 smithi148 bash[24200]: audit 2023-11-08T02:23:25.707467+0000 mon.smithi148 (mon.0) 444 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-11-08T02:23:27.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:26 smithi148 bash[24200]: audit 2023-11-08T02:23:25.707702+0000 mon.smithi148 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:27.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:26 smithi153 bash[28288]: audit 2023-11-08T02:23:25.701486+0000 mon.smithi148 (mon.0) 435 : audit [INF] from='osd.1 [v2:172.21.15.148:6802/2491886902,v1:172.21.15.148:6803/2491886902]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-11-08T02:23:27.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:26 smithi153 bash[28288]: audit 2023-11-08T02:23:25.701637+0000 mon.smithi148 (mon.0) 436 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-11-08T02:23:27.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:26 smithi153 bash[28288]: cluster 2023-11-08T02:23:25.701765+0000 mon.smithi148 (mon.0) 437 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2023-11-08T02:23:27.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:26 smithi153 bash[28288]: audit 2023-11-08T02:23:25.702194+0000 mon.smithi148 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:27.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:26 smithi153 bash[28288]: audit 2023-11-08T02:23:25.702307+0000 mon.smithi153 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.153:6816/3680625173,v1:172.21.15.153:6817/3680625173]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-11-08T02:23:27.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:26 smithi153 bash[28288]: audit 2023-11-08T02:23:25.702508+0000 mon.smithi148 (mon.0) 439 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:27.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:26 smithi153 bash[28288]: audit 2023-11-08T02:23:25.702754+0000 mon.smithi148 (mon.0) 440 : audit [INF] from='osd.1 [v2:172.21.15.148:6802/2491886902,v1:172.21.15.148:6803/2491886902]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2023-11-08T02:23:27.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:26 smithi153 bash[28288]: audit 2023-11-08T02:23:25.703092+0000 mon.smithi148 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:27.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:26 smithi153 bash[28288]: audit 2023-11-08T02:23:25.703293+0000 mon.smithi148 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:27.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:26 smithi153 bash[28288]: audit 2023-11-08T02:23:25.707195+0000 mon.smithi148 (mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:27.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:26 smithi153 bash[28288]: audit 2023-11-08T02:23:25.707467+0000 mon.smithi148 (mon.0) 444 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-11-08T02:23:27.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:26 smithi153 bash[28288]: audit 2023-11-08T02:23:25.707702+0000 mon.smithi148 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:28.386 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:23:28.411 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:28 smithi148 bash[24200]: cluster 2023-11-08T02:23:26.619863+0000 mgr.smithi148.cvefzo (mgr.14180) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T02:23:28.411 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:28 smithi148 bash[24200]: audit 2023-11-08T02:23:26.705680+0000 mon.smithi148 (mon.0) 446 : audit [INF] from='osd.1 [v2:172.21.15.148:6802/2491886902,v1:172.21.15.148:6803/2491886902]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2023-11-08T02:23:28.412 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:28 smithi148 bash[24200]: audit 2023-11-08T02:23:26.705779+0000 mon.smithi148 (mon.0) 447 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-11-08T02:23:28.412 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:28 smithi148 bash[24200]: cluster 2023-11-08T02:23:26.705863+0000 mon.smithi148 (mon.0) 448 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2023-11-08T02:23:28.412 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:28 smithi148 bash[24200]: audit 2023-11-08T02:23:26.706625+0000 mon.smithi148 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:28.412 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:28 smithi148 bash[24200]: audit 2023-11-08T02:23:26.707051+0000 mon.smithi148 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:28.412 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:28 smithi148 bash[24200]: audit 2023-11-08T02:23:26.710029+0000 mon.smithi148 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:28.413 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:28 smithi148 bash[24200]: audit 2023-11-08T02:23:26.710575+0000 mon.smithi148 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:28.413 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:28 smithi148 bash[24200]: audit 2023-11-08T02:23:26.715614+0000 mon.smithi148 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:28.413 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:28 smithi148 bash[24200]: audit 2023-11-08T02:23:26.716102+0000 mon.smithi148 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:28.413 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:28 smithi148 bash[24200]: audit 2023-11-08T02:23:26.716373+0000 mon.smithi148 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:28.413 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:28 smithi148 bash[24200]: audit 2023-11-08T02:23:26.716587+0000 mon.smithi148 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:28.633 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:28 smithi153 bash[28288]: cluster 2023-11-08T02:23:26.619863+0000 mgr.smithi148.cvefzo (mgr.14180) 118 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T02:23:28.634 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:28 smithi153 bash[28288]: audit 2023-11-08T02:23:26.705680+0000 mon.smithi148 (mon.0) 446 : audit [INF] from='osd.1 [v2:172.21.15.148:6802/2491886902,v1:172.21.15.148:6803/2491886902]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2023-11-08T02:23:28.634 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:28 smithi153 bash[28288]: audit 2023-11-08T02:23:26.705779+0000 mon.smithi148 (mon.0) 447 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-11-08T02:23:28.634 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:28 smithi153 bash[28288]: cluster 2023-11-08T02:23:26.705863+0000 mon.smithi148 (mon.0) 448 : cluster [DBG] osdmap e23: 8 total, 2 up, 8 in 2023-11-08T02:23:28.634 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:28 smithi153 bash[28288]: audit 2023-11-08T02:23:26.706625+0000 mon.smithi148 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:28.635 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:28 smithi153 bash[28288]: audit 2023-11-08T02:23:26.707051+0000 mon.smithi148 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:28.635 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:28 smithi153 bash[28288]: audit 2023-11-08T02:23:26.710029+0000 mon.smithi148 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:28.635 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:28 smithi153 bash[28288]: audit 2023-11-08T02:23:26.710575+0000 mon.smithi148 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:28.635 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:28 smithi153 bash[28288]: audit 2023-11-08T02:23:26.715614+0000 mon.smithi148 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:28.635 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:28 smithi153 bash[28288]: audit 2023-11-08T02:23:26.716102+0000 mon.smithi148 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:28.636 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:28 smithi153 bash[28288]: audit 2023-11-08T02:23:26.716373+0000 mon.smithi148 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:28.636 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:28 smithi153 bash[28288]: audit 2023-11-08T02:23:26.716587+0000 mon.smithi148 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:29.444 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: cluster 2023-11-08T02:23:25.779444+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:23:29.445 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: cluster 2023-11-08T02:23:25.779533+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:23:29.445 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: cluster 2023-11-08T02:23:26.574995+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:23:29.445 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: cluster 2023-11-08T02:23:26.575126+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:23:29.445 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: audit 2023-11-08T02:23:27.712205+0000 mon.smithi148 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:29.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: cluster 2023-11-08T02:23:27.718641+0000 mon.smithi148 (mon.0) 458 : cluster [INF] osd.4 [v2:172.21.15.153:6816/3680625173,v1:172.21.15.153:6817/3680625173] boot 2023-11-08T02:23:29.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: cluster 2023-11-08T02:23:27.718719+0000 mon.smithi148 (mon.0) 459 : cluster [INF] osd.1 [v2:172.21.15.148:6802/2491886902,v1:172.21.15.148:6803/2491886902] boot 2023-11-08T02:23:29.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: cluster 2023-11-08T02:23:27.718765+0000 mon.smithi148 (mon.0) 460 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-11-08T02:23:29.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: audit 2023-11-08T02:23:27.719374+0000 mon.smithi148 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:29.446 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: audit 2023-11-08T02:23:27.720213+0000 mon.smithi148 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:29.447 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: audit 2023-11-08T02:23:27.720538+0000 mon.smithi148 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:29.447 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: audit 2023-11-08T02:23:27.720859+0000 mon.smithi148 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:29.447 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: audit 2023-11-08T02:23:27.721123+0000 mon.smithi148 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:29.447 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: audit 2023-11-08T02:23:27.721398+0000 mon.smithi148 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:29.447 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: audit 2023-11-08T02:23:27.721732+0000 mon.smithi148 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-08T02:23:29.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: audit 2023-11-08T02:23:28.387108+0000 mon.smithi148 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.148:0/1252078147' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:29.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: cluster 2023-11-08T02:23:28.620309+0000 mgr.smithi148.cvefzo (mgr.14180) 119 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T02:23:29.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: audit 2023-11-08T02:23:28.716595+0000 mon.smithi148 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-08T02:23:29.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: cluster 2023-11-08T02:23:28.716655+0000 mon.smithi148 (mon.0) 470 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-11-08T02:23:29.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: audit 2023-11-08T02:23:28.716841+0000 mon.smithi148 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:29.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: audit 2023-11-08T02:23:28.717457+0000 mon.smithi148 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:29.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: audit 2023-11-08T02:23:28.717870+0000 mon.smithi148 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:29.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: audit 2023-11-08T02:23:28.718392+0000 mon.smithi148 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:29.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:29 smithi148 bash[24200]: audit 2023-11-08T02:23:28.719574+0000 mon.smithi148 (mon.0) 475 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-08T02:23:29.450 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":24,"num_osds":8,"num_up_osds":4,"osd_up_since":1699410207,"num_in_osds":8,"osd_in_since":1699410170,"num_remapped_pgs":0} 2023-11-08T02:23:29.554 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: cluster 2023-11-08T02:23:25.779444+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:23:29.555 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: cluster 2023-11-08T02:23:25.779533+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:23:29.555 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: cluster 2023-11-08T02:23:26.574995+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:23:29.555 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: cluster 2023-11-08T02:23:26.575126+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:23:29.555 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: audit 2023-11-08T02:23:27.712205+0000 mon.smithi148 (mon.0) 457 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:29.556 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: cluster 2023-11-08T02:23:27.718641+0000 mon.smithi148 (mon.0) 458 : cluster [INF] osd.4 [v2:172.21.15.153:6816/3680625173,v1:172.21.15.153:6817/3680625173] boot 2023-11-08T02:23:29.556 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: cluster 2023-11-08T02:23:27.718719+0000 mon.smithi148 (mon.0) 459 : cluster [INF] osd.1 [v2:172.21.15.148:6802/2491886902,v1:172.21.15.148:6803/2491886902] boot 2023-11-08T02:23:29.556 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: cluster 2023-11-08T02:23:27.718765+0000 mon.smithi148 (mon.0) 460 : cluster [DBG] osdmap e24: 8 total, 4 up, 8 in 2023-11-08T02:23:29.556 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: audit 2023-11-08T02:23:27.719374+0000 mon.smithi148 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-11-08T02:23:29.556 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: audit 2023-11-08T02:23:27.720213+0000 mon.smithi148 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:29.557 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: audit 2023-11-08T02:23:27.720538+0000 mon.smithi148 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-11-08T02:23:29.557 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: audit 2023-11-08T02:23:27.720859+0000 mon.smithi148 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:29.557 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: audit 2023-11-08T02:23:27.721123+0000 mon.smithi148 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:29.557 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: audit 2023-11-08T02:23:27.721398+0000 mon.smithi148 (mon.0) 466 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:29.557 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: audit 2023-11-08T02:23:27.721732+0000 mon.smithi148 (mon.0) 467 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-11-08T02:23:29.558 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: audit 2023-11-08T02:23:28.387108+0000 mon.smithi148 (mon.0) 468 : audit [DBG] from='client.? 172.21.15.148:0/1252078147' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:29.558 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: cluster 2023-11-08T02:23:28.620309+0000 mgr.smithi148.cvefzo (mgr.14180) 119 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-11-08T02:23:29.558 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: audit 2023-11-08T02:23:28.716595+0000 mon.smithi148 (mon.0) 469 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-11-08T02:23:29.558 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: cluster 2023-11-08T02:23:28.716655+0000 mon.smithi148 (mon.0) 470 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-11-08T02:23:29.558 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: audit 2023-11-08T02:23:28.716841+0000 mon.smithi148 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:29.559 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: audit 2023-11-08T02:23:28.717457+0000 mon.smithi148 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:29.559 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: audit 2023-11-08T02:23:28.717870+0000 mon.smithi148 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:29.559 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: audit 2023-11-08T02:23:28.718392+0000 mon.smithi148 (mon.0) 474 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:29.559 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:29 smithi153 bash[28288]: audit 2023-11-08T02:23:28.719574+0000 mon.smithi148 (mon.0) 475 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-11-08T02:23:30.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:30 smithi148 bash[24200]: audit 2023-11-08T02:23:29.635642+0000 mon.smithi153 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.153:6824/2983510719,v1:172.21.15.153:6825/2983510719]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T02:23:30.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:30 smithi148 bash[24200]: audit 2023-11-08T02:23:29.636957+0000 mon.smithi148 (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T02:23:30.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:30 smithi148 bash[24200]: audit 2023-11-08T02:23:29.722451+0000 mon.smithi148 (mon.0) 477 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-08T02:23:30.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:30 smithi148 bash[24200]: audit 2023-11-08T02:23:29.722586+0000 mon.smithi148 (mon.0) 478 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-08T02:23:30.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:30 smithi148 bash[24200]: cluster 2023-11-08T02:23:29.722675+0000 mon.smithi148 (mon.0) 479 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-08T02:23:30.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:30 smithi148 bash[24200]: audit 2023-11-08T02:23:29.722812+0000 mon.smithi148 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:30.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:30 smithi148 bash[24200]: audit 2023-11-08T02:23:29.723302+0000 mon.smithi148 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:30.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:30 smithi148 bash[24200]: audit 2023-11-08T02:23:29.723658+0000 mon.smithi148 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:30.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:30 smithi148 bash[24200]: audit 2023-11-08T02:23:29.724038+0000 mon.smithi148 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:30.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:30 smithi148 bash[24200]: audit 2023-11-08T02:23:29.724124+0000 mon.smithi153 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.153:6824/2983510719,v1:172.21.15.153:6825/2983510719]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-11-08T02:23:30.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:30 smithi148 bash[24200]: audit 2023-11-08T02:23:29.725211+0000 mon.smithi148 (mon.0) 484 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-11-08T02:23:30.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:30 smithi148 bash[24200]: audit 2023-11-08T02:23:30.001969+0000 mon.smithi148 (mon.0) 485 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:30.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:30 smithi148 bash[24200]: audit 2023-11-08T02:23:30.003099+0000 mon.smithi148 (mon.0) 486 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-08T02:23:30.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:30 smithi148 bash[24200]: audit 2023-11-08T02:23:30.003942+0000 mon.smithi148 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:23:30.451 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:23:30.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:30 smithi153 bash[28288]: audit 2023-11-08T02:23:29.635642+0000 mon.smithi153 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.153:6824/2983510719,v1:172.21.15.153:6825/2983510719]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T02:23:30.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:30 smithi153 bash[28288]: audit 2023-11-08T02:23:29.636957+0000 mon.smithi148 (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-11-08T02:23:30.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:30 smithi153 bash[28288]: audit 2023-11-08T02:23:29.722451+0000 mon.smithi148 (mon.0) 477 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-11-08T02:23:30.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:30 smithi153 bash[28288]: audit 2023-11-08T02:23:29.722586+0000 mon.smithi148 (mon.0) 478 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-11-08T02:23:30.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:30 smithi153 bash[28288]: cluster 2023-11-08T02:23:29.722675+0000 mon.smithi148 (mon.0) 479 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-11-08T02:23:30.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:30 smithi153 bash[28288]: audit 2023-11-08T02:23:29.722812+0000 mon.smithi148 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:30.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:30 smithi153 bash[28288]: audit 2023-11-08T02:23:29.723302+0000 mon.smithi148 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:30.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:30 smithi153 bash[28288]: audit 2023-11-08T02:23:29.723658+0000 mon.smithi148 (mon.0) 482 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:30.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:30 smithi153 bash[28288]: audit 2023-11-08T02:23:29.724038+0000 mon.smithi148 (mon.0) 483 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:30.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:30 smithi153 bash[28288]: audit 2023-11-08T02:23:29.724124+0000 mon.smithi153 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.153:6824/2983510719,v1:172.21.15.153:6825/2983510719]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-11-08T02:23:30.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:30 smithi153 bash[28288]: audit 2023-11-08T02:23:29.725211+0000 mon.smithi148 (mon.0) 484 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2023-11-08T02:23:30.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:30 smithi153 bash[28288]: audit 2023-11-08T02:23:30.001969+0000 mon.smithi148 (mon.0) 485 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:30.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:30 smithi153 bash[28288]: audit 2023-11-08T02:23:30.003099+0000 mon.smithi148 (mon.0) 486 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-11-08T02:23:30.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:30 smithi153 bash[28288]: audit 2023-11-08T02:23:30.003942+0000 mon.smithi148 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:23:32.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:31 smithi148 bash[24200]: cephadm 2023-11-08T02:23:30.004651+0000 mgr.smithi148.cvefzo (mgr.14180) 120 : cephadm [INF] Deploying daemon osd.7 on smithi148 2023-11-08T02:23:32.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:31 smithi148 bash[24200]: cluster 2023-11-08T02:23:30.620870+0000 mgr.smithi148.cvefzo (mgr.14180) 121 : cluster [DBG] pgmap v93: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-08T02:23:32.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:31 smithi148 bash[24200]: audit 2023-11-08T02:23:30.723882+0000 mon.smithi148 (mon.0) 488 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-11-08T02:23:32.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:31 smithi148 bash[24200]: cluster 2023-11-08T02:23:30.724027+0000 mon.smithi148 (mon.0) 489 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-11-08T02:23:32.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:31 smithi148 bash[24200]: audit 2023-11-08T02:23:30.724218+0000 mon.smithi148 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:32.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:31 smithi148 bash[24200]: audit 2023-11-08T02:23:30.724658+0000 mon.smithi148 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:32.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:31 smithi148 bash[24200]: audit 2023-11-08T02:23:30.724904+0000 mon.smithi148 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:32.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:31 smithi148 bash[24200]: audit 2023-11-08T02:23:30.725156+0000 mon.smithi148 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:32.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:31 smithi148 bash[24200]: audit 2023-11-08T02:23:30.729363+0000 mon.smithi148 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:32.092 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:31 smithi153 bash[28288]: cephadm 2023-11-08T02:23:30.004651+0000 mgr.smithi148.cvefzo (mgr.14180) 120 : cephadm [INF] Deploying daemon osd.7 on smithi148 2023-11-08T02:23:32.092 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:31 smithi153 bash[28288]: cluster 2023-11-08T02:23:30.620870+0000 mgr.smithi148.cvefzo (mgr.14180) 121 : cluster [DBG] pgmap v93: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-11-08T02:23:32.092 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:31 smithi153 bash[28288]: audit 2023-11-08T02:23:30.723882+0000 mon.smithi148 (mon.0) 488 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2023-11-08T02:23:32.093 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:31 smithi153 bash[28288]: cluster 2023-11-08T02:23:30.724027+0000 mon.smithi148 (mon.0) 489 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-11-08T02:23:32.093 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:31 smithi153 bash[28288]: audit 2023-11-08T02:23:30.724218+0000 mon.smithi148 (mon.0) 490 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:32.093 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:31 smithi153 bash[28288]: audit 2023-11-08T02:23:30.724658+0000 mon.smithi148 (mon.0) 491 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:32.093 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:31 smithi153 bash[28288]: audit 2023-11-08T02:23:30.724904+0000 mon.smithi148 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:32.093 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:31 smithi153 bash[28288]: audit 2023-11-08T02:23:30.725156+0000 mon.smithi148 (mon.0) 493 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:32.094 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:31 smithi153 bash[28288]: audit 2023-11-08T02:23:30.729363+0000 mon.smithi148 (mon.0) 494 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:32.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:32 smithi148 bash[24200]: cluster 2023-11-08T02:23:30.680340+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:23:32.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:32 smithi148 bash[24200]: cluster 2023-11-08T02:23:30.680430+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:23:32.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:32 smithi148 bash[24200]: cluster 2023-11-08T02:23:31.727058+0000 mon.smithi148 (mon.0) 495 : cluster [INF] osd.6 [v2:172.21.15.153:6824/2983510719,v1:172.21.15.153:6825/2983510719] boot 2023-11-08T02:23:32.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:32 smithi148 bash[24200]: cluster 2023-11-08T02:23:31.727106+0000 mon.smithi148 (mon.0) 496 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-08T02:23:32.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:32 smithi148 bash[24200]: audit 2023-11-08T02:23:31.727561+0000 mon.smithi148 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:32.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:32 smithi148 bash[24200]: audit 2023-11-08T02:23:31.728054+0000 mon.smithi148 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:32.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:32 smithi148 bash[24200]: audit 2023-11-08T02:23:31.728395+0000 mon.smithi148 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:32.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:32 smithi148 bash[24200]: audit 2023-11-08T02:23:31.732484+0000 mon.smithi148 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:32.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:32 smithi148 bash[24200]: audit 2023-11-08T02:23:31.789062+0000 mon.smithi148 (mon.0) 501 : audit [INF] from='osd.3 [v2:172.21.15.148:6810/3441757392,v1:172.21.15.148:6811/3441757392]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-08T02:23:32.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:32 smithi148 bash[24200]: audit 2023-11-08T02:23:31.925677+0000 mon.smithi148 (mon.0) 502 : audit [INF] from='osd.3 [v2:172.21.15.148:6810/3441757392,v1:172.21.15.148:6811/3441757392]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-08T02:23:32.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:32 smithi148 bash[24200]: cluster 2023-11-08T02:23:31.925800+0000 mon.smithi148 (mon.0) 503 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-08T02:23:32.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:32 smithi148 bash[24200]: audit 2023-11-08T02:23:31.926373+0000 mon.smithi148 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:32.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:32 smithi148 bash[24200]: audit 2023-11-08T02:23:31.926895+0000 mon.smithi148 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:32.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:32 smithi148 bash[24200]: audit 2023-11-08T02:23:31.927273+0000 mon.smithi148 (mon.0) 506 : audit [INF] from='osd.3 [v2:172.21.15.148:6810/3441757392,v1:172.21.15.148:6811/3441757392]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2023-11-08T02:23:32.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:32 smithi148 bash[24200]: audit 2023-11-08T02:23:31.927625+0000 mon.smithi148 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:33.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:32 smithi153 bash[28288]: cluster 2023-11-08T02:23:30.680340+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:23:33.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:32 smithi153 bash[28288]: cluster 2023-11-08T02:23:30.680430+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:23:33.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:32 smithi153 bash[28288]: cluster 2023-11-08T02:23:31.727058+0000 mon.smithi148 (mon.0) 495 : cluster [INF] osd.6 [v2:172.21.15.153:6824/2983510719,v1:172.21.15.153:6825/2983510719] boot 2023-11-08T02:23:33.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:32 smithi153 bash[28288]: cluster 2023-11-08T02:23:31.727106+0000 mon.smithi148 (mon.0) 496 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-11-08T02:23:33.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:32 smithi153 bash[28288]: audit 2023-11-08T02:23:31.727561+0000 mon.smithi148 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:33.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:32 smithi153 bash[28288]: audit 2023-11-08T02:23:31.728054+0000 mon.smithi148 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:33.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:32 smithi153 bash[28288]: audit 2023-11-08T02:23:31.728395+0000 mon.smithi148 (mon.0) 499 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-11-08T02:23:33.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:32 smithi153 bash[28288]: audit 2023-11-08T02:23:31.732484+0000 mon.smithi148 (mon.0) 500 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:33.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:32 smithi153 bash[28288]: audit 2023-11-08T02:23:31.789062+0000 mon.smithi148 (mon.0) 501 : audit [INF] from='osd.3 [v2:172.21.15.148:6810/3441757392,v1:172.21.15.148:6811/3441757392]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-11-08T02:23:33.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:32 smithi153 bash[28288]: audit 2023-11-08T02:23:31.925677+0000 mon.smithi148 (mon.0) 502 : audit [INF] from='osd.3 [v2:172.21.15.148:6810/3441757392,v1:172.21.15.148:6811/3441757392]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-11-08T02:23:33.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:32 smithi153 bash[28288]: cluster 2023-11-08T02:23:31.925800+0000 mon.smithi148 (mon.0) 503 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-11-08T02:23:33.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:32 smithi153 bash[28288]: audit 2023-11-08T02:23:31.926373+0000 mon.smithi148 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:33.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:32 smithi153 bash[28288]: audit 2023-11-08T02:23:31.926895+0000 mon.smithi148 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:33.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:32 smithi153 bash[28288]: audit 2023-11-08T02:23:31.927273+0000 mon.smithi148 (mon.0) 506 : audit [INF] from='osd.3 [v2:172.21.15.148:6810/3441757392,v1:172.21.15.148:6811/3441757392]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2023-11-08T02:23:33.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:32 smithi153 bash[28288]: audit 2023-11-08T02:23:31.927625+0000 mon.smithi148 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:34.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:33 smithi153 bash[28288]: cluster 2023-11-08T02:23:32.621278+0000 mgr.smithi148.cvefzo (mgr.14180) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-08T02:23:34.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:33 smithi153 bash[28288]: audit 2023-11-08T02:23:32.795626+0000 mon.smithi148 (mon.0) 508 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:34.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:33 smithi153 bash[28288]: audit 2023-11-08T02:23:32.925501+0000 mon.smithi148 (mon.0) 509 : audit [INF] from='osd.3 [v2:172.21.15.148:6810/3441757392,v1:172.21.15.148:6811/3441757392]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2023-11-08T02:23:34.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:33 smithi153 bash[28288]: cluster 2023-11-08T02:23:32.925631+0000 mon.smithi148 (mon.0) 510 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-08T02:23:34.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:33 smithi153 bash[28288]: audit 2023-11-08T02:23:32.925929+0000 mon.smithi148 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:34.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:33 smithi153 bash[28288]: audit 2023-11-08T02:23:32.926349+0000 mon.smithi148 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:34.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:33 smithi153 bash[28288]: audit 2023-11-08T02:23:32.926926+0000 mon.smithi148 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:34.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:33 smithi153 bash[28288]: audit 2023-11-08T02:23:32.930056+0000 mon.smithi148 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:34.257 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:33 smithi148 bash[24200]: cluster 2023-11-08T02:23:32.621278+0000 mgr.smithi148.cvefzo (mgr.14180) 122 : cluster [DBG] pgmap v97: 1 pgs: 1 unknown; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-08T02:23:34.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:33 smithi148 bash[24200]: audit 2023-11-08T02:23:32.795626+0000 mon.smithi148 (mon.0) 508 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:34.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:33 smithi148 bash[24200]: audit 2023-11-08T02:23:32.925501+0000 mon.smithi148 (mon.0) 509 : audit [INF] from='osd.3 [v2:172.21.15.148:6810/3441757392,v1:172.21.15.148:6811/3441757392]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2023-11-08T02:23:34.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:33 smithi148 bash[24200]: cluster 2023-11-08T02:23:32.925631+0000 mon.smithi148 (mon.0) 510 : cluster [DBG] osdmap e30: 8 total, 5 up, 8 in 2023-11-08T02:23:34.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:33 smithi148 bash[24200]: audit 2023-11-08T02:23:32.925929+0000 mon.smithi148 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:34.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:33 smithi148 bash[24200]: audit 2023-11-08T02:23:32.926349+0000 mon.smithi148 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:34.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:33 smithi148 bash[24200]: audit 2023-11-08T02:23:32.926926+0000 mon.smithi148 (mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:34.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:33 smithi148 bash[24200]: audit 2023-11-08T02:23:32.930056+0000 mon.smithi148 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:35.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:34 smithi148 bash[24200]: cluster 2023-11-08T02:23:32.796397+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:23:35.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:34 smithi148 bash[24200]: cluster 2023-11-08T02:23:32.796459+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:23:35.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:34 smithi148 bash[24200]: cluster 2023-11-08T02:23:33.932629+0000 mon.smithi148 (mon.0) 515 : cluster [INF] osd.3 [v2:172.21.15.148:6810/3441757392,v1:172.21.15.148:6811/3441757392] boot 2023-11-08T02:23:35.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:34 smithi148 bash[24200]: cluster 2023-11-08T02:23:33.932672+0000 mon.smithi148 (mon.0) 516 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-08T02:23:35.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:34 smithi148 bash[24200]: audit 2023-11-08T02:23:33.933333+0000 mon.smithi148 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:35.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:34 smithi148 bash[24200]: audit 2023-11-08T02:23:33.933916+0000 mon.smithi148 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:35.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:34 smithi148 bash[24200]: audit 2023-11-08T02:23:33.934352+0000 mon.smithi148 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:35.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:34 smithi148 bash[24200]: cluster 2023-11-08T02:23:34.621740+0000 mgr.smithi148.cvefzo (mgr.14180) 123 : cluster [DBG] pgmap v100: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-08T02:23:35.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:34 smithi153 bash[28288]: cluster 2023-11-08T02:23:32.796397+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:23:35.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:34 smithi153 bash[28288]: cluster 2023-11-08T02:23:32.796459+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:23:35.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:34 smithi153 bash[28288]: cluster 2023-11-08T02:23:33.932629+0000 mon.smithi148 (mon.0) 515 : cluster [INF] osd.3 [v2:172.21.15.148:6810/3441757392,v1:172.21.15.148:6811/3441757392] boot 2023-11-08T02:23:35.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:34 smithi153 bash[28288]: cluster 2023-11-08T02:23:33.932672+0000 mon.smithi148 (mon.0) 516 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-11-08T02:23:35.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:34 smithi153 bash[28288]: audit 2023-11-08T02:23:33.933333+0000 mon.smithi148 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-11-08T02:23:35.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:34 smithi153 bash[28288]: audit 2023-11-08T02:23:33.933916+0000 mon.smithi148 (mon.0) 518 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:35.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:34 smithi153 bash[28288]: audit 2023-11-08T02:23:33.934352+0000 mon.smithi148 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:35.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:34 smithi153 bash[28288]: cluster 2023-11-08T02:23:34.621740+0000 mgr.smithi148.cvefzo (mgr.14180) 123 : cluster [DBG] pgmap v100: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-11-08T02:23:36.160 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:35 smithi148 bash[24200]: cluster 2023-11-08T02:23:34.937075+0000 mon.smithi148 (mon.0) 520 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-08T02:23:36.160 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:35 smithi148 bash[24200]: audit 2023-11-08T02:23:34.937394+0000 mon.smithi148 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:36.161 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:35 smithi148 bash[24200]: audit 2023-11-08T02:23:34.937736+0000 mon.smithi148 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:36.241 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:23:36.401 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:35 smithi153 bash[28288]: cluster 2023-11-08T02:23:34.937075+0000 mon.smithi148 (mon.0) 520 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-11-08T02:23:36.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:35 smithi153 bash[28288]: audit 2023-11-08T02:23:34.937394+0000 mon.smithi148 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:36.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:35 smithi153 bash[28288]: audit 2023-11-08T02:23:34.937736+0000 mon.smithi148 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:37.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:36 smithi148 bash[24200]: cluster 2023-11-08T02:23:35.944121+0000 mon.smithi148 (mon.0) 523 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-11-08T02:23:37.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:36 smithi148 bash[24200]: audit 2023-11-08T02:23:35.944359+0000 mon.smithi148 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:37.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:36 smithi148 bash[24200]: audit 2023-11-08T02:23:35.944861+0000 mon.smithi148 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:37.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:36 smithi148 bash[24200]: audit 2023-11-08T02:23:36.242430+0000 mon.smithi148 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.148:0/3472135442' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:37.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:36 smithi148 bash[24200]: cluster 2023-11-08T02:23:36.622429+0000 mgr.smithi148.cvefzo (mgr.14180) 124 : cluster [DBG] pgmap v103: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T02:23:37.401 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:36 smithi153 bash[28288]: cluster 2023-11-08T02:23:35.944121+0000 mon.smithi148 (mon.0) 523 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-11-08T02:23:37.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:36 smithi153 bash[28288]: audit 2023-11-08T02:23:35.944359+0000 mon.smithi148 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:37.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:36 smithi153 bash[28288]: audit 2023-11-08T02:23:35.944861+0000 mon.smithi148 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:37.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:36 smithi153 bash[28288]: audit 2023-11-08T02:23:36.242430+0000 mon.smithi148 (mon.0) 526 : audit [DBG] from='client.? 172.21.15.148:0/3472135442' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:37.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:36 smithi153 bash[28288]: cluster 2023-11-08T02:23:36.622429+0000 mgr.smithi148.cvefzo (mgr.14180) 124 : cluster [DBG] pgmap v103: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T02:23:37.435 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":33,"num_osds":8,"num_up_osds":6,"osd_up_since":1699410213,"num_in_osds":8,"osd_in_since":1699410170,"num_remapped_pgs":0} 2023-11-08T02:23:38.437 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:23:39.401 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:39 smithi153 bash[28288]: audit 2023-11-08T02:23:38.138823+0000 mon.smithi148 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:39.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:39 smithi153 bash[28288]: cluster 2023-11-08T02:23:38.622811+0000 mgr.smithi148.cvefzo (mgr.14180) 125 : cluster [DBG] pgmap v104: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T02:23:39.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:39 smithi148 bash[24200]: audit 2023-11-08T02:23:38.138823+0000 mon.smithi148 (mon.0) 527 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:39.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:39 smithi148 bash[24200]: cluster 2023-11-08T02:23:38.622811+0000 mgr.smithi148.cvefzo (mgr.14180) 125 : cluster [DBG] pgmap v104: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T02:23:40.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:40 smithi153 bash[28288]: audit 2023-11-08T02:23:39.923699+0000 mon.smithi148 (mon.0) 528 : audit [INF] from='osd.5 [v2:172.21.15.148:6818/494882318,v1:172.21.15.148:6819/494882318]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-08T02:23:40.515 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:40 smithi148 bash[24200]: audit 2023-11-08T02:23:39.923699+0000 mon.smithi148 (mon.0) 528 : audit [INF] from='osd.5 [v2:172.21.15.148:6818/494882318,v1:172.21.15.148:6819/494882318]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-11-08T02:23:41.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:41 smithi148 bash[24200]: audit 2023-11-08T02:23:40.155878+0000 mon.smithi148 (mon.0) 529 : audit [INF] from='osd.5 [v2:172.21.15.148:6818/494882318,v1:172.21.15.148:6819/494882318]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-08T02:23:41.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:41 smithi148 bash[24200]: cluster 2023-11-08T02:23:40.155963+0000 mon.smithi148 (mon.0) 530 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-11-08T02:23:41.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:41 smithi148 bash[24200]: audit 2023-11-08T02:23:40.156109+0000 mon.smithi148 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:41.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:41 smithi148 bash[24200]: audit 2023-11-08T02:23:40.156424+0000 mon.smithi148 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:41.260 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:41 smithi148 bash[24200]: audit 2023-11-08T02:23:40.156667+0000 mon.smithi148 (mon.0) 533 : audit [INF] from='osd.5 [v2:172.21.15.148:6818/494882318,v1:172.21.15.148:6819/494882318]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2023-11-08T02:23:41.260 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:41 smithi148 bash[24200]: cluster 2023-11-08T02:23:40.623293+0000 mgr.smithi148.cvefzo (mgr.14180) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T02:23:41.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:41 smithi153 bash[28288]: audit 2023-11-08T02:23:40.155878+0000 mon.smithi148 (mon.0) 529 : audit [INF] from='osd.5 [v2:172.21.15.148:6818/494882318,v1:172.21.15.148:6819/494882318]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-11-08T02:23:41.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:41 smithi153 bash[28288]: cluster 2023-11-08T02:23:40.155963+0000 mon.smithi148 (mon.0) 530 : cluster [DBG] osdmap e34: 8 total, 6 up, 8 in 2023-11-08T02:23:41.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:41 smithi153 bash[28288]: audit 2023-11-08T02:23:40.156109+0000 mon.smithi148 (mon.0) 531 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:41.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:41 smithi153 bash[28288]: audit 2023-11-08T02:23:40.156424+0000 mon.smithi148 (mon.0) 532 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:41.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:41 smithi153 bash[28288]: audit 2023-11-08T02:23:40.156667+0000 mon.smithi148 (mon.0) 533 : audit [INF] from='osd.5 [v2:172.21.15.148:6818/494882318,v1:172.21.15.148:6819/494882318]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2023-11-08T02:23:41.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:41 smithi153 bash[28288]: cluster 2023-11-08T02:23:40.623293+0000 mgr.smithi148.cvefzo (mgr.14180) 126 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T02:23:42.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:42 smithi148 bash[24200]: audit 2023-11-08T02:23:41.158948+0000 mon.smithi148 (mon.0) 534 : audit [INF] from='osd.5 [v2:172.21.15.148:6818/494882318,v1:172.21.15.148:6819/494882318]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2023-11-08T02:23:42.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:42 smithi148 bash[24200]: cluster 2023-11-08T02:23:41.159050+0000 mon.smithi148 (mon.0) 535 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2023-11-08T02:23:42.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:42 smithi148 bash[24200]: audit 2023-11-08T02:23:41.159794+0000 mon.smithi148 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:42.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:42 smithi148 bash[24200]: audit 2023-11-08T02:23:41.160419+0000 mon.smithi148 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:42.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:42 smithi148 bash[24200]: audit 2023-11-08T02:23:41.167282+0000 mon.smithi148 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:42.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:42 smithi153 bash[28288]: audit 2023-11-08T02:23:41.158948+0000 mon.smithi148 (mon.0) 534 : audit [INF] from='osd.5 [v2:172.21.15.148:6818/494882318,v1:172.21.15.148:6819/494882318]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2023-11-08T02:23:42.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:42 smithi153 bash[28288]: cluster 2023-11-08T02:23:41.159050+0000 mon.smithi148 (mon.0) 535 : cluster [DBG] osdmap e35: 8 total, 6 up, 8 in 2023-11-08T02:23:42.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:42 smithi153 bash[28288]: audit 2023-11-08T02:23:41.159794+0000 mon.smithi148 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:42.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:42 smithi153 bash[28288]: audit 2023-11-08T02:23:41.160419+0000 mon.smithi148 (mon.0) 537 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:42.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:42 smithi153 bash[28288]: audit 2023-11-08T02:23:41.167282+0000 mon.smithi148 (mon.0) 538 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:43.354 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:23:43.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:43 smithi148 bash[24200]: cluster 2023-11-08T02:23:40.904495+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:23:43.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:43 smithi148 bash[24200]: cluster 2023-11-08T02:23:40.904587+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:23:43.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:43 smithi148 bash[24200]: audit 2023-11-08T02:23:42.164867+0000 mon.smithi148 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:43.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:43 smithi148 bash[24200]: cluster 2023-11-08T02:23:42.169305+0000 mon.smithi148 (mon.0) 540 : cluster [INF] osd.5 [v2:172.21.15.148:6818/494882318,v1:172.21.15.148:6819/494882318] boot 2023-11-08T02:23:43.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:43 smithi148 bash[24200]: cluster 2023-11-08T02:23:42.169343+0000 mon.smithi148 (mon.0) 541 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-08T02:23:43.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:43 smithi148 bash[24200]: audit 2023-11-08T02:23:42.170018+0000 mon.smithi148 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:43.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:43 smithi148 bash[24200]: audit 2023-11-08T02:23:42.170523+0000 mon.smithi148 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:43.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:43 smithi148 bash[24200]: cluster 2023-11-08T02:23:42.623835+0000 mgr.smithi148.cvefzo (mgr.14180) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T02:23:43.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:43 smithi153 bash[28288]: cluster 2023-11-08T02:23:40.904495+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:23:43.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:43 smithi153 bash[28288]: cluster 2023-11-08T02:23:40.904587+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:23:43.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:43 smithi153 bash[28288]: audit 2023-11-08T02:23:42.164867+0000 mon.smithi148 (mon.0) 539 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:43.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:43 smithi153 bash[28288]: cluster 2023-11-08T02:23:42.169305+0000 mon.smithi148 (mon.0) 540 : cluster [INF] osd.5 [v2:172.21.15.148:6818/494882318,v1:172.21.15.148:6819/494882318] boot 2023-11-08T02:23:43.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:43 smithi153 bash[28288]: cluster 2023-11-08T02:23:42.169343+0000 mon.smithi148 (mon.0) 541 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-11-08T02:23:43.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:43 smithi153 bash[28288]: audit 2023-11-08T02:23:42.170018+0000 mon.smithi148 (mon.0) 542 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-11-08T02:23:43.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:43 smithi153 bash[28288]: audit 2023-11-08T02:23:42.170523+0000 mon.smithi148 (mon.0) 543 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:43.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:43 smithi153 bash[28288]: cluster 2023-11-08T02:23:42.623835+0000 mgr.smithi148.cvefzo (mgr.14180) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-11-08T02:23:44.029 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":37,"num_osds":8,"num_up_osds":7,"osd_up_since":1699410222,"num_in_osds":8,"osd_in_since":1699410170,"num_remapped_pgs":0} 2023-11-08T02:23:44.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:44 smithi148 bash[24200]: cluster 2023-11-08T02:23:43.181784+0000 mon.smithi148 (mon.0) 544 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-11-08T02:23:44.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:44 smithi148 bash[24200]: audit 2023-11-08T02:23:43.181945+0000 mon.smithi148 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:44.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:44 smithi148 bash[24200]: audit 2023-11-08T02:23:43.354409+0000 mon.smithi148 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.148:0/855294531' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:44.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:44 smithi153 bash[28288]: cluster 2023-11-08T02:23:43.181784+0000 mon.smithi148 (mon.0) 544 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-11-08T02:23:44.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:44 smithi153 bash[28288]: audit 2023-11-08T02:23:43.181945+0000 mon.smithi148 (mon.0) 545 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:44.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:44 smithi153 bash[28288]: audit 2023-11-08T02:23:43.354409+0000 mon.smithi148 (mon.0) 546 : audit [DBG] from='client.? 172.21.15.148:0/855294531' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:45.029 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:23:45.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:45 smithi148 bash[24200]: cluster 2023-11-08T02:23:44.624527+0000 mgr.smithi148.cvefzo (mgr.14180) 128 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T02:23:45.651 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:45 smithi153 bash[28288]: cluster 2023-11-08T02:23:44.624527+0000 mgr.smithi148.cvefzo (mgr.14180) 128 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T02:23:48.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:47 smithi148 bash[24200]: cluster 2023-11-08T02:23:46.625250+0000 mgr.smithi148.cvefzo (mgr.14180) 129 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T02:23:48.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:47 smithi148 bash[24200]: audit 2023-11-08T02:23:46.856585+0000 mon.smithi148 (mon.0) 547 : audit [INF] from='osd.7 [v2:172.21.15.148:6826/2216676996,v1:172.21.15.148:6827/2216676996]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-08T02:23:48.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:47 smithi153 bash[28288]: cluster 2023-11-08T02:23:46.625250+0000 mgr.smithi148.cvefzo (mgr.14180) 129 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T02:23:48.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:47 smithi153 bash[28288]: audit 2023-11-08T02:23:46.856585+0000 mon.smithi148 (mon.0) 547 : audit [INF] from='osd.7 [v2:172.21.15.148:6826/2216676996,v1:172.21.15.148:6827/2216676996]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-11-08T02:23:49.024 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:48 smithi148 bash[24200]: audit 2023-11-08T02:23:47.684537+0000 mon.smithi148 (mon.0) 548 : audit [INF] from='osd.7 [v2:172.21.15.148:6826/2216676996,v1:172.21.15.148:6827/2216676996]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-08T02:23:49.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:48 smithi148 bash[24200]: cluster 2023-11-08T02:23:47.684632+0000 mon.smithi148 (mon.0) 549 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-11-08T02:23:49.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:48 smithi148 bash[24200]: audit 2023-11-08T02:23:47.685186+0000 mon.smithi148 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:49.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:48 smithi148 bash[24200]: audit 2023-11-08T02:23:47.685990+0000 mon.smithi148 (mon.0) 551 : audit [INF] from='osd.7 [v2:172.21.15.148:6826/2216676996,v1:172.21.15.148:6827/2216676996]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2023-11-08T02:23:49.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:48 smithi153 bash[28288]: audit 2023-11-08T02:23:47.684537+0000 mon.smithi148 (mon.0) 548 : audit [INF] from='osd.7 [v2:172.21.15.148:6826/2216676996,v1:172.21.15.148:6827/2216676996]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-11-08T02:23:49.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:48 smithi153 bash[28288]: cluster 2023-11-08T02:23:47.684632+0000 mon.smithi148 (mon.0) 549 : cluster [DBG] osdmap e38: 8 total, 7 up, 8 in 2023-11-08T02:23:49.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:48 smithi153 bash[28288]: audit 2023-11-08T02:23:47.685186+0000 mon.smithi148 (mon.0) 550 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:49.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:48 smithi153 bash[28288]: audit 2023-11-08T02:23:47.685990+0000 mon.smithi148 (mon.0) 551 : audit [INF] from='osd.7 [v2:172.21.15.148:6826/2216676996,v1:172.21.15.148:6827/2216676996]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]: dispatch 2023-11-08T02:23:49.482 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:23:49.943 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:49 smithi148 bash[24200]: cluster 2023-11-08T02:23:48.625886+0000 mgr.smithi148.cvefzo (mgr.14180) 130 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T02:23:49.943 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:49 smithi148 bash[24200]: audit 2023-11-08T02:23:48.690009+0000 mon.smithi148 (mon.0) 552 : audit [INF] from='osd.7 [v2:172.21.15.148:6826/2216676996,v1:172.21.15.148:6827/2216676996]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2023-11-08T02:23:49.943 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:49 smithi148 bash[24200]: cluster 2023-11-08T02:23:48.690118+0000 mon.smithi148 (mon.0) 553 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-11-08T02:23:49.944 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:49 smithi148 bash[24200]: audit 2023-11-08T02:23:48.690402+0000 mon.smithi148 (mon.0) 554 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:49.944 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:49 smithi148 bash[24200]: audit 2023-11-08T02:23:48.697694+0000 mon.smithi148 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:49.944 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:49 smithi148 bash[24200]: audit 2023-11-08T02:23:49.483070+0000 mon.smithi148 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.148:0/902578776' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:50.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:49 smithi153 bash[28288]: cluster 2023-11-08T02:23:48.625886+0000 mgr.smithi148.cvefzo (mgr.14180) 130 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T02:23:50.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:49 smithi153 bash[28288]: audit 2023-11-08T02:23:48.690009+0000 mon.smithi148 (mon.0) 552 : audit [INF] from='osd.7 [v2:172.21.15.148:6826/2216676996,v1:172.21.15.148:6827/2216676996]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi148", "root=default"]}]': finished 2023-11-08T02:23:50.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:49 smithi153 bash[28288]: cluster 2023-11-08T02:23:48.690118+0000 mon.smithi148 (mon.0) 553 : cluster [DBG] osdmap e39: 8 total, 7 up, 8 in 2023-11-08T02:23:50.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:49 smithi153 bash[28288]: audit 2023-11-08T02:23:48.690402+0000 mon.smithi148 (mon.0) 554 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:50.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:49 smithi153 bash[28288]: audit 2023-11-08T02:23:48.697694+0000 mon.smithi148 (mon.0) 555 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:50.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:49 smithi153 bash[28288]: audit 2023-11-08T02:23:49.483070+0000 mon.smithi148 (mon.0) 556 : audit [DBG] from='client.? 172.21.15.148:0/902578776' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:50.517 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":39,"num_osds":8,"num_up_osds":7,"osd_up_since":1699410222,"num_in_osds":8,"osd_in_since":1699410170,"num_remapped_pgs":0} 2023-11-08T02:23:51.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:50 smithi148 bash[24200]: cluster 2023-11-08T02:23:47.847538+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:23:51.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:50 smithi148 bash[24200]: cluster 2023-11-08T02:23:47.847600+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:23:51.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:50 smithi148 bash[24200]: audit 2023-11-08T02:23:49.701308+0000 mon.smithi148 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:51.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:50 smithi148 bash[24200]: cluster 2023-11-08T02:23:49.705683+0000 mon.smithi148 (mon.0) 558 : cluster [INF] osd.7 [v2:172.21.15.148:6826/2216676996,v1:172.21.15.148:6827/2216676996] boot 2023-11-08T02:23:51.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:50 smithi148 bash[24200]: cluster 2023-11-08T02:23:49.705712+0000 mon.smithi148 (mon.0) 559 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-08T02:23:51.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:50 smithi148 bash[24200]: audit 2023-11-08T02:23:49.705845+0000 mon.smithi148 (mon.0) 560 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:51.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:50 smithi153 bash[28288]: cluster 2023-11-08T02:23:47.847538+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-11-08T02:23:51.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:50 smithi153 bash[28288]: cluster 2023-11-08T02:23:47.847600+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-11-08T02:23:51.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:50 smithi153 bash[28288]: audit 2023-11-08T02:23:49.701308+0000 mon.smithi148 (mon.0) 557 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:51.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:50 smithi153 bash[28288]: cluster 2023-11-08T02:23:49.705683+0000 mon.smithi148 (mon.0) 558 : cluster [INF] osd.7 [v2:172.21.15.148:6826/2216676996,v1:172.21.15.148:6827/2216676996] boot 2023-11-08T02:23:51.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:50 smithi153 bash[28288]: cluster 2023-11-08T02:23:49.705712+0000 mon.smithi148 (mon.0) 559 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-11-08T02:23:51.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:50 smithi153 bash[28288]: audit 2023-11-08T02:23:49.705845+0000 mon.smithi148 (mon.0) 560 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-11-08T02:23:51.519 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd stat -f json 2023-11-08T02:23:52.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:51 smithi148 bash[24200]: cluster 2023-11-08T02:23:50.626493+0000 mgr.smithi148.cvefzo (mgr.14180) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T02:23:52.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:51 smithi148 bash[24200]: cluster 2023-11-08T02:23:50.711993+0000 mon.smithi148 (mon.0) 561 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-08T02:23:52.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:51 smithi148 bash[24200]: audit 2023-11-08T02:23:50.944049+0000 mon.smithi148 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:52.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:51 smithi148 bash[24200]: audit 2023-11-08T02:23:50.948562+0000 mon.smithi148 (mon.0) 563 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:23:52.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:51 smithi153 bash[28288]: cluster 2023-11-08T02:23:50.626493+0000 mgr.smithi148.cvefzo (mgr.14180) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-11-08T02:23:52.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:51 smithi153 bash[28288]: cluster 2023-11-08T02:23:50.711993+0000 mon.smithi148 (mon.0) 561 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-11-08T02:23:52.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:51 smithi153 bash[28288]: audit 2023-11-08T02:23:50.944049+0000 mon.smithi148 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:52.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:51 smithi153 bash[28288]: audit 2023-11-08T02:23:50.948562+0000 mon.smithi148 (mon.0) 563 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:23:52.962 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:52 smithi148 bash[24200]: cluster 2023-11-08T02:23:51.720639+0000 mon.smithi148 (mon.0) 564 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-08T02:23:53.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:52 smithi153 bash[28288]: cluster 2023-11-08T02:23:51.720639+0000 mon.smithi148 (mon.0) 564 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-11-08T02:23:54.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:53 smithi148 bash[24200]: cluster 2023-11-08T02:23:52.627114+0000 mgr.smithi148.cvefzo (mgr.14180) 132 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:23:54.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:53 smithi153 bash[28288]: cluster 2023-11-08T02:23:52.627114+0000 mgr.smithi148.cvefzo (mgr.14180) 132 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:23:54.736 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:23:55.494 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":42,"num_osds":8,"num_up_osds":8,"osd_up_since":1699410229,"num_in_osds":8,"osd_in_since":1699410170,"num_remapped_pgs":0} 2023-11-08T02:23:55.495 INFO:tasks.cephadm:Setting up client nodes... 2023-11-08T02:23:55.496 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-08T02:23:55.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:55 smithi148 bash[24200]: cluster 2023-11-08T02:23:54.627598+0000 mgr.smithi148.cvefzo (mgr.14180) 133 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:23:55.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:55 smithi148 bash[24200]: audit 2023-11-08T02:23:54.736345+0000 mon.smithi148 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.148:0/2090750750' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:56.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:55 smithi153 bash[28288]: cluster 2023-11-08T02:23:54.627598+0000 mgr.smithi148.cvefzo (mgr.14180) 133 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:23:56.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:55 smithi153 bash[28288]: audit 2023-11-08T02:23:54.736345+0000 mon.smithi148 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.148:0/2090750750' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-11-08T02:23:57.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:57 smithi148 bash[24200]: audit 2023-11-08T02:23:56.440509+0000 mon.smithi148 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:57.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:57 smithi148 bash[24200]: cluster 2023-11-08T02:23:56.628132+0000 mgr.smithi148.cvefzo (mgr.14180) 134 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:23:57.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:57 smithi148 bash[24200]: audit 2023-11-08T02:23:57.162840+0000 mon.smithi148 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:57.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:57 smithi153 bash[28288]: audit 2023-11-08T02:23:56.440509+0000 mon.smithi148 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:57.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:57 smithi153 bash[28288]: cluster 2023-11-08T02:23:56.628132+0000 mgr.smithi148.cvefzo (mgr.14180) 134 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:23:57.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:57 smithi153 bash[28288]: audit 2023-11-08T02:23:57.162840+0000 mon.smithi148 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:23:58.846 INFO:teuthology.orchestra.run.smithi148.stdout:[client.0] 2023-11-08T02:23:58.846 INFO:teuthology.orchestra.run.smithi148.stdout: key = AQA+8Upl3EAuMhAAZ2RCmcSItSAjIBa8o7k9ZQ== 2023-11-08T02:23:59.589 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-11-08T02:23:59.590 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-11-08T02:23:59.590 DEBUG:teuthology.orchestra.run.smithi148:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-11-08T02:23:59.614 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-11-08T02:23:59.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:59 smithi153 bash[28288]: cluster 2023-11-08T02:23:58.628712+0000 mgr.smithi148.cvefzo (mgr.14180) 135 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:23:59.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:59 smithi153 bash[28288]: audit 2023-11-08T02:23:58.841566+0000 mon.smithi148 (mon.0) 568 : audit [INF] from='client.? 172.21.15.148:0/2562538606' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T02:23:59.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:23:59 smithi153 bash[28288]: audit 2023-11-08T02:23:58.846912+0000 mon.smithi148 (mon.0) 569 : audit [INF] from='client.? 172.21.15.148:0/2562538606' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T02:24:00.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:59 smithi148 bash[24200]: cluster 2023-11-08T02:23:58.628712+0000 mgr.smithi148.cvefzo (mgr.14180) 135 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:00.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:59 smithi148 bash[24200]: audit 2023-11-08T02:23:58.841566+0000 mon.smithi148 (mon.0) 568 : audit [INF] from='client.? 172.21.15.148:0/2562538606' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T02:24:00.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:23:59 smithi148 bash[24200]: audit 2023-11-08T02:23:58.846912+0000 mon.smithi148 (mon.0) 569 : audit [INF] from='client.? 172.21.15.148:0/2562538606' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T02:24:02.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:01 smithi148 bash[24200]: cluster 2023-11-08T02:24:00.629336+0000 mgr.smithi148.cvefzo (mgr.14180) 136 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:02.103 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:01 smithi153 bash[28288]: cluster 2023-11-08T02:24:00.629336+0000 mgr.smithi148.cvefzo (mgr.14180) 136 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:03.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:02 smithi153 bash[28288]: cluster 2023-11-08T02:24:02.629812+0000 mgr.smithi148.cvefzo (mgr.14180) 137 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:03.200 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:02 smithi148 bash[24200]: cluster 2023-11-08T02:24:02.629812+0000 mgr.smithi148.cvefzo (mgr.14180) 137 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:03.681 INFO:teuthology.orchestra.run.smithi153.stdout:[client.1] 2023-11-08T02:24:03.681 INFO:teuthology.orchestra.run.smithi153.stdout: key = AQBD8UplKUs1KBAAiVkgwMYxzbYwI85RKtZdSQ== 2023-11-08T02:24:04.052 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:03 smithi153 bash[28288]: audit 2023-11-08T02:24:03.672761+0000 mon.smithi153 (mon.1) 17 : audit [INF] from='client.? 172.21.15.153:0/3155000142' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T02:24:04.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:03 smithi153 bash[28288]: audit 2023-11-08T02:24:03.674232+0000 mon.smithi148 (mon.0) 570 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T02:24:04.053 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:03 smithi153 bash[28288]: audit 2023-11-08T02:24:03.681041+0000 mon.smithi148 (mon.0) 571 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T02:24:04.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:03 smithi148 bash[24200]: audit 2023-11-08T02:24:03.672761+0000 mon.smithi153 (mon.1) 17 : audit [INF] from='client.? 172.21.15.153:0/3155000142' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T02:24:04.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:03 smithi148 bash[24200]: audit 2023-11-08T02:24:03.674232+0000 mon.smithi148 (mon.0) 570 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-11-08T02:24:04.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:03 smithi148 bash[24200]: audit 2023-11-08T02:24:03.681041+0000 mon.smithi148 (mon.0) 571 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-11-08T02:24:04.842 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-11-08T02:24:04.842 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-11-08T02:24:04.842 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-11-08T02:24:04.862 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T02:24:05.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:04 smithi148 bash[24200]: cluster 2023-11-08T02:24:04.630384+0000 mgr.smithi148.cvefzo (mgr.14180) 138 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:05.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:04 smithi153 bash[28288]: cluster 2023-11-08T02:24:04.630384+0000 mgr.smithi148.cvefzo (mgr.14180) 138 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:08.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:07 smithi148 bash[24200]: cluster 2023-11-08T02:24:06.630966+0000 mgr.smithi148.cvefzo (mgr.14180) 139 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:08.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:07 smithi148 bash[24200]: audit 2023-11-08T02:24:07.404054+0000 mon.smithi148 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:24:08.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:07 smithi153 bash[28288]: cluster 2023-11-08T02:24:06.630966+0000 mgr.smithi148.cvefzo (mgr.14180) 139 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:08.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:07 smithi153 bash[28288]: audit 2023-11-08T02:24:07.404054+0000 mon.smithi148 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:24:09.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: cephadm 2023-11-08T02:24:07.394350+0000 mgr.smithi148.cvefzo (mgr.14180) 140 : cephadm [INF] Detected new or changed devices on smithi148 2023-11-08T02:24:09.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:07.700553+0000 mon.smithi148 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:24:09.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:07.701612+0000 mon.smithi148 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:24:09.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:07.702605+0000 mon.smithi148 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:24:09.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:07.703609+0000 mon.smithi148 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:24:09.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: cephadm 2023-11-08T02:24:07.704434+0000 mgr.smithi148.cvefzo (mgr.14180) 141 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 3260M 2023-11-08T02:24:09.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:07.711622+0000 mon.smithi148 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:24:09.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:07.888954+0000 mon.smithi148 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:24:09.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:08.172362+0000 mon.smithi148 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:24:09.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:08.174471+0000 mon.smithi148 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:24:09.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:08.176106+0000 mon.smithi148 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:24:09.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:08.177681+0000 mon.smithi148 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:24:09.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:08.187226+0000 mon.smithi148 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:24:09.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:08.196907+0000 mon.smithi148 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:24:09.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:08.198220+0000 mon.smithi148 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:24:09.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:08.207926+0000 mon.smithi148 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:24:09.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:08.216790+0000 mon.smithi148 (mon.0) 587 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:24:09.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:08.226340+0000 mon.smithi148 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T02:24:09.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:08.228000+0000 mon.smithi148 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T02:24:09.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:08.228322+0000 mon.smithi148 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:24:09.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:08 smithi148 bash[24200]: audit 2023-11-08T02:24:08.229114+0000 mon.smithi148 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:24:09.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: cephadm 2023-11-08T02:24:07.394350+0000 mgr.smithi148.cvefzo (mgr.14180) 140 : cephadm [INF] Detected new or changed devices on smithi148 2023-11-08T02:24:09.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:07.700553+0000 mon.smithi148 (mon.0) 573 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:24:09.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:07.701612+0000 mon.smithi148 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:24:09.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:07.702605+0000 mon.smithi148 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:24:09.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:07.703609+0000 mon.smithi148 (mon.0) 576 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:24:09.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: cephadm 2023-11-08T02:24:07.704434+0000 mgr.smithi148.cvefzo (mgr.14180) 141 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 3260M 2023-11-08T02:24:09.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:07.711622+0000 mon.smithi148 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:24:09.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:07.888954+0000 mon.smithi148 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:24:09.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:08.172362+0000 mon.smithi148 (mon.0) 579 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:24:09.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:08.174471+0000 mon.smithi148 (mon.0) 580 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:24:09.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:08.176106+0000 mon.smithi148 (mon.0) 581 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:24:09.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:08.177681+0000 mon.smithi148 (mon.0) 582 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:24:09.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:08.187226+0000 mon.smithi148 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:24:09.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:08.196907+0000 mon.smithi148 (mon.0) 584 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:24:09.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:08.198220+0000 mon.smithi148 (mon.0) 585 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:24:09.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:08.207926+0000 mon.smithi148 (mon.0) 586 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:24:09.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:08.216790+0000 mon.smithi148 (mon.0) 587 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:24:09.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:08.226340+0000 mon.smithi148 (mon.0) 588 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T02:24:09.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:08.228000+0000 mon.smithi148 (mon.0) 589 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-11-08T02:24:09.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:08.228322+0000 mon.smithi148 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:24:09.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:08 smithi153 bash[28288]: audit 2023-11-08T02:24:08.229114+0000 mon.smithi148 (mon.0) 591 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:24:09.710 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:24:10.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:09 smithi148 bash[24200]: cephadm 2023-11-08T02:24:07.876295+0000 mgr.smithi148.cvefzo (mgr.14180) 142 : cephadm [INF] Detected new or changed devices on smithi153 2023-11-08T02:24:10.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:09 smithi148 bash[24200]: cephadm 2023-11-08T02:24:08.179406+0000 mgr.smithi148.cvefzo (mgr.14180) 143 : cephadm [INF] Adjusting osd_memory_target on smithi153 to 4028M 2023-11-08T02:24:10.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:09 smithi148 bash[24200]: cluster 2023-11-08T02:24:08.631637+0000 mgr.smithi148.cvefzo (mgr.14180) 144 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:10.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:09 smithi153 bash[28288]: cephadm 2023-11-08T02:24:07.876295+0000 mgr.smithi148.cvefzo (mgr.14180) 142 : cephadm [INF] Detected new or changed devices on smithi153 2023-11-08T02:24:10.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:09 smithi153 bash[28288]: cephadm 2023-11-08T02:24:08.179406+0000 mgr.smithi148.cvefzo (mgr.14180) 143 : cephadm [INF] Adjusting osd_memory_target on smithi153 to 4028M 2023-11-08T02:24:10.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:09 smithi153 bash[28288]: cluster 2023-11-08T02:24:08.631637+0000 mgr.smithi148.cvefzo (mgr.14180) 144 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:12.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:11 smithi148 bash[24200]: cluster 2023-11-08T02:24:10.632259+0000 mgr.smithi148.cvefzo (mgr.14180) 145 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:12.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:11 smithi153 bash[28288]: cluster 2023-11-08T02:24:10.632259+0000 mgr.smithi148.cvefzo (mgr.14180) 145 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:12.987 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:24:12.987 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":42,"fsid":"013513a2-7ddd-11ee-8dbb-212e2dc638e7","created":"2023-11-08T02:18:40.283213+0000","modified":"2023-11-08T02:23:51.709922+0000","last_up_change":"2023-11-08T02:23:49.694582+0000","last_in_change":"2023-11-08T02:22:50.905070+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-08T02:23:28.187143+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":"27","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_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"81d63afa-1e78-4167-818d-58ac21098ea0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6800","nonce":1512387949},{"type":"v1","addr":"172.21.15.153:6801","nonce":1512387949}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":1512387949},{"type":"v1","addr":"172.21.15.153:6803","nonce":1512387949}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":1512387949},{"type":"v1","addr":"172.21.15.153:6807","nonce":1512387949}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":1512387949},{"type":"v1","addr":"172.21.15.153:6805","nonce":1512387949}]},"public_addr":"172.21.15.153:6801/1512387949","cluster_addr":"172.21.15.153:6803/1512387949","heartbeat_back_addr":"172.21.15.153:6807/1512387949","heartbeat_front_addr":"172.21.15.153:6805/1512387949","state":["exists","up"]},{"osd":1,"uuid":"2b367417-4df7-4d6c-b4e9-067b9c933b43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":2491886902},{"type":"v1","addr":"172.21.15.148:6803","nonce":2491886902}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":2491886902},{"type":"v1","addr":"172.21.15.148:6805","nonce":2491886902}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6808","nonce":2491886902},{"type":"v1","addr":"172.21.15.148:6809","nonce":2491886902}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":2491886902},{"type":"v1","addr":"172.21.15.148:6807","nonce":2491886902}]},"public_addr":"172.21.15.148:6803/2491886902","cluster_addr":"172.21.15.148:6805/2491886902","heartbeat_back_addr":"172.21.15.148:6809/2491886902","heartbeat_front_addr":"172.21.15.148:6807/2491886902","state":["exists","up"]},{"osd":2,"uuid":"dbc3f8c6-f532-454d-adb4-8615b6e96df3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":4099810865},{"type":"v1","addr":"172.21.15.153:6809","nonce":4099810865}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6810","nonce":4099810865},{"type":"v1","addr":"172.21.15.153:6811","nonce":4099810865}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":4099810865},{"type":"v1","addr":"172.21.15.153:6815","nonce":4099810865}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":4099810865},{"type":"v1","addr":"172.21.15.153:6813","nonce":4099810865}]},"public_addr":"172.21.15.153:6809/4099810865","cluster_addr":"172.21.15.153:6811/4099810865","heartbeat_back_addr":"172.21.15.153:6815/4099810865","heartbeat_front_addr":"172.21.15.153:6813/4099810865","state":["exists","up"]},{"osd":3,"uuid":"11bc6eda-6726-4b9d-8728-aad98580ae10","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6810","nonce":3441757392},{"type":"v1","addr":"172.21.15.148:6811","nonce":3441757392}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6812","nonce":3441757392},{"type":"v1","addr":"172.21.15.148:6813","nonce":3441757392}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6816","nonce":3441757392},{"type":"v1","addr":"172.21.15.148:6817","nonce":3441757392}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6814","nonce":3441757392},{"type":"v1","addr":"172.21.15.148:6815","nonce":3441757392}]},"public_addr":"172.21.15.148:6811/3441757392","cluster_addr":"172.21.15.148:6813/3441757392","heartbeat_back_addr":"172.21.15.148:6817/3441757392","heartbeat_front_addr":"172.21.15.148:6815/3441757392","state":["exists","up"]},{"osd":4,"uuid":"6451cbff-bba2-4d52-a5a7-693a44b5e0c8","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.153:6816","nonce":3680625173},{"type":"v1","addr":"172.21.15.153:6817","nonce":3680625173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6818","nonce":3680625173},{"type":"v1","addr":"172.21.15.153:6819","nonce":3680625173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":3680625173},{"type":"v1","addr":"172.21.15.153:6823","nonce":3680625173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":3680625173},{"type":"v1","addr":"172.21.15.153:6821","nonce":3680625173}]},"public_addr":"172.21.15.153:6817/3680625173","cluster_addr":"172.21.15.153:6819/3680625173","heartbeat_back_addr":"172.21.15.153:6823/3680625173","heartbeat_front_addr":"172.21.15.153:6821/3680625173","state":["exists","up"]},{"osd":5,"uuid":"1514baf7-3ff9-4efc-9a35-4ef9a2f32ab6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6818","nonce":494882318},{"type":"v1","addr":"172.21.15.148:6819","nonce":494882318}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6820","nonce":494882318},{"type":"v1","addr":"172.21.15.148:6821","nonce":494882318}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6824","nonce":494882318},{"type":"v1","addr":"172.21.15.148:6825","nonce":494882318}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6822","nonce":494882318},{"type":"v1","addr":"172.21.15.148:6823","nonce":494882318}]},"public_addr":"172.21.15.148:6819/494882318","cluster_addr":"172.21.15.148:6821/494882318","heartbeat_back_addr":"172.21.15.148:6825/494882318","heartbeat_front_addr":"172.21.15.148:6823/494882318","state":["exists","up"]},{"osd":6,"uuid":"43a767fa-269e-4cd6-861d-db3978d6ab0b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":2983510719},{"type":"v1","addr":"172.21.15.153:6825","nonce":2983510719}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6826","nonce":2983510719},{"type":"v1","addr":"172.21.15.153:6827","nonce":2983510719}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":2983510719},{"type":"v1","addr":"172.21.15.153:6831","nonce":2983510719}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":2983510719},{"type":"v1","addr":"172.21.15.153:6829","nonce":2983510719}]},"public_addr":"172.21.15.153:6825/2983510719","cluster_addr":"172.21.15.153:6827/2983510719","heartbeat_back_addr":"172.21.15.153:6831/2983510719","heartbeat_front_addr":"172.21.15.153:6829/2983510719","state":["exists","up"]},{"osd":7,"uuid":"ba31ad72-26b5-4bc4-b0f6-8bee0dd7a2c8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6826","nonce":2216676996},{"type":"v1","addr":"172.21.15.148:6827","nonce":2216676996}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6828","nonce":2216676996},{"type":"v1","addr":"172.21.15.148:6829","nonce":2216676996}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6832","nonce":2216676996},{"type":"v1","addr":"172.21.15.148:6833","nonce":2216676996}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6830","nonce":2216676996},{"type":"v1","addr":"172.21.15.148:6831","nonce":2216676996}]},"public_addr":"172.21.15.148:6827/2216676996","cluster_addr":"172.21.15.148:6829/2216676996","heartbeat_back_addr":"172.21.15.148:6833/2216676996","heartbeat_front_addr":"172.21.15.148:6831/2216676996","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:14.362593+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:25.779536+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:20.879811+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:32.796461+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:26.575135+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:40.904590+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:30.680435+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:47.847603+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.148:0/2799051509":"2023-11-09T02:20:54.580131+0000","172.21.15.148:6801/119186555":"2023-11-09T02:20:54.580131+0000","172.21.15.148:6800/119186555":"2023-11-09T02:20:54.580131+0000","172.21.15.148:0/2700629846":"2023-11-09T02:20:54.580131+0000","172.21.15.148:6801/1773462938":"2023-11-09T02:19:52.024357+0000","172.21.15.148:0/1164461939":"2023-11-09T02:19:52.024357+0000","172.21.15.148:0/3347647284":"2023-11-09T02:19:52.024357+0000","172.21.15.148:6800/998688620":"2023-11-09T02:19:09.440998+0000","172.21.15.148:6800/1773462938":"2023-11-09T02:19:52.024357+0000","172.21.15.148:0/609914826":"2023-11-09T02:19:09.440998+0000","172.21.15.148:6801/998688620":"2023-11-09T02:19:09.440998+0000","172.21.15.148:0/1928832760":"2023-11-09T02:19:09.440998+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-08T02:24:13.068 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:12 smithi148 bash[24200]: cluster 2023-11-08T02:24:12.632895+0000 mgr.smithi148.cvefzo (mgr.14180) 146 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:13.401 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:12 smithi153 bash[28288]: cluster 2023-11-08T02:24:12.632895+0000 mgr.smithi148.cvefzo (mgr.14180) 146 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:14.094 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-11-08T02:23:28.187143+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': '27', '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_devicehealth': {}}}] 2023-11-08T02:24:14.094 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd pool get device_health_metrics pg_num 2023-11-08T02:24:14.140 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:13 smithi153 bash[28288]: audit 2023-11-08T02:24:12.986457+0000 mon.smithi148 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.148:0/1563844738' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T02:24:14.210 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:13 smithi148 bash[24200]: audit 2023-11-08T02:24:12.986457+0000 mon.smithi148 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.148:0/1563844738' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T02:24:15.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:14 smithi153 bash[28288]: cluster 2023-11-08T02:24:14.633298+0000 mgr.smithi148.cvefzo (mgr.14180) 147 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:15.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:14 smithi148 bash[24200]: cluster 2023-11-08T02:24:14.633298+0000 mgr.smithi148.cvefzo (mgr.14180) 147 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:17.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:17 smithi153 bash[28288]: cluster 2023-11-08T02:24:16.633850+0000 mgr.smithi148.cvefzo (mgr.14180) 148 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:18.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:17 smithi148 bash[24200]: cluster 2023-11-08T02:24:16.633850+0000 mgr.smithi148.cvefzo (mgr.14180) 148 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:19.868 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:24:20.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:19 smithi148 bash[24200]: cluster 2023-11-08T02:24:18.634556+0000 mgr.smithi148.cvefzo (mgr.14180) 149 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:20.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:19 smithi153 bash[28288]: cluster 2023-11-08T02:24:18.634556+0000 mgr.smithi148.cvefzo (mgr.14180) 149 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:22.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:21 smithi148 bash[24200]: cluster 2023-11-08T02:24:20.635132+0000 mgr.smithi148.cvefzo (mgr.14180) 150 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:22.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:21 smithi153 bash[28288]: cluster 2023-11-08T02:24:20.635132+0000 mgr.smithi148.cvefzo (mgr.14180) 150 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:22.815 INFO:teuthology.orchestra.run.smithi148.stdout:pg_num: 1 2023-11-08T02:24:23.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:22 smithi148 bash[24200]: cluster 2023-11-08T02:24:22.635683+0000 mgr.smithi148.cvefzo (mgr.14180) 151 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:23.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:22 smithi148 bash[24200]: audit 2023-11-08T02:24:22.815770+0000 mon.smithi148 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.148:0/3661553147' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-08T02:24:23.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:22 smithi153 bash[28288]: cluster 2023-11-08T02:24:22.635683+0000 mgr.smithi148.cvefzo (mgr.14180) 151 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:23.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:22 smithi153 bash[28288]: audit 2023-11-08T02:24:22.815770+0000 mon.smithi148 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.148:0/3661553147' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-11-08T02:24:24.067 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-11-08T02:24:24.068 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-11-08T02:24:24.068 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph mgr dump --format=json 2023-11-08T02:24:25.901 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:25 smithi153 bash[28288]: cluster 2023-11-08T02:24:24.636088+0000 mgr.smithi148.cvefzo (mgr.14180) 152 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:26.011 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:25 smithi148 bash[24200]: cluster 2023-11-08T02:24:24.636088+0000 mgr.smithi148.cvefzo (mgr.14180) 152 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:28.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:27 smithi148 bash[24200]: cluster 2023-11-08T02:24:26.636432+0000 mgr.smithi148.cvefzo (mgr.14180) 153 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:28.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:27 smithi153 bash[28288]: cluster 2023-11-08T02:24:26.636432+0000 mgr.smithi148.cvefzo (mgr.14180) 153 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:29.967 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:24:29.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:29 smithi148 bash[24200]: cluster 2023-11-08T02:24:28.637008+0000 mgr.smithi148.cvefzo (mgr.14180) 154 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:30.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:29 smithi153 bash[28288]: cluster 2023-11-08T02:24:28.637008+0000 mgr.smithi148.cvefzo (mgr.14180) 154 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:31.901 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:31 smithi153 bash[28288]: cluster 2023-11-08T02:24:30.637592+0000 mgr.smithi148.cvefzo (mgr.14180) 155 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:32.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:31 smithi148 bash[24200]: cluster 2023-11-08T02:24:30.637592+0000 mgr.smithi148.cvefzo (mgr.14180) 155 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:33.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:32 smithi153 bash[28288]: cluster 2023-11-08T02:24:32.638091+0000 mgr.smithi148.cvefzo (mgr.14180) 156 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:33.257 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:32 smithi148 bash[24200]: cluster 2023-11-08T02:24:32.638091+0000 mgr.smithi148.cvefzo (mgr.14180) 156 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:33.724 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:24:34.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:33 smithi148 bash[24200]: audit 2023-11-08T02:24:33.719832+0000 mon.smithi148 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.148:0/286981626' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-08T02:24:34.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:33 smithi153 bash[28288]: audit 2023-11-08T02:24:33.719832+0000 mon.smithi148 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.148:0/286981626' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-11-08T02:24:35.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:34 smithi148 bash[24200]: cluster 2023-11-08T02:24:34.638663+0000 mgr.smithi148.cvefzo (mgr.14180) 157 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:35.319 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi148.cvefzo","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6800","nonce":3463176845},{"type":"v1","addr":"172.21.15.148:6801","nonce":3463176845}]},"active_addr":"172.21.15.148:6801/3463176845","active_change":"2023-11-08T02:20:54.580400+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi153.hutpfy","mgr_features":4540138314316775423,"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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"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":[]},"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.23.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_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","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":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived 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.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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_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":[]},"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":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"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_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_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":[]},"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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","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":"","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":"","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":"","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":{"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_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"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":[]},"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":"","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":"rook","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":"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":[]},"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":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","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":[]},"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":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","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":"None","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":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = 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":"2400","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":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"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":[]},"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.23.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_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:8.3.5","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":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived 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.3.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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.33.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus 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_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":[]},"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":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"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_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_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":[]},"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":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","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":"str","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"str","level":"advanced","flags":0,"default_value":"30","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":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"str","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"str","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"","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":"","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":"","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":"","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":{"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_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"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":[]},"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":"","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":"rook","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":"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":[]},"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":"","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"None","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":[]},"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":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"None","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"str","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":"None","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.148:8443/","prometheus":"http://172.21.15.148:9283/"},"always_on_modules":{"nautilus":["balancer","crash","devicehealth","orchestrator_cli","progress","rbd_support","status","volumes"],"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"]},"last_failure_osd_epoch":4,"active_clients":[{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.148:0","nonce":3143857718}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.148:0","nonce":3063704432}]}]} 2023-11-08T02:24:35.323 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-11-08T02:24:35.324 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-11-08T02:24:35.324 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T02:24:35.377 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:34 smithi153 bash[28288]: cluster 2023-11-08T02:24:34.638663+0000 mgr.smithi148.cvefzo (mgr.14180) 157 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:37.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:36 smithi148 bash[24200]: audit 2023-11-08T02:24:35.913802+0000 mon.smithi148 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:24:37.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:36 smithi148 bash[24200]: cluster 2023-11-08T02:24:36.639076+0000 mgr.smithi148.cvefzo (mgr.14180) 158 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:37.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:36 smithi153 bash[28288]: audit 2023-11-08T02:24:35.913802+0000 mon.smithi148 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:24:37.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:36 smithi153 bash[28288]: cluster 2023-11-08T02:24:36.639076+0000 mgr.smithi148.cvefzo (mgr.14180) 158 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:38.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:38 smithi148 bash[24200]: audit 2023-11-08T02:24:37.448634+0000 mon.smithi148 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:24:38.901 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:38 smithi153 bash[28288]: audit 2023-11-08T02:24:37.448634+0000 mon.smithi148 (mon.0) 596 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:24:39.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:39 smithi148 bash[24200]: cluster 2023-11-08T02:24:38.639627+0000 mgr.smithi148.cvefzo (mgr.14180) 159 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:39.901 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:39 smithi153 bash[28288]: cluster 2023-11-08T02:24:38.639627+0000 mgr.smithi148.cvefzo (mgr.14180) 159 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:40.106 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:24:42.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:41 smithi148 bash[24200]: cluster 2023-11-08T02:24:40.640175+0000 mgr.smithi148.cvefzo (mgr.14180) 160 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:42.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:41 smithi153 bash[28288]: cluster 2023-11-08T02:24:40.640175+0000 mgr.smithi148.cvefzo (mgr.14180) 160 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:43.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:42 smithi148 bash[24200]: cluster 2023-11-08T02:24:42.640748+0000 mgr.smithi148.cvefzo (mgr.14180) 161 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:43.144 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:24:43.145 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":42,"fsid":"013513a2-7ddd-11ee-8dbb-212e2dc638e7","created":"2023-11-08T02:18:40.283213+0000","modified":"2023-11-08T02:23:51.709922+0000","last_up_change":"2023-11-08T02:23:49.694582+0000","last_in_change":"2023-11-08T02:22:50.905070+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-08T02:23:28.187143+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":"27","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_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"81d63afa-1e78-4167-818d-58ac21098ea0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6800","nonce":1512387949},{"type":"v1","addr":"172.21.15.153:6801","nonce":1512387949}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":1512387949},{"type":"v1","addr":"172.21.15.153:6803","nonce":1512387949}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":1512387949},{"type":"v1","addr":"172.21.15.153:6807","nonce":1512387949}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":1512387949},{"type":"v1","addr":"172.21.15.153:6805","nonce":1512387949}]},"public_addr":"172.21.15.153:6801/1512387949","cluster_addr":"172.21.15.153:6803/1512387949","heartbeat_back_addr":"172.21.15.153:6807/1512387949","heartbeat_front_addr":"172.21.15.153:6805/1512387949","state":["exists","up"]},{"osd":1,"uuid":"2b367417-4df7-4d6c-b4e9-067b9c933b43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":2491886902},{"type":"v1","addr":"172.21.15.148:6803","nonce":2491886902}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":2491886902},{"type":"v1","addr":"172.21.15.148:6805","nonce":2491886902}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6808","nonce":2491886902},{"type":"v1","addr":"172.21.15.148:6809","nonce":2491886902}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":2491886902},{"type":"v1","addr":"172.21.15.148:6807","nonce":2491886902}]},"public_addr":"172.21.15.148:6803/2491886902","cluster_addr":"172.21.15.148:6805/2491886902","heartbeat_back_addr":"172.21.15.148:6809/2491886902","heartbeat_front_addr":"172.21.15.148:6807/2491886902","state":["exists","up"]},{"osd":2,"uuid":"dbc3f8c6-f532-454d-adb4-8615b6e96df3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":4099810865},{"type":"v1","addr":"172.21.15.153:6809","nonce":4099810865}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6810","nonce":4099810865},{"type":"v1","addr":"172.21.15.153:6811","nonce":4099810865}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":4099810865},{"type":"v1","addr":"172.21.15.153:6815","nonce":4099810865}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":4099810865},{"type":"v1","addr":"172.21.15.153:6813","nonce":4099810865}]},"public_addr":"172.21.15.153:6809/4099810865","cluster_addr":"172.21.15.153:6811/4099810865","heartbeat_back_addr":"172.21.15.153:6815/4099810865","heartbeat_front_addr":"172.21.15.153:6813/4099810865","state":["exists","up"]},{"osd":3,"uuid":"11bc6eda-6726-4b9d-8728-aad98580ae10","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6810","nonce":3441757392},{"type":"v1","addr":"172.21.15.148:6811","nonce":3441757392}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6812","nonce":3441757392},{"type":"v1","addr":"172.21.15.148:6813","nonce":3441757392}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6816","nonce":3441757392},{"type":"v1","addr":"172.21.15.148:6817","nonce":3441757392}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6814","nonce":3441757392},{"type":"v1","addr":"172.21.15.148:6815","nonce":3441757392}]},"public_addr":"172.21.15.148:6811/3441757392","cluster_addr":"172.21.15.148:6813/3441757392","heartbeat_back_addr":"172.21.15.148:6817/3441757392","heartbeat_front_addr":"172.21.15.148:6815/3441757392","state":["exists","up"]},{"osd":4,"uuid":"6451cbff-bba2-4d52-a5a7-693a44b5e0c8","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.153:6816","nonce":3680625173},{"type":"v1","addr":"172.21.15.153:6817","nonce":3680625173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6818","nonce":3680625173},{"type":"v1","addr":"172.21.15.153:6819","nonce":3680625173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":3680625173},{"type":"v1","addr":"172.21.15.153:6823","nonce":3680625173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":3680625173},{"type":"v1","addr":"172.21.15.153:6821","nonce":3680625173}]},"public_addr":"172.21.15.153:6817/3680625173","cluster_addr":"172.21.15.153:6819/3680625173","heartbeat_back_addr":"172.21.15.153:6823/3680625173","heartbeat_front_addr":"172.21.15.153:6821/3680625173","state":["exists","up"]},{"osd":5,"uuid":"1514baf7-3ff9-4efc-9a35-4ef9a2f32ab6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6818","nonce":494882318},{"type":"v1","addr":"172.21.15.148:6819","nonce":494882318}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6820","nonce":494882318},{"type":"v1","addr":"172.21.15.148:6821","nonce":494882318}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6824","nonce":494882318},{"type":"v1","addr":"172.21.15.148:6825","nonce":494882318}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6822","nonce":494882318},{"type":"v1","addr":"172.21.15.148:6823","nonce":494882318}]},"public_addr":"172.21.15.148:6819/494882318","cluster_addr":"172.21.15.148:6821/494882318","heartbeat_back_addr":"172.21.15.148:6825/494882318","heartbeat_front_addr":"172.21.15.148:6823/494882318","state":["exists","up"]},{"osd":6,"uuid":"43a767fa-269e-4cd6-861d-db3978d6ab0b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":2983510719},{"type":"v1","addr":"172.21.15.153:6825","nonce":2983510719}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6826","nonce":2983510719},{"type":"v1","addr":"172.21.15.153:6827","nonce":2983510719}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":2983510719},{"type":"v1","addr":"172.21.15.153:6831","nonce":2983510719}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":2983510719},{"type":"v1","addr":"172.21.15.153:6829","nonce":2983510719}]},"public_addr":"172.21.15.153:6825/2983510719","cluster_addr":"172.21.15.153:6827/2983510719","heartbeat_back_addr":"172.21.15.153:6831/2983510719","heartbeat_front_addr":"172.21.15.153:6829/2983510719","state":["exists","up"]},{"osd":7,"uuid":"ba31ad72-26b5-4bc4-b0f6-8bee0dd7a2c8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6826","nonce":2216676996},{"type":"v1","addr":"172.21.15.148:6827","nonce":2216676996}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6828","nonce":2216676996},{"type":"v1","addr":"172.21.15.148:6829","nonce":2216676996}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6832","nonce":2216676996},{"type":"v1","addr":"172.21.15.148:6833","nonce":2216676996}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6830","nonce":2216676996},{"type":"v1","addr":"172.21.15.148:6831","nonce":2216676996}]},"public_addr":"172.21.15.148:6827/2216676996","cluster_addr":"172.21.15.148:6829/2216676996","heartbeat_back_addr":"172.21.15.148:6833/2216676996","heartbeat_front_addr":"172.21.15.148:6831/2216676996","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:14.362593+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:25.779536+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:20.879811+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:32.796461+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:26.575135+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:40.904590+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:30.680435+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:47.847603+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.148:0/2799051509":"2023-11-09T02:20:54.580131+0000","172.21.15.148:6801/119186555":"2023-11-09T02:20:54.580131+0000","172.21.15.148:6800/119186555":"2023-11-09T02:20:54.580131+0000","172.21.15.148:0/2700629846":"2023-11-09T02:20:54.580131+0000","172.21.15.148:6801/1773462938":"2023-11-09T02:19:52.024357+0000","172.21.15.148:0/1164461939":"2023-11-09T02:19:52.024357+0000","172.21.15.148:0/3347647284":"2023-11-09T02:19:52.024357+0000","172.21.15.148:6800/998688620":"2023-11-09T02:19:09.440998+0000","172.21.15.148:6800/1773462938":"2023-11-09T02:19:52.024357+0000","172.21.15.148:0/609914826":"2023-11-09T02:19:09.440998+0000","172.21.15.148:6801/998688620":"2023-11-09T02:19:09.440998+0000","172.21.15.148:0/1928832760":"2023-11-09T02:19:09.440998+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-08T02:24:43.401 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:42 smithi153 bash[28288]: cluster 2023-11-08T02:24:42.640748+0000 mgr.smithi148.cvefzo (mgr.14180) 161 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:43.888 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-11-08T02:24:43.889 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd dump --format=json 2023-11-08T02:24:44.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:43 smithi153 bash[28288]: audit 2023-11-08T02:24:43.143607+0000 mon.smithi148 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.148:0/3782333921' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T02:24:44.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:43 smithi148 bash[24200]: audit 2023-11-08T02:24:43.143607+0000 mon.smithi148 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.148:0/3782333921' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T02:24:45.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:44 smithi148 bash[24200]: cluster 2023-11-08T02:24:44.641348+0000 mgr.smithi148.cvefzo (mgr.14180) 162 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:45.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:44 smithi153 bash[28288]: cluster 2023-11-08T02:24:44.641348+0000 mgr.smithi148.cvefzo (mgr.14180) 162 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:48.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:47 smithi148 bash[24200]: cluster 2023-11-08T02:24:46.641903+0000 mgr.smithi148.cvefzo (mgr.14180) 163 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:48.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:47 smithi153 bash[28288]: cluster 2023-11-08T02:24:46.641903+0000 mgr.smithi148.cvefzo (mgr.14180) 163 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:48.685 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:24:49.812 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:49 smithi148 bash[24200]: cluster 2023-11-08T02:24:48.642527+0000 mgr.smithi148.cvefzo (mgr.14180) 164 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:50.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:49 smithi153 bash[28288]: cluster 2023-11-08T02:24:48.642527+0000 mgr.smithi148.cvefzo (mgr.14180) 164 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:51.582 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:24:51.583 INFO:teuthology.orchestra.run.smithi148.stdout:{"epoch":42,"fsid":"013513a2-7ddd-11ee-8dbb-212e2dc638e7","created":"2023-11-08T02:18:40.283213+0000","modified":"2023-11-08T02:23:51.709922+0000","last_up_change":"2023-11-08T02:23:49.694582+0000","last_in_change":"2023-11-08T02:22:50.905070+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2023-11-08T02:23:28.187143+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":"27","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_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"81d63afa-1e78-4167-818d-58ac21098ea0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6800","nonce":1512387949},{"type":"v1","addr":"172.21.15.153:6801","nonce":1512387949}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":1512387949},{"type":"v1","addr":"172.21.15.153:6803","nonce":1512387949}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":1512387949},{"type":"v1","addr":"172.21.15.153:6807","nonce":1512387949}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":1512387949},{"type":"v1","addr":"172.21.15.153:6805","nonce":1512387949}]},"public_addr":"172.21.15.153:6801/1512387949","cluster_addr":"172.21.15.153:6803/1512387949","heartbeat_back_addr":"172.21.15.153:6807/1512387949","heartbeat_front_addr":"172.21.15.153:6805/1512387949","state":["exists","up"]},{"osd":1,"uuid":"2b367417-4df7-4d6c-b4e9-067b9c933b43","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":32,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6802","nonce":2491886902},{"type":"v1","addr":"172.21.15.148:6803","nonce":2491886902}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6804","nonce":2491886902},{"type":"v1","addr":"172.21.15.148:6805","nonce":2491886902}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6808","nonce":2491886902},{"type":"v1","addr":"172.21.15.148:6809","nonce":2491886902}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6806","nonce":2491886902},{"type":"v1","addr":"172.21.15.148:6807","nonce":2491886902}]},"public_addr":"172.21.15.148:6803/2491886902","cluster_addr":"172.21.15.148:6805/2491886902","heartbeat_back_addr":"172.21.15.148:6809/2491886902","heartbeat_front_addr":"172.21.15.148:6807/2491886902","state":["exists","up"]},{"osd":2,"uuid":"dbc3f8c6-f532-454d-adb4-8615b6e96df3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6808","nonce":4099810865},{"type":"v1","addr":"172.21.15.153:6809","nonce":4099810865}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6810","nonce":4099810865},{"type":"v1","addr":"172.21.15.153:6811","nonce":4099810865}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6814","nonce":4099810865},{"type":"v1","addr":"172.21.15.153:6815","nonce":4099810865}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6812","nonce":4099810865},{"type":"v1","addr":"172.21.15.153:6813","nonce":4099810865}]},"public_addr":"172.21.15.153:6809/4099810865","cluster_addr":"172.21.15.153:6811/4099810865","heartbeat_back_addr":"172.21.15.153:6815/4099810865","heartbeat_front_addr":"172.21.15.153:6813/4099810865","state":["exists","up"]},{"osd":3,"uuid":"11bc6eda-6726-4b9d-8728-aad98580ae10","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":31,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6810","nonce":3441757392},{"type":"v1","addr":"172.21.15.148:6811","nonce":3441757392}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6812","nonce":3441757392},{"type":"v1","addr":"172.21.15.148:6813","nonce":3441757392}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6816","nonce":3441757392},{"type":"v1","addr":"172.21.15.148:6817","nonce":3441757392}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6814","nonce":3441757392},{"type":"v1","addr":"172.21.15.148:6815","nonce":3441757392}]},"public_addr":"172.21.15.148:6811/3441757392","cluster_addr":"172.21.15.148:6813/3441757392","heartbeat_back_addr":"172.21.15.148:6817/3441757392","heartbeat_front_addr":"172.21.15.148:6815/3441757392","state":["exists","up"]},{"osd":4,"uuid":"6451cbff-bba2-4d52-a5a7-693a44b5e0c8","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.153:6816","nonce":3680625173},{"type":"v1","addr":"172.21.15.153:6817","nonce":3680625173}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6818","nonce":3680625173},{"type":"v1","addr":"172.21.15.153:6819","nonce":3680625173}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6822","nonce":3680625173},{"type":"v1","addr":"172.21.15.153:6823","nonce":3680625173}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6820","nonce":3680625173},{"type":"v1","addr":"172.21.15.153:6821","nonce":3680625173}]},"public_addr":"172.21.15.153:6817/3680625173","cluster_addr":"172.21.15.153:6819/3680625173","heartbeat_back_addr":"172.21.15.153:6823/3680625173","heartbeat_front_addr":"172.21.15.153:6821/3680625173","state":["exists","up"]},{"osd":5,"uuid":"1514baf7-3ff9-4efc-9a35-4ef9a2f32ab6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":36,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6818","nonce":494882318},{"type":"v1","addr":"172.21.15.148:6819","nonce":494882318}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6820","nonce":494882318},{"type":"v1","addr":"172.21.15.148:6821","nonce":494882318}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6824","nonce":494882318},{"type":"v1","addr":"172.21.15.148:6825","nonce":494882318}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6822","nonce":494882318},{"type":"v1","addr":"172.21.15.148:6823","nonce":494882318}]},"public_addr":"172.21.15.148:6819/494882318","cluster_addr":"172.21.15.148:6821/494882318","heartbeat_back_addr":"172.21.15.148:6825/494882318","heartbeat_front_addr":"172.21.15.148:6823/494882318","state":["exists","up"]},{"osd":6,"uuid":"43a767fa-269e-4cd6-861d-db3978d6ab0b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6824","nonce":2983510719},{"type":"v1","addr":"172.21.15.153:6825","nonce":2983510719}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6826","nonce":2983510719},{"type":"v1","addr":"172.21.15.153:6827","nonce":2983510719}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6830","nonce":2983510719},{"type":"v1","addr":"172.21.15.153:6831","nonce":2983510719}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6828","nonce":2983510719},{"type":"v1","addr":"172.21.15.153:6829","nonce":2983510719}]},"public_addr":"172.21.15.153:6825/2983510719","cluster_addr":"172.21.15.153:6827/2983510719","heartbeat_back_addr":"172.21.15.153:6831/2983510719","heartbeat_front_addr":"172.21.15.153:6829/2983510719","state":["exists","up"]},{"osd":7,"uuid":"ba31ad72-26b5-4bc4-b0f6-8bee0dd7a2c8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":40,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6826","nonce":2216676996},{"type":"v1","addr":"172.21.15.148:6827","nonce":2216676996}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6828","nonce":2216676996},{"type":"v1","addr":"172.21.15.148:6829","nonce":2216676996}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6832","nonce":2216676996},{"type":"v1","addr":"172.21.15.148:6833","nonce":2216676996}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.148:6830","nonce":2216676996},{"type":"v1","addr":"172.21.15.148:6831","nonce":2216676996}]},"public_addr":"172.21.15.148:6827/2216676996","cluster_addr":"172.21.15.148:6829/2216676996","heartbeat_back_addr":"172.21.15.148:6833/2216676996","heartbeat_front_addr":"172.21.15.148:6831/2216676996","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:14.362593+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:25.779536+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:20.879811+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:32.796461+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:26.575135+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:40.904590+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:30.680435+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2023-11-08T02:23:47.847603+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.148:0/2799051509":"2023-11-09T02:20:54.580131+0000","172.21.15.148:6801/119186555":"2023-11-09T02:20:54.580131+0000","172.21.15.148:6800/119186555":"2023-11-09T02:20:54.580131+0000","172.21.15.148:0/2700629846":"2023-11-09T02:20:54.580131+0000","172.21.15.148:6801/1773462938":"2023-11-09T02:19:52.024357+0000","172.21.15.148:0/1164461939":"2023-11-09T02:19:52.024357+0000","172.21.15.148:0/3347647284":"2023-11-09T02:19:52.024357+0000","172.21.15.148:6800/998688620":"2023-11-09T02:19:09.440998+0000","172.21.15.148:6800/1773462938":"2023-11-09T02:19:52.024357+0000","172.21.15.148:0/609914826":"2023-11-09T02:19:09.440998+0000","172.21.15.148:6801/998688620":"2023-11-09T02:19:09.440998+0000","172.21.15.148:0/1928832760":"2023-11-09T02:19:09.440998+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-11-08T02:24:52.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:51 smithi148 bash[24200]: cluster 2023-11-08T02:24:50.643065+0000 mgr.smithi148.cvefzo (mgr.14180) 165 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:52.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:51 smithi148 bash[24200]: audit 2023-11-08T02:24:51.581614+0000 mon.smithi148 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.148:0/899037801' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T02:24:52.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:51 smithi153 bash[28288]: cluster 2023-11-08T02:24:50.643065+0000 mgr.smithi148.cvefzo (mgr.14180) 165 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:52.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:51 smithi153 bash[28288]: audit 2023-11-08T02:24:51.581614+0000 mon.smithi148 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.148:0/899037801' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-11-08T02:24:52.302 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-11-08T02:24:53.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:52 smithi148 bash[24200]: cluster 2023-11-08T02:24:52.643674+0000 mgr.smithi148.cvefzo (mgr.14180) 166 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:53.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:52 smithi153 bash[28288]: cluster 2023-11-08T02:24:52.643674+0000 mgr.smithi148.cvefzo (mgr.14180) 166 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:56.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:55 smithi148 bash[24200]: cluster 2023-11-08T02:24:54.644159+0000 mgr.smithi148.cvefzo (mgr.14180) 167 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:56.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:55 smithi153 bash[28288]: cluster 2023-11-08T02:24:54.644159+0000 mgr.smithi148.cvefzo (mgr.14180) 167 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:57.085 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:24:57.962 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:57 smithi148 bash[24200]: cluster 2023-11-08T02:24:56.644761+0000 mgr.smithi148.cvefzo (mgr.14180) 168 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:58.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:57 smithi153 bash[28288]: cluster 2023-11-08T02:24:56.644761+0000 mgr.smithi148.cvefzo (mgr.14180) 168 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:24:59.852 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:24:59 smithi148 bash[24200]: cluster 2023-11-08T02:24:58.645289+0000 mgr.smithi148.cvefzo (mgr.14180) 169 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:00.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:24:59 smithi153 bash[28288]: cluster 2023-11-08T02:24:58.645289+0000 mgr.smithi148.cvefzo (mgr.14180) 169 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:00.539 INFO:teuthology.orchestra.run.smithi148.stdout:68719476759 2023-11-08T02:25:00.540 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-11-08T02:25:02.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:01 smithi148 bash[24200]: cluster 2023-11-08T02:25:00.645836+0000 mgr.smithi148.cvefzo (mgr.14180) 170 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:02.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:01 smithi153 bash[28288]: cluster 2023-11-08T02:25:00.645836+0000 mgr.smithi148.cvefzo (mgr.14180) 170 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:03.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:02 smithi148 bash[24200]: cluster 2023-11-08T02:25:02.646470+0000 mgr.smithi148.cvefzo (mgr.14180) 171 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:03.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:02 smithi153 bash[28288]: cluster 2023-11-08T02:25:02.646470+0000 mgr.smithi148.cvefzo (mgr.14180) 171 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:05.335 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:25:06.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:05 smithi148 bash[24200]: cluster 2023-11-08T02:25:04.647032+0000 mgr.smithi148.cvefzo (mgr.14180) 172 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:06.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:05 smithi153 bash[28288]: cluster 2023-11-08T02:25:04.647032+0000 mgr.smithi148.cvefzo (mgr.14180) 172 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:08.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:07 smithi148 bash[24200]: cluster 2023-11-08T02:25:06.647639+0000 mgr.smithi148.cvefzo (mgr.14180) 173 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:08.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:07 smithi153 bash[28288]: cluster 2023-11-08T02:25:06.647639+0000 mgr.smithi148.cvefzo (mgr.14180) 173 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:08.885 INFO:teuthology.orchestra.run.smithi148.stdout:103079215127 2023-11-08T02:25:08.886 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-11-08T02:25:10.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:09 smithi148 bash[24200]: cluster 2023-11-08T02:25:08.648161+0000 mgr.smithi148.cvefzo (mgr.14180) 174 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:10.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:09 smithi153 bash[28288]: cluster 2023-11-08T02:25:08.648161+0000 mgr.smithi148.cvefzo (mgr.14180) 174 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:12.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:11 smithi148 bash[24200]: cluster 2023-11-08T02:25:10.648648+0000 mgr.smithi148.cvefzo (mgr.14180) 175 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:12.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:11 smithi153 bash[28288]: cluster 2023-11-08T02:25:10.648648+0000 mgr.smithi148.cvefzo (mgr.14180) 175 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:13.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:12 smithi148 bash[24200]: cluster 2023-11-08T02:25:12.649302+0000 mgr.smithi148.cvefzo (mgr.14180) 176 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:13.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:12 smithi153 bash[28288]: cluster 2023-11-08T02:25:12.649302+0000 mgr.smithi148.cvefzo (mgr.14180) 176 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:13.673 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:25:16.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:15 smithi148 bash[24200]: cluster 2023-11-08T02:25:14.649931+0000 mgr.smithi148.cvefzo (mgr.14180) 177 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:16.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:15 smithi153 bash[28288]: cluster 2023-11-08T02:25:14.649931+0000 mgr.smithi148.cvefzo (mgr.14180) 177 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:17.216 INFO:teuthology.orchestra.run.smithi148.stdout:85899345946 2023-11-08T02:25:17.217 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-11-08T02:25:18.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:17 smithi148 bash[24200]: cluster 2023-11-08T02:25:16.650599+0000 mgr.smithi148.cvefzo (mgr.14180) 178 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:18.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:17 smithi153 bash[28288]: cluster 2023-11-08T02:25:16.650599+0000 mgr.smithi148.cvefzo (mgr.14180) 178 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:20.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:19 smithi148 bash[24200]: cluster 2023-11-08T02:25:18.651214+0000 mgr.smithi148.cvefzo (mgr.14180) 179 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:20.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:19 smithi153 bash[28288]: cluster 2023-11-08T02:25:18.651214+0000 mgr.smithi148.cvefzo (mgr.14180) 179 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:22.005 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:25:22.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:21 smithi148 bash[24200]: cluster 2023-11-08T02:25:20.651893+0000 mgr.smithi148.cvefzo (mgr.14180) 180 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:22.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:21 smithi153 bash[28288]: cluster 2023-11-08T02:25:20.651893+0000 mgr.smithi148.cvefzo (mgr.14180) 180 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:23.265 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:22 smithi148 bash[24200]: cluster 2023-11-08T02:25:22.652541+0000 mgr.smithi148.cvefzo (mgr.14180) 181 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:23.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:22 smithi153 bash[28288]: cluster 2023-11-08T02:25:22.652541+0000 mgr.smithi148.cvefzo (mgr.14180) 181 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:25.547 INFO:teuthology.orchestra.run.smithi148.stdout:133143986200 2023-11-08T02:25:25.548 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-11-08T02:25:26.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:25 smithi148 bash[24200]: cluster 2023-11-08T02:25:24.653110+0000 mgr.smithi148.cvefzo (mgr.14180) 182 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:26.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:25 smithi153 bash[28288]: cluster 2023-11-08T02:25:24.653110+0000 mgr.smithi148.cvefzo (mgr.14180) 182 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:28.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:27 smithi148 bash[24200]: cluster 2023-11-08T02:25:26.653702+0000 mgr.smithi148.cvefzo (mgr.14180) 183 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:28.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:27 smithi153 bash[28288]: cluster 2023-11-08T02:25:26.653702+0000 mgr.smithi148.cvefzo (mgr.14180) 183 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:30.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:29 smithi148 bash[24200]: cluster 2023-11-08T02:25:28.654286+0000 mgr.smithi148.cvefzo (mgr.14180) 184 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:30.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:29 smithi153 bash[28288]: cluster 2023-11-08T02:25:28.654286+0000 mgr.smithi148.cvefzo (mgr.14180) 184 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:30.337 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:25:32.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:31 smithi148 bash[24200]: cluster 2023-11-08T02:25:30.654847+0000 mgr.smithi148.cvefzo (mgr.14180) 185 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:32.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:31 smithi153 bash[28288]: cluster 2023-11-08T02:25:30.654847+0000 mgr.smithi148.cvefzo (mgr.14180) 185 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:33.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:32 smithi148 bash[24200]: cluster 2023-11-08T02:25:32.655410+0000 mgr.smithi148.cvefzo (mgr.14180) 186 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:33.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:32 smithi153 bash[28288]: cluster 2023-11-08T02:25:32.655410+0000 mgr.smithi148.cvefzo (mgr.14180) 186 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:34.036 INFO:teuthology.orchestra.run.smithi148.stdout:103079215132 2023-11-08T02:25:34.037 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-11-08T02:25:36.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:35 smithi148 bash[24200]: cluster 2023-11-08T02:25:34.655977+0000 mgr.smithi148.cvefzo (mgr.14180) 187 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:36.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:35 smithi153 bash[28288]: cluster 2023-11-08T02:25:34.655977+0000 mgr.smithi148.cvefzo (mgr.14180) 187 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:38.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:37 smithi148 bash[24200]: cluster 2023-11-08T02:25:36.656533+0000 mgr.smithi148.cvefzo (mgr.14180) 188 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:38.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:37 smithi148 bash[24200]: audit 2023-11-08T02:25:37.454305+0000 mon.smithi148 (mon.0) 599 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:25:38.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:37 smithi153 bash[28288]: cluster 2023-11-08T02:25:36.656533+0000 mgr.smithi148.cvefzo (mgr.14180) 188 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:38.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:37 smithi153 bash[28288]: audit 2023-11-08T02:25:37.454305+0000 mon.smithi148 (mon.0) 599 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:25:38.815 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:25:39.994 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:39 smithi148 bash[24200]: cluster 2023-11-08T02:25:38.657056+0000 mgr.smithi148.cvefzo (mgr.14180) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:40.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:39 smithi153 bash[28288]: cluster 2023-11-08T02:25:38.657056+0000 mgr.smithi148.cvefzo (mgr.14180) 189 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:42.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:41 smithi148 bash[24200]: cluster 2023-11-08T02:25:40.657697+0000 mgr.smithi148.cvefzo (mgr.14180) 190 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:42.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:41 smithi153 bash[28288]: cluster 2023-11-08T02:25:40.657697+0000 mgr.smithi148.cvefzo (mgr.14180) 190 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:42.379 INFO:teuthology.orchestra.run.smithi148.stdout:154618822682 2023-11-08T02:25:42.379 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-11-08T02:25:43.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:42 smithi148 bash[24200]: cluster 2023-11-08T02:25:42.658388+0000 mgr.smithi148.cvefzo (mgr.14180) 191 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:43.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:42 smithi153 bash[28288]: cluster 2023-11-08T02:25:42.658388+0000 mgr.smithi148.cvefzo (mgr.14180) 191 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:44.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:43 smithi153 bash[28288]: audit 2023-11-08T02:25:42.961919+0000 mon.smithi148 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:25:44.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:43 smithi153 bash[28288]: audit 2023-11-08T02:25:43.126460+0000 mon.smithi148 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:25:44.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:43 smithi153 bash[28288]: audit 2023-11-08T02:25:43.425025+0000 mon.smithi148 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:25:44.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:43 smithi153 bash[28288]: audit 2023-11-08T02:25:43.426433+0000 mon.smithi148 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:25:44.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:43 smithi153 bash[28288]: audit 2023-11-08T02:25:43.433814+0000 mon.smithi148 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:25:44.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:43 smithi153 bash[28288]: audit 2023-11-08T02:25:43.440463+0000 mon.smithi148 (mon.0) 605 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:25:44.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:43 smithi148 bash[24200]: audit 2023-11-08T02:25:42.961919+0000 mon.smithi148 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:25:44.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:43 smithi148 bash[24200]: audit 2023-11-08T02:25:43.126460+0000 mon.smithi148 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:25:44.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:43 smithi148 bash[24200]: audit 2023-11-08T02:25:43.425025+0000 mon.smithi148 (mon.0) 602 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:25:44.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:43 smithi148 bash[24200]: audit 2023-11-08T02:25:43.426433+0000 mon.smithi148 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:25:44.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:43 smithi148 bash[24200]: audit 2023-11-08T02:25:43.433814+0000 mon.smithi148 (mon.0) 604 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:25:44.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:43 smithi148 bash[24200]: audit 2023-11-08T02:25:43.440463+0000 mon.smithi148 (mon.0) 605 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:25:45.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:44 smithi148 bash[24200]: cluster 2023-11-08T02:25:44.658897+0000 mgr.smithi148.cvefzo (mgr.14180) 192 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:45.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:44 smithi153 bash[28288]: cluster 2023-11-08T02:25:44.658897+0000 mgr.smithi148.cvefzo (mgr.14180) 192 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:47.164 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:25:48.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:47 smithi148 bash[24200]: cluster 2023-11-08T02:25:46.659427+0000 mgr.smithi148.cvefzo (mgr.14180) 193 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:48.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:47 smithi153 bash[28288]: cluster 2023-11-08T02:25:46.659427+0000 mgr.smithi148.cvefzo (mgr.14180) 193 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:50.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:49 smithi148 bash[24200]: cluster 2023-11-08T02:25:48.660120+0000 mgr.smithi148.cvefzo (mgr.14180) 194 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:50.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:49 smithi153 bash[28288]: cluster 2023-11-08T02:25:48.660120+0000 mgr.smithi148.cvefzo (mgr.14180) 194 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:50.716 INFO:teuthology.orchestra.run.smithi148.stdout:120259084318 2023-11-08T02:25:50.717 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-11-08T02:25:52.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:51 smithi148 bash[24200]: cluster 2023-11-08T02:25:50.660731+0000 mgr.smithi148.cvefzo (mgr.14180) 195 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:52.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:51 smithi153 bash[28288]: cluster 2023-11-08T02:25:50.660731+0000 mgr.smithi148.cvefzo (mgr.14180) 195 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:53.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:52 smithi148 bash[24200]: cluster 2023-11-08T02:25:52.661339+0000 mgr.smithi148.cvefzo (mgr.14180) 196 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:53.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:52 smithi153 bash[28288]: cluster 2023-11-08T02:25:52.661339+0000 mgr.smithi148.cvefzo (mgr.14180) 196 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:55.490 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:25:55.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:55 smithi148 bash[24200]: cluster 2023-11-08T02:25:54.661824+0000 mgr.smithi148.cvefzo (mgr.14180) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:56.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:55 smithi153 bash[28288]: cluster 2023-11-08T02:25:54.661824+0000 mgr.smithi148.cvefzo (mgr.14180) 197 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:58.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:57 smithi148 bash[24200]: cluster 2023-11-08T02:25:56.662470+0000 mgr.smithi148.cvefzo (mgr.14180) 198 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:58.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:57 smithi153 bash[28288]: cluster 2023-11-08T02:25:56.662470+0000 mgr.smithi148.cvefzo (mgr.14180) 198 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:25:59.038 INFO:teuthology.orchestra.run.smithi148.stdout:171798691868 2023-11-08T02:25:59.038 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-11-08T02:26:00.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:25:59 smithi148 bash[24200]: cluster 2023-11-08T02:25:58.663024+0000 mgr.smithi148.cvefzo (mgr.14180) 199 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:00.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:25:59 smithi153 bash[28288]: cluster 2023-11-08T02:25:58.663024+0000 mgr.smithi148.cvefzo (mgr.14180) 199 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:02.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:01 smithi148 bash[24200]: cluster 2023-11-08T02:26:00.663622+0000 mgr.smithi148.cvefzo (mgr.14180) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:02.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:01 smithi153 bash[28288]: cluster 2023-11-08T02:26:00.663622+0000 mgr.smithi148.cvefzo (mgr.14180) 200 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:03.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:02 smithi148 bash[24200]: cluster 2023-11-08T02:26:02.664241+0000 mgr.smithi148.cvefzo (mgr.14180) 201 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:03.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:02 smithi153 bash[28288]: cluster 2023-11-08T02:26:02.664241+0000 mgr.smithi148.cvefzo (mgr.14180) 201 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:03.828 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:26:06.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:05 smithi148 bash[24200]: cluster 2023-11-08T02:26:04.664821+0000 mgr.smithi148.cvefzo (mgr.14180) 202 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:06.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:05 smithi153 bash[28288]: cluster 2023-11-08T02:26:04.664821+0000 mgr.smithi148.cvefzo (mgr.14180) 202 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:06.838 INFO:teuthology.orchestra.run.smithi148.stdout:68719476772 2023-11-08T02:26:07.581 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476759 got 68719476772 for osd.0 2023-11-08T02:26:07.582 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-11-08T02:26:08.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:07 smithi148 bash[24200]: cluster 2023-11-08T02:26:06.665343+0000 mgr.smithi148.cvefzo (mgr.14180) 203 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:08.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:07 smithi148 bash[24200]: audit 2023-11-08T02:26:06.838703+0000 mon.smithi148 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.148:0/2911675916' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-08T02:26:08.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:07 smithi153 bash[28288]: cluster 2023-11-08T02:26:06.665343+0000 mgr.smithi148.cvefzo (mgr.14180) 203 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:08.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:07 smithi153 bash[28288]: audit 2023-11-08T02:26:06.838703+0000 mon.smithi148 (mon.0) 606 : audit [DBG] from='client.? 172.21.15.148:0/2911675916' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-11-08T02:26:10.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:09 smithi148 bash[24200]: cluster 2023-11-08T02:26:08.665963+0000 mgr.smithi148.cvefzo (mgr.14180) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:10.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:09 smithi153 bash[28288]: cluster 2023-11-08T02:26:08.665963+0000 mgr.smithi148.cvefzo (mgr.14180) 204 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:12.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:11 smithi148 bash[24200]: cluster 2023-11-08T02:26:10.666583+0000 mgr.smithi148.cvefzo (mgr.14180) 205 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:12.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:11 smithi153 bash[28288]: cluster 2023-11-08T02:26:10.666583+0000 mgr.smithi148.cvefzo (mgr.14180) 205 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:12.371 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:26:13.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:12 smithi148 bash[24200]: cluster 2023-11-08T02:26:12.667122+0000 mgr.smithi148.cvefzo (mgr.14180) 206 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:13.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:12 smithi153 bash[28288]: cluster 2023-11-08T02:26:12.667122+0000 mgr.smithi148.cvefzo (mgr.14180) 206 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:15.291 INFO:teuthology.orchestra.run.smithi148.stdout:103079215141 2023-11-08T02:26:15.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:15 smithi148 bash[24200]: cluster 2023-11-08T02:26:14.667693+0000 mgr.smithi148.cvefzo (mgr.14180) 207 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:15 smithi148 bash[24200]: audit 2023-11-08T02:26:15.290870+0000 mon.smithi148 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.148:0/1871181705' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-08T02:26:15.960 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215127 got 103079215141 for osd.1 2023-11-08T02:26:15.960 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-11-08T02:26:16.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:15 smithi153 bash[28288]: cluster 2023-11-08T02:26:14.667693+0000 mgr.smithi148.cvefzo (mgr.14180) 207 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:16.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:15 smithi153 bash[28288]: audit 2023-11-08T02:26:15.290870+0000 mon.smithi148 (mon.0) 607 : audit [DBG] from='client.? 172.21.15.148:0/1871181705' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-11-08T02:26:18.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:17 smithi148 bash[24200]: cluster 2023-11-08T02:26:16.668305+0000 mgr.smithi148.cvefzo (mgr.14180) 208 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:18.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:17 smithi153 bash[28288]: cluster 2023-11-08T02:26:16.668305+0000 mgr.smithi148.cvefzo (mgr.14180) 208 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:20.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:19 smithi148 bash[24200]: cluster 2023-11-08T02:26:18.668842+0000 mgr.smithi148.cvefzo (mgr.14180) 209 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:20.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:19 smithi153 bash[28288]: cluster 2023-11-08T02:26:18.668842+0000 mgr.smithi148.cvefzo (mgr.14180) 209 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:20.754 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:26:21.979 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:21 smithi148 bash[24200]: cluster 2023-11-08T02:26:20.669422+0000 mgr.smithi148.cvefzo (mgr.14180) 210 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:22.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:21 smithi153 bash[28288]: cluster 2023-11-08T02:26:20.669422+0000 mgr.smithi148.cvefzo (mgr.14180) 210 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:23.232 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:22 smithi148 bash[24200]: cluster 2023-11-08T02:26:22.670062+0000 mgr.smithi148.cvefzo (mgr.14180) 211 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:23.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:22 smithi153 bash[28288]: cluster 2023-11-08T02:26:22.670062+0000 mgr.smithi148.cvefzo (mgr.14180) 211 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:23.656 INFO:teuthology.orchestra.run.smithi148.stdout:85899345959 2023-11-08T02:26:24.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:23 smithi153 bash[28288]: audit 2023-11-08T02:26:23.657158+0000 mon.smithi148 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.148:0/2312273726' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-08T02:26:24.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:23 smithi148 bash[24200]: audit 2023-11-08T02:26:23.657158+0000 mon.smithi148 (mon.0) 608 : audit [DBG] from='client.? 172.21.15.148:0/2312273726' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-11-08T02:26:24.403 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345946 got 85899345959 for osd.2 2023-11-08T02:26:24.403 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-11-08T02:26:25.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:24 smithi148 bash[24200]: cluster 2023-11-08T02:26:24.670712+0000 mgr.smithi148.cvefzo (mgr.14180) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:25.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:24 smithi153 bash[28288]: cluster 2023-11-08T02:26:24.670712+0000 mgr.smithi148.cvefzo (mgr.14180) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:28.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:27 smithi148 bash[24200]: cluster 2023-11-08T02:26:26.671305+0000 mgr.smithi148.cvefzo (mgr.14180) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:28.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:27 smithi153 bash[28288]: cluster 2023-11-08T02:26:26.671305+0000 mgr.smithi148.cvefzo (mgr.14180) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:29.187 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:26:30.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:29 smithi148 bash[24200]: cluster 2023-11-08T02:26:28.671832+0000 mgr.smithi148.cvefzo (mgr.14180) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:30.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:29 smithi153 bash[28288]: cluster 2023-11-08T02:26:28.671832+0000 mgr.smithi148.cvefzo (mgr.14180) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:32.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:31 smithi148 bash[24200]: cluster 2023-11-08T02:26:30.672445+0000 mgr.smithi148.cvefzo (mgr.14180) 215 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:32.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:31 smithi153 bash[28288]: cluster 2023-11-08T02:26:30.672445+0000 mgr.smithi148.cvefzo (mgr.14180) 215 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:32.201 INFO:teuthology.orchestra.run.smithi148.stdout:133143986214 2023-11-08T02:26:32.962 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986200 got 133143986214 for osd.3 2023-11-08T02:26:32.962 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-11-08T02:26:33.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:32 smithi148 bash[24200]: audit 2023-11-08T02:26:32.201731+0000 mon.smithi148 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.148:0/3997925214' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-08T02:26:33.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:32 smithi148 bash[24200]: cluster 2023-11-08T02:26:32.673070+0000 mgr.smithi148.cvefzo (mgr.14180) 216 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:33.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:32 smithi153 bash[28288]: audit 2023-11-08T02:26:32.201731+0000 mon.smithi148 (mon.0) 609 : audit [DBG] from='client.? 172.21.15.148:0/3997925214' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-11-08T02:26:33.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:32 smithi153 bash[28288]: cluster 2023-11-08T02:26:32.673070+0000 mgr.smithi148.cvefzo (mgr.14180) 216 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:36.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:35 smithi148 bash[24200]: cluster 2023-11-08T02:26:34.673641+0000 mgr.smithi148.cvefzo (mgr.14180) 217 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:36.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:35 smithi153 bash[28288]: cluster 2023-11-08T02:26:34.673641+0000 mgr.smithi148.cvefzo (mgr.14180) 217 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:37.744 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:26:38.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:37 smithi148 bash[24200]: cluster 2023-11-08T02:26:36.674244+0000 mgr.smithi148.cvefzo (mgr.14180) 218 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:38.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:37 smithi153 bash[28288]: cluster 2023-11-08T02:26:36.674244+0000 mgr.smithi148.cvefzo (mgr.14180) 218 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:39.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:39 smithi148 bash[24200]: cluster 2023-11-08T02:26:38.674804+0000 mgr.smithi148.cvefzo (mgr.14180) 219 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:40.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:39 smithi153 bash[28288]: cluster 2023-11-08T02:26:38.674804+0000 mgr.smithi148.cvefzo (mgr.14180) 219 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:40.699 INFO:teuthology.orchestra.run.smithi148.stdout:103079215145 2023-11-08T02:26:41.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:40 smithi148 bash[24200]: audit 2023-11-08T02:26:40.700219+0000 mon.smithi148 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.148:0/3297307056' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-08T02:26:41.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:40 smithi153 bash[28288]: audit 2023-11-08T02:26:40.700219+0000 mon.smithi148 (mon.0) 610 : audit [DBG] from='client.? 172.21.15.148:0/3297307056' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-11-08T02:26:41.456 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215132 got 103079215145 for osd.4 2023-11-08T02:26:41.457 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-11-08T02:26:42.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:41 smithi148 bash[24200]: cluster 2023-11-08T02:26:40.675254+0000 mgr.smithi148.cvefzo (mgr.14180) 220 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:42.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:41 smithi153 bash[28288]: cluster 2023-11-08T02:26:40.675254+0000 mgr.smithi148.cvefzo (mgr.14180) 220 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:43.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:42 smithi148 bash[24200]: cluster 2023-11-08T02:26:42.675677+0000 mgr.smithi148.cvefzo (mgr.14180) 221 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:43.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:42 smithi153 bash[28288]: cluster 2023-11-08T02:26:42.675677+0000 mgr.smithi148.cvefzo (mgr.14180) 221 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:44.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:43 smithi153 bash[28288]: audit 2023-11-08T02:26:43.451473+0000 mon.smithi148 (mon.0) 611 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:26:44.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:43 smithi148 bash[24200]: audit 2023-11-08T02:26:43.451473+0000 mon.smithi148 (mon.0) 611 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:26:45.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:45 smithi148 bash[24200]: cluster 2023-11-08T02:26:44.676231+0000 mgr.smithi148.cvefzo (mgr.14180) 222 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:45.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:44 smithi153 bash[28288]: cluster 2023-11-08T02:26:44.676231+0000 mgr.smithi148.cvefzo (mgr.14180) 222 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:46.235 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:26:47.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:47 smithi148 bash[24200]: cluster 2023-11-08T02:26:46.676829+0000 mgr.smithi148.cvefzo (mgr.14180) 223 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:48.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:47 smithi153 bash[28288]: cluster 2023-11-08T02:26:46.676829+0000 mgr.smithi148.cvefzo (mgr.14180) 223 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:49.379 INFO:teuthology.orchestra.run.smithi148.stdout:154618822695 2023-11-08T02:26:49.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:49 smithi148 bash[24200]: audit 2023-11-08T02:26:48.422935+0000 mon.smithi148 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:26:49.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:49 smithi148 bash[24200]: cluster 2023-11-08T02:26:48.677326+0000 mgr.smithi148.cvefzo (mgr.14180) 224 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:49.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:49 smithi148 bash[24200]: audit 2023-11-08T02:26:48.952840+0000 mon.smithi148 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:26:49.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:49 smithi148 bash[24200]: audit 2023-11-08T02:26:49.228217+0000 mon.smithi148 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:26:49.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:49 smithi148 bash[24200]: audit 2023-11-08T02:26:49.229464+0000 mon.smithi148 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:26:49.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:49 smithi148 bash[24200]: audit 2023-11-08T02:26:49.238108+0000 mon.smithi148 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:26:49.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:49 smithi148 bash[24200]: audit 2023-11-08T02:26:49.244842+0000 mon.smithi148 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:26:49.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:49 smithi148 bash[24200]: audit 2023-11-08T02:26:49.380099+0000 mon.smithi148 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.148:0/386742965' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-08T02:26:49.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:49 smithi153 bash[28288]: audit 2023-11-08T02:26:48.422935+0000 mon.smithi148 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:26:49.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:49 smithi153 bash[28288]: cluster 2023-11-08T02:26:48.677326+0000 mgr.smithi148.cvefzo (mgr.14180) 224 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:49.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:49 smithi153 bash[28288]: audit 2023-11-08T02:26:48.952840+0000 mon.smithi148 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:26:49.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:49 smithi153 bash[28288]: audit 2023-11-08T02:26:49.228217+0000 mon.smithi148 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:26:49.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:49 smithi153 bash[28288]: audit 2023-11-08T02:26:49.229464+0000 mon.smithi148 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:26:49.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:49 smithi153 bash[28288]: audit 2023-11-08T02:26:49.238108+0000 mon.smithi148 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:26:49.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:49 smithi153 bash[28288]: audit 2023-11-08T02:26:49.244842+0000 mon.smithi148 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:26:49.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:49 smithi153 bash[28288]: audit 2023-11-08T02:26:49.380099+0000 mon.smithi148 (mon.0) 618 : audit [DBG] from='client.? 172.21.15.148:0/386742965' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-11-08T02:26:50.113 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822682 got 154618822695 for osd.5 2023-11-08T02:26:50.113 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-11-08T02:26:52.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:51 smithi148 bash[24200]: cluster 2023-11-08T02:26:50.677861+0000 mgr.smithi148.cvefzo (mgr.14180) 225 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:52.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:51 smithi153 bash[28288]: cluster 2023-11-08T02:26:50.677861+0000 mgr.smithi148.cvefzo (mgr.14180) 225 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:53.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:52 smithi148 bash[24200]: cluster 2023-11-08T02:26:52.678485+0000 mgr.smithi148.cvefzo (mgr.14180) 226 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:53.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:52 smithi153 bash[28288]: cluster 2023-11-08T02:26:52.678485+0000 mgr.smithi148.cvefzo (mgr.14180) 226 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:54.889 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:26:56.000 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:55 smithi148 bash[24200]: cluster 2023-11-08T02:26:54.678991+0000 mgr.smithi148.cvefzo (mgr.14180) 227 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:56.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:55 smithi153 bash[28288]: cluster 2023-11-08T02:26:54.678991+0000 mgr.smithi148.cvefzo (mgr.14180) 227 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:58.018 INFO:teuthology.orchestra.run.smithi148.stdout:120259084331 2023-11-08T02:26:58.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:57 smithi148 bash[24200]: cluster 2023-11-08T02:26:56.679498+0000 mgr.smithi148.cvefzo (mgr.14180) 228 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:58.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:57 smithi153 bash[28288]: cluster 2023-11-08T02:26:56.679498+0000 mgr.smithi148.cvefzo (mgr.14180) 228 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:26:58.796 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084318 got 120259084331 for osd.6 2023-11-08T02:26:58.796 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-11-08T02:26:59.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:58 smithi148 bash[24200]: audit 2023-11-08T02:26:58.019345+0000 mon.smithi148 (mon.0) 619 : audit [DBG] from='client.? 172.21.15.148:0/2136989159' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-08T02:26:59.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:58 smithi153 bash[28288]: audit 2023-11-08T02:26:58.019345+0000 mon.smithi148 (mon.0) 619 : audit [DBG] from='client.? 172.21.15.148:0/2136989159' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-11-08T02:27:00.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:26:59 smithi148 bash[24200]: cluster 2023-11-08T02:26:58.680093+0000 mgr.smithi148.cvefzo (mgr.14180) 229 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:00.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:26:59 smithi153 bash[28288]: cluster 2023-11-08T02:26:58.680093+0000 mgr.smithi148.cvefzo (mgr.14180) 229 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:02.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:01 smithi148 bash[24200]: cluster 2023-11-08T02:27:00.680645+0000 mgr.smithi148.cvefzo (mgr.14180) 230 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:02.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:01 smithi153 bash[28288]: cluster 2023-11-08T02:27:00.680645+0000 mgr.smithi148.cvefzo (mgr.14180) 230 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:03.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:02 smithi148 bash[24200]: cluster 2023-11-08T02:27:02.681218+0000 mgr.smithi148.cvefzo (mgr.14180) 231 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:03.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:02 smithi153 bash[28288]: cluster 2023-11-08T02:27:02.681218+0000 mgr.smithi148.cvefzo (mgr.14180) 231 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:03.582 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:27:06.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:05 smithi148 bash[24200]: cluster 2023-11-08T02:27:04.681917+0000 mgr.smithi148.cvefzo (mgr.14180) 232 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:06.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:05 smithi153 bash[28288]: cluster 2023-11-08T02:27:04.681917+0000 mgr.smithi148.cvefzo (mgr.14180) 232 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:06.571 INFO:teuthology.orchestra.run.smithi148.stdout:171798691881 2023-11-08T02:27:07.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:06 smithi148 bash[24200]: audit 2023-11-08T02:27:06.572138+0000 mon.smithi148 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.148:0/3521362953' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-08T02:27:07.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:06 smithi153 bash[28288]: audit 2023-11-08T02:27:06.572138+0000 mon.smithi148 (mon.0) 620 : audit [DBG] from='client.? 172.21.15.148:0/3521362953' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-11-08T02:27:07.322 INFO:tasks.cephadm.ceph_manager.ceph:need seq 171798691868 got 171798691881 for osd.7 2023-11-08T02:27:07.323 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-11-08T02:27:07.323 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph pg dump --format=json 2023-11-08T02:27:08.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:07 smithi148 bash[24200]: cluster 2023-11-08T02:27:06.682645+0000 mgr.smithi148.cvefzo (mgr.14180) 233 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:08.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:07 smithi153 bash[28288]: cluster 2023-11-08T02:27:06.682645+0000 mgr.smithi148.cvefzo (mgr.14180) 233 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:10.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:09 smithi148 bash[24200]: cluster 2023-11-08T02:27:08.683268+0000 mgr.smithi148.cvefzo (mgr.14180) 234 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:10.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:09 smithi153 bash[28288]: cluster 2023-11-08T02:27:08.683268+0000 mgr.smithi148.cvefzo (mgr.14180) 234 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:12.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:11 smithi148 bash[24200]: cluster 2023-11-08T02:27:10.683735+0000 mgr.smithi148.cvefzo (mgr.14180) 235 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:12.105 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:27:12.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:11 smithi153 bash[28288]: cluster 2023-11-08T02:27:10.683735+0000 mgr.smithi148.cvefzo (mgr.14180) 235 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:13.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:12 smithi148 bash[24200]: cluster 2023-11-08T02:27:12.684346+0000 mgr.smithi148.cvefzo (mgr.14180) 236 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:13.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:12 smithi153 bash[28288]: cluster 2023-11-08T02:27:12.684346+0000 mgr.smithi148.cvefzo (mgr.14180) 236 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:15.172 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:27:15.174 INFO:teuthology.orchestra.run.smithi148.stderr:dumped all 2023-11-08T02:27:15.877 INFO:teuthology.orchestra.run.smithi148.stdout:{"pg_ready":true,"pg_map":{"version":221,"stamp":"2023-11-08T02:27:14.684673+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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":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":2380032,"kb_used_data":3264,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548416,"statfs":{"total":767926730752,"available":765489577984,"internally_reserved":0,"allocated":3342336,"data_stored":1305050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"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":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":42,"state":"active+clean","last_fresh":"2023-11-08T02:23:52.277799+0000","last_change":"2023-11-08T02:23:52.277799+0000","last_active":"2023-11-08T02:23:52.277799+0000","last_peered":"2023-11-08T02:23:52.277799+0000","last_clean":"2023-11-08T02:23:52.277799+0000","last_became_active":"2023-11-08T02:23:52.277076+0000","last_became_peered":"2023-11-08T02:23:52.277076+0000","last_unstale":"2023-11-08T02:23:52.277799+0000","last_undegraded":"2023-11-08T02:23:52.277799+0000","last_fullsized":"2023-11-08T02:23:52.277799+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":42,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-08T02:23:28.712789+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-08T02:23:28.712789+0000","last_clean_scrub_stamp":"2023-11-08T02:23:28.712789+0000","log_size":0,"ondisk_log_size":0,"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,"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},"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":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":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":40,"seq":171798691883,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163813,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Wed Nov 8 02:26:59 2023","interfaces":[{"interface":"back","average":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89700000000000002},"min":{"1min":0.64600000000000002,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.79300000000000004},{"interface":"front","average":{"1min":0.871,"5min":0.85599999999999998,"15min":0.85099999999999998},"min":{"1min":0.66500000000000004,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.155,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":1.1830000000000001}]},{"osd":1,"last update":"Wed Nov 8 02:26:59 2023","interfaces":[{"interface":"back","average":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.747},"min":{"1min":0.57799999999999996,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.155,"5min":1.262,"15min":1.262},"last":0.70899999999999996},{"interface":"front","average":{"1min":0.85699999999999998,"5min":0.80600000000000005,"15min":0.77000000000000002},"min":{"1min":0.63600000000000001,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.1339999999999999,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.94199999999999995}]},{"osd":2,"last update":"Wed Nov 8 02:26:59 2023","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.873,"15min":0.86499999999999999},"min":{"1min":0.61899999999999999,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.2370000000000001,"5min":1.339,"15min":1.339},"last":0.81200000000000006},{"interface":"front","average":{"1min":0.996,"5min":0.95099999999999996,"15min":0.93899999999999995},"min":{"1min":0.78400000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.3480000000000001,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":1.022}]},{"osd":3,"last update":"Wed Nov 8 02:26:59 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.83799999999999997,"15min":0.82399999999999995},"min":{"1min":0.55600000000000005,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.097,"5min":1.177,"15min":1.177},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.88600000000000001,"5min":0.85599999999999998,"15min":0.82799999999999996},"min":{"1min":0.67400000000000004,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":0.74399999999999999}]},{"osd":4,"last update":"Wed Nov 8 02:26:59 2023","interfaces":[{"interface":"back","average":{"1min":1.0069999999999999,"5min":1.026,"15min":1.0289999999999999},"min":{"1min":0.82499999999999996,"5min":0.76200000000000001,"15min":0.76200000000000001},"max":{"1min":1.2310000000000001,"5min":1.75,"15min":1.75},"last":1.2270000000000001},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.036,"15min":1.022},"min":{"1min":0.81699999999999995,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.3540000000000001,"5min":1.359,"15min":1.359},"last":1.0620000000000001}]},{"osd":5,"last update":"Wed Nov 8 02:26:59 2023","interfaces":[{"interface":"back","average":{"1min":1.0109999999999999,"5min":0.96899999999999997,"15min":0.95099999999999996},"min":{"1min":0.69599999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.429,"5min":1.429,"15min":1.429},"last":0.89700000000000002},{"interface":"front","average":{"1min":1.0669999999999999,"5min":1.0309999999999999,"15min":1.0109999999999999},"min":{"1min":0.77400000000000002,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.482,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":1.325}]},{"osd":6,"last update":"Wed Nov 8 02:26:59 2023","interfaces":[{"interface":"back","average":{"1min":1.1910000000000001,"5min":1.151,"15min":1.1339999999999999},"min":{"1min":0.98499999999999999,"5min":0.79100000000000004,"15min":0.79100000000000004},"max":{"1min":1.6120000000000001,"5min":1.702,"15min":1.702},"last":1.1100000000000001},{"interface":"front","average":{"1min":1.1759999999999999,"5min":1.123,"15min":1.0980000000000001},"min":{"1min":0.92400000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.575,"5min":1.575,"15min":1.575},"last":0.86699999999999999}]}]},{"osd":5,"up_from":36,"seq":154618822701,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":164128,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Wed Nov 8 02:26:44 2023","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.85399999999999998,"15min":0.85299999999999998},"min":{"1min":0.71099999999999997,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.2509999999999999,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":0.93700000000000006},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.88,"15min":0.872},"min":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.411,"5min":1.411,"15min":1.411},"last":0.85199999999999998}]},{"osd":1,"last update":"Wed Nov 8 02:26:44 2023","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.77700000000000002,"15min":0.77700000000000002},"min":{"1min":0.58699999999999997,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.6850000000000001,"5min":1.6850000000000001,"15min":1.6850000000000001},"last":0.89200000000000002},{"interface":"front","average":{"1min":0.81000000000000005,"5min":0.77800000000000002,"15min":0.755},"min":{"1min":0.53000000000000003,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.8799999999999999,"5min":1.8799999999999999,"15min":1.8799999999999999},"last":1.1040000000000001}]},{"osd":2,"last update":"Wed Nov 8 02:26:44 2023","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.91900000000000004,"15min":0.91300000000000003},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.236,"5min":1.236,"15min":1.236},"last":1.228},{"interface":"front","average":{"1min":0.97899999999999998,"5min":0.92500000000000004,"15min":0.92000000000000004},"min":{"1min":0.66200000000000003,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.6319999999999999,"5min":1.6319999999999999,"15min":1.6319999999999999},"last":1.048}]},{"osd":3,"last update":"Wed Nov 8 02:26:44 2023","interfaces":[{"interface":"back","average":{"1min":0.873,"5min":0.85199999999999998,"15min":0.83799999999999997},"min":{"1min":0.54000000000000004,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.7430000000000001,"5min":1.7430000000000001,"15min":1.7430000000000001},"last":1.137},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.84899999999999998,"15min":0.82399999999999995},"min":{"1min":0.55900000000000005,"5min":0.504,"15min":0.504},"max":{"1min":1.129,"5min":1.365,"15min":1.365},"last":1.1839999999999999}]},{"osd":4,"last update":"Wed Nov 8 02:26:44 2023","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":0.99099999999999999,"15min":0.97499999999999998},"min":{"1min":0.86699999999999999,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.369,"5min":1.369,"15min":1.369},"last":1.5249999999999999},{"interface":"front","average":{"1min":1.026,"5min":0.996,"15min":0.97799999999999998},"min":{"1min":0.67400000000000004,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.976,"5min":1.976,"15min":1.976},"last":1.3879999999999999}]},{"osd":6,"last update":"Wed Nov 8 02:26:44 2023","interfaces":[{"interface":"back","average":{"1min":1.1180000000000001,"5min":1.085,"15min":1.079},"min":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"max":{"1min":1.804,"5min":1.804,"15min":1.804},"last":1.294},{"interface":"front","average":{"1min":1.115,"5min":1.0669999999999999,"15min":1.0489999999999999},"min":{"1min":0.78300000000000003,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.849,"5min":1.849,"15min":1.849},"last":1.4790000000000001}]},{"osd":7,"last update":"Wed Nov 8 02:27:00 2023","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.034,"15min":1.0189999999999999},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.921,"5min":1.921,"15min":1.921},"last":1.379},{"interface":"front","average":{"1min":1.0900000000000001,"5min":1.089,"15min":1.0740000000000001},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.9419999999999999,"5min":1.9419999999999999,"15min":1.9419999999999999},"last":1.4099999999999999}]}]},{"osd":2,"up_from":20,"seq":85899345970,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161569,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Wed Nov 8 02:26:29 2023","interfaces":[{"interface":"back","average":{"1min":0.67100000000000004,"5min":0.72599999999999998,"15min":0.72599999999999998},"min":{"1min":0.53700000000000003,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.87,"5min":2.8570000000000002,"15min":2.8570000000000002},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.73499999999999999,"5min":0.76200000000000001,"15min":0.747},"min":{"1min":0.57199999999999995,"5min":0.499,"15min":0.499},"max":{"1min":0.97199999999999998,"5min":3.008,"15min":3.008},"last":0.81299999999999994}]},{"osd":1,"last update":"Wed Nov 8 02:26:29 2023","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.93300000000000005,"15min":0.89900000000000002},"min":{"1min":0.626,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.23,"5min":3.6200000000000001,"15min":3.6200000000000001},"last":1.3320000000000001},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.874,"15min":0.83799999999999997},"min":{"1min":0.68100000000000005,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.145,"5min":2.8239999999999998,"15min":2.8239999999999998},"last":0.76500000000000001}]},{"osd":3,"last update":"Wed Nov 8 02:26:39 2023","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.93600000000000005,"15min":0.91400000000000003},"min":{"1min":0.72499999999999998,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.2549999999999999,"5min":2.391,"15min":2.391},"last":1.23},{"interface":"front","average":{"1min":1.054,"5min":1.0109999999999999,"15min":0.98499999999999999},"min":{"1min":0.76100000000000001,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.212,"5min":3.79,"15min":3.79},"last":0.71599999999999997}]},{"osd":4,"last update":"Wed Nov 8 02:26:29 2023","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.89900000000000002,"15min":0.88200000000000001},"min":{"1min":0.67200000000000004,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.173,"5min":2.508,"15min":2.508},"last":1.696},{"interface":"front","average":{"1min":1.083,"5min":1.042,"15min":1.008},"min":{"1min":0.80700000000000005,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.2789999999999999,"5min":3.4220000000000002,"15min":3.4220000000000002},"last":1.609}]},{"osd":5,"last update":"Wed Nov 8 02:26:54 2023","interfaces":[{"interface":"back","average":{"1min":1.0960000000000001,"5min":1.1160000000000001,"15min":1.137},"min":{"1min":0.80400000000000005,"5min":0.745,"15min":0.745},"max":{"1min":1.6699999999999999,"5min":3.5329999999999999,"15min":3.5329999999999999},"last":1.4670000000000001},{"interface":"front","average":{"1min":0.99399999999999999,"5min":1.0369999999999999,"15min":1.0640000000000001},"min":{"1min":0.78300000000000003,"5min":0.754,"15min":0.754},"max":{"1min":1.4790000000000001,"5min":2.7410000000000001,"15min":2.7410000000000001},"last":1.5649999999999999}]},{"osd":6,"last update":"Wed Nov 8 02:26:39 2023","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":1.0369999999999999,"15min":1.0329999999999999},"min":{"1min":0.75700000000000001,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.298,"5min":2.444,"15min":2.444},"last":1.5089999999999999},{"interface":"front","average":{"1min":1.0009999999999999,"5min":0.98999999999999999,"15min":0.96799999999999997},"min":{"1min":0.75600000000000001,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.1990000000000001,"5min":2.8860000000000001,"15min":2.8860000000000001},"last":1.722}]},{"osd":7,"last update":"Wed Nov 8 02:26:58 2023","interfaces":[{"interface":"back","average":{"1min":1.091,"5min":1.175,"15min":1.2},"min":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"max":{"1min":1.5800000000000001,"5min":2.7839999999999998,"15min":2.7839999999999998},"last":1.633},{"interface":"front","average":{"1min":1.232,"5min":1.2250000000000001,"15min":1.2430000000000001},"min":{"1min":0.94899999999999995,"5min":0.88200000000000001,"15min":0.88200000000000001},"max":{"1min":1.7390000000000001,"5min":3.71,"15min":3.71},"last":1.5529999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476786,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161569,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Wed Nov 8 02:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.80800000000000005,"15min":0.78600000000000003},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.2010000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":1.2090000000000001},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.88400000000000001,"15min":0.86799999999999999},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.2230000000000001,"5min":1.236,"15min":1.236},"last":0.79900000000000004}]},{"osd":2,"last update":"Wed Nov 8 02:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.80500000000000005,"15min":0.79700000000000004},"min":{"1min":0.55100000000000005,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.177,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":1.1819999999999999},{"interface":"front","average":{"1min":0.76400000000000001,"5min":0.75600000000000001,"15min":0.755},"min":{"1min":0.59399999999999997,"5min":0.376,"15min":0.376},"max":{"1min":1.0680000000000001,"5min":1.1040000000000001,"15min":1.1040000000000001},"last":0.70799999999999996}]},{"osd":3,"last update":"Wed Nov 8 02:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.95599999999999996,"15min":0.95599999999999996},"min":{"1min":0.71299999999999997,"5min":0.622,"15min":0.622},"max":{"1min":1.2350000000000001,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":1.1240000000000001},{"interface":"front","average":{"1min":0.88700000000000001,"5min":0.86199999999999999,"15min":0.83799999999999997},"min":{"1min":0.70999999999999996,"5min":0.622,"15min":0.622},"max":{"1min":1.1399999999999999,"5min":1.1399999999999999,"15min":1.1399999999999999},"last":0.877}]},{"osd":4,"last update":"Wed Nov 8 02:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.83899999999999997,"15min":0.81999999999999995},"min":{"1min":0.68600000000000005,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.099,"5min":1.264,"15min":1.264},"last":0.94199999999999995},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.86499999999999999,"15min":0.86099999999999999},"min":{"1min":0.63700000000000001,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.1499999999999999,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":0.83599999999999997}]},{"osd":5,"last update":"Wed Nov 8 02:26:51 2023","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":0.98499999999999999,"15min":0.98099999999999998},"min":{"1min":0.74299999999999999,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.3580000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":1.075},{"interface":"front","average":{"1min":1.046,"5min":1.0489999999999999,"15min":1.0489999999999999},"min":{"1min":0.89700000000000002,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.1819999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":0.98899999999999999}]},{"osd":6,"last update":"Wed Nov 8 02:26:34 2023","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":0.98199999999999998,"15min":0.96599999999999997},"min":{"1min":0.77200000000000002,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.298,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":0.96299999999999997},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.0589999999999999,"15min":1.0549999999999999},"min":{"1min":0.78800000000000003,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.252,"5min":1.464,"15min":1.464},"last":1.0469999999999999}]},{"osd":7,"last update":"Wed Nov 8 02:26:57 2023","interfaces":[{"interface":"back","average":{"1min":1.169,"5min":1.115,"15min":1.105},"min":{"1min":0.89100000000000001,"5min":0.84999999999999998,"15min":0.84999999999999998},"max":{"1min":1.53,"5min":1.53,"15min":1.53},"last":1.288},{"interface":"front","average":{"1min":1.2230000000000001,"5min":1.1799999999999999,"15min":1.1739999999999999},"min":{"1min":1.0720000000000001,"5min":0.85799999999999998,"15min":0.85799999999999998},"max":{"1min":1.6910000000000001,"5min":1.6910000000000001,"15min":1.6910000000000001},"last":1.244}]}]},{"osd":4,"up_from":24,"seq":103079215153,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163015,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Wed Nov 8 02:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.70299999999999996,"5min":0.71499999999999997,"15min":0.69699999999999995},"min":{"1min":0.55400000000000005,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.0049999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":1.1619999999999999},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.79200000000000004,"15min":0.78400000000000003},"min":{"1min":0.54000000000000004,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.167,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.97099999999999997}]},{"osd":1,"last update":"Wed Nov 8 02:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.90200000000000002,"15min":0.89700000000000002},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.2170000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":1.554},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.97899999999999998,"15min":0.97399999999999998},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.1679999999999999,"5min":1.335,"15min":1.335},"last":1.0289999999999999}]},{"osd":2,"last update":"Wed Nov 8 02:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.80700000000000005,"15min":0.79700000000000004},"min":{"1min":0.68300000000000005,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.1200000000000001,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":1.1879999999999999},{"interface":"front","average":{"1min":0.86199999999999999,"5min":0.88300000000000001,"15min":0.89100000000000001},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.157,"5min":1.1919999999999999,"15min":1.1919999999999999},"last":1.5289999999999999}]},{"osd":3,"last update":"Wed Nov 8 02:26:40 2023","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.95999999999999996,"15min":0.96499999999999997},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.131,"5min":1.306,"15min":1.306},"last":1.325},{"interface":"front","average":{"1min":1.0129999999999999,"5min":1.0149999999999999,"15min":1.0069999999999999},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.218,"5min":1.276,"15min":1.276},"last":0.86499999999999999}]},{"osd":5,"last update":"Wed Nov 8 02:26:51 2023","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.0589999999999999,"15min":1.052},"min":{"1min":0.85699999999999998,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.327,"5min":1.327,"15min":1.327},"last":1.101},{"interface":"front","average":{"1min":1.0009999999999999,"5min":0.94299999999999995,"15min":0.93100000000000005},"min":{"1min":0.79600000000000004,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.1679999999999999,"5min":1.202,"15min":1.202},"last":1.4219999999999999}]},{"osd":6,"last update":"Wed Nov 8 02:26:40 2023","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.0449999999999999,"15min":1.03},"min":{"1min":0.73999999999999999,"5min":0.628,"15min":0.628},"max":{"1min":1.375,"5min":1.482,"15min":1.482},"last":1.2549999999999999},{"interface":"front","average":{"1min":0.97399999999999998,"5min":0.97999999999999998,"15min":0.98399999999999999},"min":{"1min":0.71299999999999997,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.1970000000000001,"5min":1.359,"15min":1.359},"last":1.6339999999999999}]},{"osd":7,"last update":"Wed Nov 8 02:27:01 2023","interfaces":[{"interface":"back","average":{"1min":1.1819999999999999,"5min":1.133,"15min":1.135},"min":{"1min":0.90000000000000002,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.6719999999999999,"5min":1.6719999999999999,"15min":1.6719999999999999},"last":1.232},{"interface":"front","average":{"1min":1.278,"5min":1.224,"15min":1.224},"min":{"1min":1.046,"5min":0.871,"15min":0.871},"max":{"1min":1.9319999999999999,"5min":1.9319999999999999,"15min":1.9319999999999999},"last":1.3560000000000001}]}]},{"osd":1,"up_from":24,"seq":103079215153,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":164128,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Wed Nov 8 02:26:30 2023","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.86599999999999999,"15min":0.86199999999999999},"min":{"1min":0.64000000000000001,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.1180000000000001,"5min":1.246,"15min":1.246},"last":0.78800000000000003},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.89000000000000001,"15min":0.89800000000000002},"min":{"1min":0.621,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.405,"5min":1.405,"15min":1.405},"last":0.93500000000000005}]},{"osd":2,"last update":"Wed Nov 8 02:26:30 2023","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.879,"15min":0.85999999999999999},"min":{"1min":0.69899999999999995,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.284,"5min":1.284,"15min":1.284},"last":0.75700000000000001},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.93000000000000005,"15min":0.93300000000000005},"min":{"1min":0.60899999999999999,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.2330000000000001,"5min":1.47,"15min":1.47},"last":1.0900000000000001}]},{"osd":3,"last update":"Wed Nov 8 02:26:42 2023","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79200000000000004},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.123,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.81799999999999995,"5min":0.874,"15min":0.872},"min":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.159,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":1.0009999999999999}]},{"osd":4,"last update":"Wed Nov 8 02:26:30 2023","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.93600000000000005,"15min":0.93999999999999995},"min":{"1min":0.70199999999999996,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.3049999999999999,"5min":1.327,"15min":1.327},"last":0.82199999999999995},{"interface":"front","average":{"1min":0.995,"5min":0.96499999999999997,"15min":0.95699999999999996},"min":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.484,"5min":1.484,"15min":1.484},"last":0.96899999999999997}]},{"osd":5,"last update":"Wed Nov 8 02:26:52 2023","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.95499999999999996,"15min":0.96099999999999997},"min":{"1min":0.56699999999999995,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.6479999999999999,"5min":1.6479999999999999,"15min":1.6479999999999999},"last":0.61499999999999999},{"interface":"front","average":{"1min":1.014,"5min":0.96099999999999997,"15min":0.94799999999999995},"min":{"1min":0.59999999999999998,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.954,"5min":1.954,"15min":1.954},"last":0.65000000000000002}]},{"osd":6,"last update":"Wed Nov 8 02:26:36 2023","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.071,"15min":1.0669999999999999},"min":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.6180000000000001,"5min":1.6180000000000001,"15min":1.6180000000000001},"last":0.85699999999999998},{"interface":"front","average":{"1min":1.1200000000000001,"5min":1.107,"15min":1.0980000000000001},"min":{"1min":0.81799999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.5720000000000001,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":1.111}]},{"osd":7,"last update":"Wed Nov 8 02:26:57 2023","interfaces":[{"interface":"back","average":{"1min":1.081,"5min":1.0680000000000001,"15min":1.0720000000000001},"min":{"1min":0.55500000000000005,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.6990000000000001,"5min":1.6990000000000001,"15min":1.6990000000000001},"last":0.90500000000000003},{"interface":"front","average":{"1min":1.129,"5min":1.091,"15min":1.0780000000000001},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.8720000000000001,"5min":1.8720000000000001,"15min":1.8720000000000001},"last":1.032}]}]},{"osd":6,"up_from":28,"seq":120259084335,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163015,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Wed Nov 8 02:26:37 2023","interfaces":[{"interface":"back","average":{"1min":0.72299999999999998,"5min":0.71899999999999997,"15min":0.71799999999999997},"min":{"1min":0.51300000000000001,"5min":0.441,"15min":0.441},"max":{"1min":1.056,"5min":1.115,"15min":1.115},"last":0.95699999999999996},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.88600000000000001,"15min":0.88400000000000001},"min":{"1min":0.68999999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.216,"5min":1.399,"15min":1.399},"last":0.97599999999999998}]},{"osd":1,"last update":"Wed Nov 8 02:26:37 2023","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.89200000000000002,"15min":0.878},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.2549999999999999,"5min":1.3520000000000001,"15min":1.3520000000000001},"last":0.86399999999999999},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.92800000000000005,"15min":0.93899999999999995},"min":{"1min":0.63700000000000001,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.2190000000000001,"5min":1.333,"15min":1.333},"last":0.91400000000000003}]},{"osd":2,"last update":"Wed Nov 8 02:26:37 2023","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.76600000000000001,"15min":0.747},"min":{"1min":0.61199999999999999,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.0600000000000001,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.85899999999999999,"5min":0.89000000000000001,"15min":0.89500000000000002},"min":{"1min":0.66500000000000004,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.1399999999999999,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":1.0740000000000001}]},{"osd":3,"last update":"Wed Nov 8 02:26:37 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.97399999999999998,"15min":0.96299999999999997},"min":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.206,"5min":1.494,"15min":1.494},"last":1.038},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.046,"15min":1.03},"min":{"1min":0.84499999999999997,"5min":0.73299999999999998,"15min":0.73299999999999998},"max":{"1min":1.331,"5min":1.454,"15min":1.454},"last":0.83699999999999997}]},{"osd":4,"last update":"Wed Nov 8 02:26:37 2023","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.94499999999999995,"15min":0.95099999999999996},"min":{"1min":0.67300000000000004,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.087,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":0.77800000000000002},{"interface":"front","average":{"1min":1.02,"5min":1.0449999999999999,"15min":1.0489999999999999},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2250000000000001,"5min":1.597,"15min":1.597},"last":0.755}]},{"osd":5,"last update":"Wed Nov 8 02:26:51 2023","interfaces":[{"interface":"back","average":{"1min":1.135,"5min":1.143,"15min":1.147},"min":{"1min":0.96799999999999997,"5min":0.88800000000000001,"15min":0.88800000000000001},"max":{"1min":1.3120000000000001,"5min":1.528,"15min":1.528},"last":1.0229999999999999},{"interface":"front","average":{"1min":1.0129999999999999,"5min":1.0580000000000001,"15min":1.0740000000000001},"min":{"1min":0.79400000000000004,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.2649999999999999,"5min":1.673,"15min":1.673},"last":0.72399999999999998}]},{"osd":7,"last update":"Wed Nov 8 02:26:56 2023","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.129,"15min":1.1339999999999999},"min":{"1min":0.94099999999999995,"5min":0.78700000000000003,"15min":0.78700000000000003},"max":{"1min":1.607,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":0.98999999999999999},{"interface":"front","average":{"1min":1.0429999999999999,"5min":1.1080000000000001,"15min":1.1220000000000001},"min":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.228,"5min":1.55,"15min":1.55},"last":0.878}]}]},{"osd":3,"up_from":31,"seq":133143986222,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163813,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Wed Nov 8 02:26:42 2023","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.81699999999999995,"15min":0.80400000000000005},"min":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":0.97999999999999998,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":1.081},{"interface":"front","average":{"1min":0.88,"5min":0.86599999999999999,"15min":0.85099999999999998},"min":{"1min":0.55600000000000005,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.3180000000000001,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.78100000000000003}]},{"osd":1,"last update":"Wed Nov 8 02:26:42 2023","interfaces":[{"interface":"back","average":{"1min":0.71699999999999997,"5min":0.66800000000000004,"15min":0.64000000000000001},"min":{"1min":0.51500000000000001,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.0600000000000001,"5min":1.256,"15min":1.256},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.70699999999999996,"5min":0.71299999999999997,"15min":0.70299999999999996},"min":{"1min":0.47699999999999998,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.022,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":1.135}]},{"osd":2,"last update":"Wed Nov 8 02:26:42 2023","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.90400000000000003,"15min":0.88},"min":{"1min":0.70699999999999996,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.131,"5min":1.345,"15min":1.345},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.90900000000000003,"5min":0.85299999999999998,"15min":0.82999999999999996},"min":{"1min":0.63700000000000001,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.238,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.97399999999999998}]},{"osd":4,"last update":"Wed Nov 8 02:26:42 2023","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.90400000000000003,"15min":0.89500000000000002},"min":{"1min":0.67800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.202,"5min":1.274,"15min":1.274},"last":1.105},{"interface":"front","average":{"1min":0.90100000000000002,"5min":0.90000000000000002,"15min":0.88800000000000001},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.111,"5min":1.149,"15min":1.149},"last":0.85799999999999998}]},{"osd":5,"last update":"Wed Nov 8 02:26:48 2023","interfaces":[{"interface":"back","average":{"1min":0.82599999999999996,"5min":0.80300000000000005,"15min":0.79600000000000004},"min":{"1min":0.497,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.163,"5min":1.163,"15min":1.163},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.91300000000000003,"5min":0.89500000000000002,"15min":0.88600000000000001},"min":{"1min":0.46999999999999997,"5min":0.379,"15min":0.379},"max":{"1min":1.21,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":0.93000000000000005}]},{"osd":6,"last update":"Wed Nov 8 02:26:42 2023","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":0.96099999999999997,"15min":0.94199999999999995},"min":{"1min":0.69399999999999995,"5min":0.622,"15min":0.622},"max":{"1min":1.2689999999999999,"5min":1.367,"15min":1.367},"last":0.90500000000000003},{"interface":"front","average":{"1min":1.087,"5min":1.0640000000000001,"15min":1.056},"min":{"1min":0.875,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.282,"5min":1.625,"15min":1.625},"last":1.0269999999999999}]},{"osd":7,"last update":"Wed Nov 8 02:26:56 2023","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":0.99299999999999999,"15min":0.98799999999999999},"min":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.3080000000000001,"5min":1.327,"15min":1.327},"last":1.0049999999999999},{"interface":"front","average":{"1min":1.097,"5min":1.0920000000000001,"15min":1.087},"min":{"1min":0.58299999999999996,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.3100000000000001,"5min":1.7210000000000001,"15min":1.7210000000000001},"last":1.1619999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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},{"poolid":1,"osd":1,"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},{"poolid":1,"osd":2,"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},{"poolid":1,"osd":3,"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},{"poolid":1,"osd":7,"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}]}} 2023-11-08T02:27:15.880 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph pg dump --format=json 2023-11-08T02:27:16.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:15 smithi148 bash[24200]: cluster 2023-11-08T02:27:14.684945+0000 mgr.smithi148.cvefzo (mgr.14180) 237 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:16.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:15 smithi153 bash[28288]: cluster 2023-11-08T02:27:14.684945+0000 mgr.smithi148.cvefzo (mgr.14180) 237 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:17.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:16 smithi148 bash[24200]: audit 2023-11-08T02:27:15.165169+0000 mgr.smithi148.cvefzo (mgr.14180) 238 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:27:17.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:16 smithi153 bash[28288]: audit 2023-11-08T02:27:15.165169+0000 mgr.smithi148.cvefzo (mgr.14180) 238 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:27:18.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:17 smithi148 bash[24200]: cluster 2023-11-08T02:27:16.685556+0000 mgr.smithi148.cvefzo (mgr.14180) 239 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:18.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:17 smithi153 bash[28288]: cluster 2023-11-08T02:27:16.685556+0000 mgr.smithi148.cvefzo (mgr.14180) 239 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:20.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:19 smithi148 bash[24200]: cluster 2023-11-08T02:27:18.686137+0000 mgr.smithi148.cvefzo (mgr.14180) 240 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:20.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:19 smithi153 bash[28288]: cluster 2023-11-08T02:27:18.686137+0000 mgr.smithi148.cvefzo (mgr.14180) 240 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:20.661 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:27:21.913 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:21 smithi148 bash[24200]: cluster 2023-11-08T02:27:20.686632+0000 mgr.smithi148.cvefzo (mgr.14180) 241 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:22.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:21 smithi153 bash[28288]: cluster 2023-11-08T02:27:20.686632+0000 mgr.smithi148.cvefzo (mgr.14180) 241 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:23.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:22 smithi148 bash[24200]: cluster 2023-11-08T02:27:22.687231+0000 mgr.smithi148.cvefzo (mgr.14180) 242 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:23.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:22 smithi153 bash[28288]: cluster 2023-11-08T02:27:22.687231+0000 mgr.smithi148.cvefzo (mgr.14180) 242 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:23.609 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:27:23.613 INFO:teuthology.orchestra.run.smithi148.stderr:dumped all 2023-11-08T02:27:24.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:23 smithi153 bash[28288]: audit 2023-11-08T02:27:23.602852+0000 mgr.smithi148.cvefzo (mgr.14180) 243 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:27:24.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:23 smithi148 bash[24200]: audit 2023-11-08T02:27:23.602852+0000 mgr.smithi148.cvefzo (mgr.14180) 243 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:27:24.336 INFO:teuthology.orchestra.run.smithi148.stdout:{"pg_ready":true,"pg_map":{"version":225,"stamp":"2023-11-08T02:27:22.686936+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"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":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":2380032,"kb_used_data":3264,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548416,"statfs":{"total":767926730752,"available":765489577984,"internally_reserved":0,"allocated":3342336,"data_stored":1305050,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"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":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":42,"state":"active+clean","last_fresh":"2023-11-08T02:23:52.277799+0000","last_change":"2023-11-08T02:23:52.277799+0000","last_active":"2023-11-08T02:23:52.277799+0000","last_peered":"2023-11-08T02:23:52.277799+0000","last_clean":"2023-11-08T02:23:52.277799+0000","last_became_active":"2023-11-08T02:23:52.277076+0000","last_became_peered":"2023-11-08T02:23:52.277076+0000","last_unstale":"2023-11-08T02:23:52.277799+0000","last_undegraded":"2023-11-08T02:23:52.277799+0000","last_fullsized":"2023-11-08T02:23:52.277799+0000","mapping_epoch":41,"log_start":"0'0","ondisk_log_start":"0'0","created":25,"last_epoch_clean":42,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-11-08T02:23:28.712789+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-11-08T02:23:28.712789+0000","last_clean_scrub_stamp":"2023-11-08T02:23:28.712789+0000","log_size":0,"ondisk_log_size":0,"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,"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},"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":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":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":40,"seq":171798691885,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163813,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Wed Nov 8 02:26:59 2023","interfaces":[{"interface":"back","average":{"1min":0.89000000000000001,"5min":0.89000000000000001,"15min":0.89700000000000002},"min":{"1min":0.64600000000000002,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.2709999999999999,"5min":1.2709999999999999,"15min":1.2709999999999999},"last":0.79000000000000004},{"interface":"front","average":{"1min":0.871,"5min":0.85599999999999998,"15min":0.85099999999999998},"min":{"1min":0.66500000000000004,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.155,"5min":1.2490000000000001,"15min":1.2490000000000001},"last":1.0649999999999999}]},{"osd":1,"last update":"Wed Nov 8 02:26:59 2023","interfaces":[{"interface":"back","average":{"1min":0.76400000000000001,"5min":0.76400000000000001,"15min":0.747},"min":{"1min":0.57799999999999996,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.155,"5min":1.262,"15min":1.262},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.85699999999999998,"5min":0.80600000000000005,"15min":0.77000000000000002},"min":{"1min":0.63600000000000001,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.1339999999999999,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.67200000000000004}]},{"osd":2,"last update":"Wed Nov 8 02:26:59 2023","interfaces":[{"interface":"back","average":{"1min":0.88,"5min":0.873,"15min":0.86499999999999999},"min":{"1min":0.61899999999999999,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.2370000000000001,"5min":1.339,"15min":1.339},"last":0.75700000000000001},{"interface":"front","average":{"1min":0.996,"5min":0.95099999999999996,"15min":0.93899999999999995},"min":{"1min":0.78400000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.3480000000000001,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":0.91300000000000003}]},{"osd":3,"last update":"Wed Nov 8 02:26:59 2023","interfaces":[{"interface":"back","average":{"1min":0.86399999999999999,"5min":0.83799999999999997,"15min":0.82399999999999995},"min":{"1min":0.55600000000000005,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.097,"5min":1.177,"15min":1.177},"last":0.82099999999999995},{"interface":"front","average":{"1min":0.88600000000000001,"5min":0.85599999999999998,"15min":0.82799999999999996},"min":{"1min":0.67400000000000004,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.292,"5min":1.292,"15min":1.292},"last":0.88400000000000001}]},{"osd":4,"last update":"Wed Nov 8 02:26:59 2023","interfaces":[{"interface":"back","average":{"1min":1.0069999999999999,"5min":1.026,"15min":1.0289999999999999},"min":{"1min":0.82499999999999996,"5min":0.76200000000000001,"15min":0.76200000000000001},"max":{"1min":1.2310000000000001,"5min":1.75,"15min":1.75},"last":0.93799999999999994},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.036,"15min":1.022},"min":{"1min":0.81699999999999995,"5min":0.70199999999999996,"15min":0.70199999999999996},"max":{"1min":1.3540000000000001,"5min":1.359,"15min":1.359},"last":0.98299999999999998}]},{"osd":5,"last update":"Wed Nov 8 02:26:59 2023","interfaces":[{"interface":"back","average":{"1min":1.0109999999999999,"5min":0.96899999999999997,"15min":0.95099999999999996},"min":{"1min":0.69599999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.429,"5min":1.429,"15min":1.429},"last":1.1080000000000001},{"interface":"front","average":{"1min":1.0669999999999999,"5min":1.0309999999999999,"15min":1.0109999999999999},"min":{"1min":0.77400000000000002,"5min":0.68700000000000006,"15min":0.68700000000000006},"max":{"1min":1.482,"5min":1.6240000000000001,"15min":1.6240000000000001},"last":1.018}]},{"osd":6,"last update":"Wed Nov 8 02:26:59 2023","interfaces":[{"interface":"back","average":{"1min":1.1910000000000001,"5min":1.151,"15min":1.1339999999999999},"min":{"1min":0.98499999999999999,"5min":0.79100000000000004,"15min":0.79100000000000004},"max":{"1min":1.6120000000000001,"5min":1.702,"15min":1.702},"last":1.0920000000000001},{"interface":"front","average":{"1min":1.1759999999999999,"5min":1.123,"15min":1.0980000000000001},"min":{"1min":0.92400000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.575,"5min":1.575,"15min":1.575},"last":1.1399999999999999}]}]},{"osd":5,"up_from":36,"seq":154618822702,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":164128,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Wed Nov 8 02:26:44 2023","interfaces":[{"interface":"back","average":{"1min":0.88900000000000001,"5min":0.85399999999999998,"15min":0.85299999999999998},"min":{"1min":0.71099999999999997,"5min":0.61299999999999999,"15min":0.61299999999999999},"max":{"1min":1.2509999999999999,"5min":1.2509999999999999,"15min":1.2509999999999999},"last":0.94699999999999995},{"interface":"front","average":{"1min":0.89900000000000002,"5min":0.88,"15min":0.872},"min":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"max":{"1min":1.411,"5min":1.411,"15min":1.411},"last":1.038}]},{"osd":1,"last update":"Wed Nov 8 02:26:44 2023","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.77700000000000002,"15min":0.77700000000000002},"min":{"1min":0.58699999999999997,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":1.6850000000000001,"5min":1.6850000000000001,"15min":1.6850000000000001},"last":0.81399999999999995},{"interface":"front","average":{"1min":0.81000000000000005,"5min":0.77800000000000002,"15min":0.755},"min":{"1min":0.53000000000000003,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.8799999999999999,"5min":1.8799999999999999,"15min":1.8799999999999999},"last":0.76900000000000002}]},{"osd":2,"last update":"Wed Nov 8 02:26:44 2023","interfaces":[{"interface":"back","average":{"1min":0.91300000000000003,"5min":0.91900000000000004,"15min":0.91300000000000003},"min":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.236,"5min":1.236,"15min":1.236},"last":1.0780000000000001},{"interface":"front","average":{"1min":0.97899999999999998,"5min":0.92500000000000004,"15min":0.92000000000000004},"min":{"1min":0.66200000000000003,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.6319999999999999,"5min":1.6319999999999999,"15min":1.6319999999999999},"last":0.98799999999999999}]},{"osd":3,"last update":"Wed Nov 8 02:26:44 2023","interfaces":[{"interface":"back","average":{"1min":0.873,"5min":0.85199999999999998,"15min":0.83799999999999997},"min":{"1min":0.54000000000000004,"5min":0.53900000000000003,"15min":0.53900000000000003},"max":{"1min":1.7430000000000001,"5min":1.7430000000000001,"15min":1.7430000000000001},"last":0.871},{"interface":"front","average":{"1min":0.90700000000000003,"5min":0.84899999999999998,"15min":0.82399999999999995},"min":{"1min":0.55900000000000005,"5min":0.504,"15min":0.504},"max":{"1min":1.129,"5min":1.365,"15min":1.365},"last":0.96499999999999997}]},{"osd":4,"last update":"Wed Nov 8 02:26:44 2023","interfaces":[{"interface":"back","average":{"1min":1.022,"5min":0.99099999999999999,"15min":0.97499999999999998},"min":{"1min":0.86699999999999999,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.369,"5min":1.369,"15min":1.369},"last":1.0229999999999999},{"interface":"front","average":{"1min":1.026,"5min":0.996,"15min":0.97799999999999998},"min":{"1min":0.67400000000000004,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.976,"5min":1.976,"15min":1.976},"last":1.25}]},{"osd":6,"last update":"Wed Nov 8 02:26:44 2023","interfaces":[{"interface":"back","average":{"1min":1.1180000000000001,"5min":1.085,"15min":1.079},"min":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"max":{"1min":1.804,"5min":1.804,"15min":1.804},"last":1.1759999999999999},{"interface":"front","average":{"1min":1.115,"5min":1.0669999999999999,"15min":1.0489999999999999},"min":{"1min":0.78300000000000003,"5min":0.75900000000000001,"15min":0.75900000000000001},"max":{"1min":1.849,"5min":1.849,"15min":1.849},"last":1.1499999999999999}]},{"osd":7,"last update":"Wed Nov 8 02:27:00 2023","interfaces":[{"interface":"back","average":{"1min":1.075,"5min":1.034,"15min":1.0189999999999999},"min":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.921,"5min":1.921,"15min":1.921},"last":1.3720000000000001},{"interface":"front","average":{"1min":1.0900000000000001,"5min":1.089,"15min":1.0740000000000001},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.9419999999999999,"5min":1.9419999999999999,"15min":1.9419999999999999},"last":1.28}]}]},{"osd":2,"up_from":20,"seq":85899345971,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161569,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Wed Nov 8 02:26:29 2023","interfaces":[{"interface":"back","average":{"1min":0.67100000000000004,"5min":0.72599999999999998,"15min":0.72599999999999998},"min":{"1min":0.53700000000000003,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.87,"5min":2.8570000000000002,"15min":2.8570000000000002},"last":0.69299999999999995},{"interface":"front","average":{"1min":0.73499999999999999,"5min":0.76200000000000001,"15min":0.747},"min":{"1min":0.57199999999999995,"5min":0.499,"15min":0.499},"max":{"1min":0.97199999999999998,"5min":3.008,"15min":3.008},"last":0.81299999999999994}]},{"osd":1,"last update":"Wed Nov 8 02:26:29 2023","interfaces":[{"interface":"back","average":{"1min":0.93899999999999995,"5min":0.93300000000000005,"15min":0.89900000000000002},"min":{"1min":0.626,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.23,"5min":3.6200000000000001,"15min":3.6200000000000001},"last":1.3320000000000001},{"interface":"front","average":{"1min":0.91800000000000004,"5min":0.874,"15min":0.83799999999999997},"min":{"1min":0.68100000000000005,"5min":0.59199999999999997,"15min":0.59199999999999997},"max":{"1min":1.145,"5min":2.8239999999999998,"15min":2.8239999999999998},"last":0.76500000000000001}]},{"osd":3,"last update":"Wed Nov 8 02:26:39 2023","interfaces":[{"interface":"back","average":{"1min":0.95599999999999996,"5min":0.93600000000000005,"15min":0.91400000000000003},"min":{"1min":0.72499999999999998,"5min":0.57699999999999996,"15min":0.57699999999999996},"max":{"1min":1.2549999999999999,"5min":2.391,"15min":2.391},"last":1.23},{"interface":"front","average":{"1min":1.054,"5min":1.0109999999999999,"15min":0.98499999999999999},"min":{"1min":0.76100000000000001,"5min":0.69499999999999995,"15min":0.69499999999999995},"max":{"1min":1.212,"5min":3.79,"15min":3.79},"last":0.71599999999999997}]},{"osd":4,"last update":"Wed Nov 8 02:26:29 2023","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.89900000000000002,"15min":0.88200000000000001},"min":{"1min":0.67200000000000004,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":1.173,"5min":2.508,"15min":2.508},"last":1.696},{"interface":"front","average":{"1min":1.083,"5min":1.042,"15min":1.008},"min":{"1min":0.80700000000000005,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":1.2789999999999999,"5min":3.4220000000000002,"15min":3.4220000000000002},"last":1.609}]},{"osd":5,"last update":"Wed Nov 8 02:26:54 2023","interfaces":[{"interface":"back","average":{"1min":1.0960000000000001,"5min":1.1160000000000001,"15min":1.137},"min":{"1min":0.80400000000000005,"5min":0.745,"15min":0.745},"max":{"1min":1.6699999999999999,"5min":3.5329999999999999,"15min":3.5329999999999999},"last":1.4670000000000001},{"interface":"front","average":{"1min":0.99399999999999999,"5min":1.0369999999999999,"15min":1.0640000000000001},"min":{"1min":0.78300000000000003,"5min":0.754,"15min":0.754},"max":{"1min":1.4790000000000001,"5min":2.7410000000000001,"15min":2.7410000000000001},"last":1.5649999999999999}]},{"osd":6,"last update":"Wed Nov 8 02:26:39 2023","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":1.0369999999999999,"15min":1.0329999999999999},"min":{"1min":0.75700000000000001,"5min":0.65700000000000003,"15min":0.65700000000000003},"max":{"1min":1.298,"5min":2.444,"15min":2.444},"last":1.5089999999999999},{"interface":"front","average":{"1min":1.0009999999999999,"5min":0.98999999999999999,"15min":0.96799999999999997},"min":{"1min":0.75600000000000001,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.1990000000000001,"5min":2.8860000000000001,"15min":2.8860000000000001},"last":1.722}]},{"osd":7,"last update":"Wed Nov 8 02:26:58 2023","interfaces":[{"interface":"back","average":{"1min":1.091,"5min":1.175,"15min":1.2},"min":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"max":{"1min":1.5800000000000001,"5min":2.7839999999999998,"15min":2.7839999999999998},"last":1.633},{"interface":"front","average":{"1min":1.232,"5min":1.2250000000000001,"15min":1.2430000000000001},"min":{"1min":0.94899999999999995,"5min":0.88200000000000001,"15min":0.88200000000000001},"max":{"1min":1.7390000000000001,"5min":3.71,"15min":3.71},"last":1.5529999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476788,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297500,"kb_used_data":404,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443556,"statfs":{"total":95990841344,"available":95686201344,"internally_reserved":0,"allocated":413696,"data_stored":161569,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Wed Nov 8 02:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.89500000000000002,"5min":0.80800000000000005,"15min":0.78600000000000003},"min":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.2010000000000001,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.85899999999999999},{"interface":"front","average":{"1min":0.92100000000000004,"5min":0.88400000000000001,"15min":0.86799999999999999},"min":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.2230000000000001,"5min":1.236,"15min":1.236},"last":0.77400000000000002}]},{"osd":2,"last update":"Wed Nov 8 02:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.83399999999999996,"5min":0.80500000000000005,"15min":0.79700000000000004},"min":{"1min":0.55100000000000005,"5min":0.48599999999999999,"15min":0.48599999999999999},"max":{"1min":1.177,"5min":1.2010000000000001,"15min":1.2010000000000001},"last":0.61799999999999999},{"interface":"front","average":{"1min":0.76400000000000001,"5min":0.75600000000000001,"15min":0.755},"min":{"1min":0.59399999999999997,"5min":0.376,"15min":0.376},"max":{"1min":1.0680000000000001,"5min":1.1040000000000001,"15min":1.1040000000000001},"last":0.58699999999999997}]},{"osd":3,"last update":"Wed Nov 8 02:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.95599999999999996,"15min":0.95599999999999996},"min":{"1min":0.71299999999999997,"5min":0.622,"15min":0.622},"max":{"1min":1.2350000000000001,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.83799999999999997},{"interface":"front","average":{"1min":0.88700000000000001,"5min":0.86199999999999999,"15min":0.83799999999999997},"min":{"1min":0.70999999999999996,"5min":0.622,"15min":0.622},"max":{"1min":1.1399999999999999,"5min":1.1399999999999999,"15min":1.1399999999999999},"last":0.81599999999999995}]},{"osd":4,"last update":"Wed Nov 8 02:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.90400000000000003,"5min":0.83899999999999997,"15min":0.81999999999999995},"min":{"1min":0.68600000000000005,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.099,"5min":1.264,"15min":1.264},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.86499999999999999,"15min":0.86099999999999999},"min":{"1min":0.63700000000000001,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.1499999999999999,"5min":1.1970000000000001,"15min":1.1970000000000001},"last":1.1020000000000001}]},{"osd":5,"last update":"Wed Nov 8 02:26:51 2023","interfaces":[{"interface":"back","average":{"1min":1.0429999999999999,"5min":0.98499999999999999,"15min":0.98099999999999998},"min":{"1min":0.74299999999999999,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.3580000000000001,"5min":1.3580000000000001,"15min":1.3580000000000001},"last":0.96299999999999997},{"interface":"front","average":{"1min":1.046,"5min":1.0489999999999999,"15min":1.0489999999999999},"min":{"1min":0.89700000000000002,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.1819999999999999,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":0.89400000000000002}]},{"osd":6,"last update":"Wed Nov 8 02:26:34 2023","interfaces":[{"interface":"back","average":{"1min":1.0289999999999999,"5min":0.98199999999999998,"15min":0.96599999999999997},"min":{"1min":0.77200000000000002,"5min":0.57799999999999996,"15min":0.57799999999999996},"max":{"1min":1.298,"5min":1.3200000000000001,"15min":1.3200000000000001},"last":1.036},{"interface":"front","average":{"1min":1.0649999999999999,"5min":1.0589999999999999,"15min":1.0549999999999999},"min":{"1min":0.78800000000000003,"5min":0.57999999999999996,"15min":0.57999999999999996},"max":{"1min":1.252,"5min":1.464,"15min":1.464},"last":0.93500000000000005}]},{"osd":7,"last update":"Wed Nov 8 02:26:57 2023","interfaces":[{"interface":"back","average":{"1min":1.169,"5min":1.115,"15min":1.105},"min":{"1min":0.89100000000000001,"5min":0.84999999999999998,"15min":0.84999999999999998},"max":{"1min":1.53,"5min":1.53,"15min":1.53},"last":1.4590000000000001},{"interface":"front","average":{"1min":1.2230000000000001,"5min":1.1799999999999999,"15min":1.1739999999999999},"min":{"1min":1.0720000000000001,"5min":0.85799999999999998,"15min":0.85799999999999998},"max":{"1min":1.6910000000000001,"5min":1.6910000000000001,"15min":1.6910000000000001},"last":1.0580000000000001}]}]},{"osd":4,"up_from":24,"seq":103079215154,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163015,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Wed Nov 8 02:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.70299999999999996,"5min":0.71499999999999997,"15min":0.69699999999999995},"min":{"1min":0.55400000000000005,"5min":0.51700000000000002,"15min":0.51700000000000002},"max":{"1min":1.0049999999999999,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":0.77000000000000002},{"interface":"front","average":{"1min":0.79400000000000004,"5min":0.79200000000000004,"15min":0.78400000000000003},"min":{"1min":0.54000000000000004,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.167,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.80600000000000005}]},{"osd":1,"last update":"Wed Nov 8 02:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.877,"5min":0.90200000000000002,"15min":0.89700000000000002},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.2170000000000001,"5min":1.2430000000000001,"15min":1.2430000000000001},"last":0.91000000000000003},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.97899999999999998,"15min":0.97399999999999998},"min":{"1min":0.623,"5min":0.623,"15min":0.623},"max":{"1min":1.1679999999999999,"5min":1.335,"15min":1.335},"last":1.091}]},{"osd":2,"last update":"Wed Nov 8 02:26:34 2023","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.80700000000000005,"15min":0.79700000000000004},"min":{"1min":0.68300000000000005,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.1200000000000001,"5min":1.1879999999999999,"15min":1.1879999999999999},"last":1.038},{"interface":"front","average":{"1min":0.86199999999999999,"5min":0.88300000000000001,"15min":0.89100000000000001},"min":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"max":{"1min":1.157,"5min":1.1919999999999999,"15min":1.1919999999999999},"last":0.96599999999999997}]},{"osd":3,"last update":"Wed Nov 8 02:26:40 2023","interfaces":[{"interface":"back","average":{"1min":0.94699999999999995,"5min":0.95999999999999996,"15min":0.96499999999999997},"min":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.131,"5min":1.306,"15min":1.306},"last":1.0109999999999999},{"interface":"front","average":{"1min":1.0129999999999999,"5min":1.0149999999999999,"15min":1.0069999999999999},"min":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"max":{"1min":1.218,"5min":1.276,"15min":1.276},"last":0.94199999999999995}]},{"osd":5,"last update":"Wed Nov 8 02:26:51 2023","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.0589999999999999,"15min":1.052},"min":{"1min":0.85699999999999998,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.327,"5min":1.327,"15min":1.327},"last":1.1890000000000001},{"interface":"front","average":{"1min":1.0009999999999999,"5min":0.94299999999999995,"15min":0.93100000000000005},"min":{"1min":0.79600000000000004,"5min":0.58999999999999997,"15min":0.58999999999999997},"max":{"1min":1.1679999999999999,"5min":1.202,"15min":1.202},"last":1.159}]},{"osd":6,"last update":"Wed Nov 8 02:26:40 2023","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.0449999999999999,"15min":1.03},"min":{"1min":0.73999999999999999,"5min":0.628,"15min":0.628},"max":{"1min":1.375,"5min":1.482,"15min":1.482},"last":1.1140000000000001},{"interface":"front","average":{"1min":0.97399999999999998,"5min":0.97999999999999998,"15min":0.98399999999999999},"min":{"1min":0.71299999999999997,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.1970000000000001,"5min":1.359,"15min":1.359},"last":1.0549999999999999}]},{"osd":7,"last update":"Wed Nov 8 02:27:01 2023","interfaces":[{"interface":"back","average":{"1min":1.1819999999999999,"5min":1.133,"15min":1.135},"min":{"1min":0.90000000000000002,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.6719999999999999,"5min":1.6719999999999999,"15min":1.6719999999999999},"last":1.21},{"interface":"front","average":{"1min":1.278,"5min":1.224,"15min":1.224},"min":{"1min":1.046,"5min":0.871,"15min":0.871},"max":{"1min":1.9319999999999999,"5min":1.9319999999999999,"15min":1.9319999999999999},"last":1.236}]}]},{"osd":1,"up_from":24,"seq":103079215154,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297508,"kb_used_data":412,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443548,"statfs":{"total":95990841344,"available":95686193152,"internally_reserved":0,"allocated":421888,"data_stored":164128,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Wed Nov 8 02:26:30 2023","interfaces":[{"interface":"back","average":{"1min":0.89800000000000002,"5min":0.86599999999999999,"15min":0.86199999999999999},"min":{"1min":0.64000000000000001,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.1180000000000001,"5min":1.246,"15min":1.246},"last":0.71799999999999997},{"interface":"front","average":{"1min":0.89600000000000002,"5min":0.89000000000000001,"15min":0.89800000000000002},"min":{"1min":0.621,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.405,"5min":1.405,"15min":1.405},"last":0.71099999999999997}]},{"osd":2,"last update":"Wed Nov 8 02:26:30 2023","interfaces":[{"interface":"back","average":{"1min":0.92600000000000005,"5min":0.879,"15min":0.85999999999999999},"min":{"1min":0.69899999999999995,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.284,"5min":1.284,"15min":1.284},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.93000000000000005,"15min":0.93300000000000005},"min":{"1min":0.60899999999999999,"5min":0.55600000000000005,"15min":0.55600000000000005},"max":{"1min":1.2330000000000001,"5min":1.47,"15min":1.47},"last":0.78100000000000003}]},{"osd":3,"last update":"Wed Nov 8 02:26:42 2023","interfaces":[{"interface":"back","average":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79200000000000004},"min":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.123,"5min":1.4019999999999999,"15min":1.4019999999999999},"last":0.495},{"interface":"front","average":{"1min":0.81799999999999995,"5min":0.874,"15min":0.872},"min":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"max":{"1min":1.159,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":0.621}]},{"osd":4,"last update":"Wed Nov 8 02:26:30 2023","interfaces":[{"interface":"back","average":{"1min":0.93999999999999995,"5min":0.93600000000000005,"15min":0.93999999999999995},"min":{"1min":0.70199999999999996,"5min":0.56000000000000005,"15min":0.56000000000000005},"max":{"1min":1.3049999999999999,"5min":1.327,"15min":1.327},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.995,"5min":0.96499999999999997,"15min":0.95699999999999996},"min":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"max":{"1min":1.484,"5min":1.484,"15min":1.484},"last":0.68600000000000005}]},{"osd":5,"last update":"Wed Nov 8 02:26:52 2023","interfaces":[{"interface":"back","average":{"1min":0.95099999999999996,"5min":0.95499999999999996,"15min":0.96099999999999997},"min":{"1min":0.56699999999999995,"5min":0.49299999999999999,"15min":0.49299999999999999},"max":{"1min":1.6479999999999999,"5min":1.6479999999999999,"15min":1.6479999999999999},"last":0.54200000000000004},{"interface":"front","average":{"1min":1.014,"5min":0.96099999999999997,"15min":0.94799999999999995},"min":{"1min":0.59999999999999998,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.954,"5min":1.954,"15min":1.954},"last":0.52700000000000002}]},{"osd":6,"last update":"Wed Nov 8 02:26:36 2023","interfaces":[{"interface":"back","average":{"1min":1.1080000000000001,"5min":1.071,"15min":1.0669999999999999},"min":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.6180000000000001,"5min":1.6180000000000001,"15min":1.6180000000000001},"last":0.72699999999999998},{"interface":"front","average":{"1min":1.1200000000000001,"5min":1.107,"15min":1.0980000000000001},"min":{"1min":0.81799999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"max":{"1min":1.5720000000000001,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":0.75900000000000001}]},{"osd":7,"last update":"Wed Nov 8 02:26:57 2023","interfaces":[{"interface":"back","average":{"1min":1.081,"5min":1.0680000000000001,"15min":1.0720000000000001},"min":{"1min":0.55500000000000005,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.6990000000000001,"5min":1.6990000000000001,"15min":1.6990000000000001},"last":0.67100000000000004},{"interface":"front","average":{"1min":1.129,"5min":1.091,"15min":1.0780000000000001},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.8720000000000001,"5min":1.8720000000000001,"15min":1.8720000000000001},"last":0.57899999999999996}]}]},{"osd":6,"up_from":28,"seq":120259084337,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163015,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Wed Nov 8 02:26:37 2023","interfaces":[{"interface":"back","average":{"1min":0.72299999999999998,"5min":0.71899999999999997,"15min":0.71799999999999997},"min":{"1min":0.51300000000000001,"5min":0.441,"15min":0.441},"max":{"1min":1.056,"5min":1.115,"15min":1.115},"last":0.81799999999999995},{"interface":"front","average":{"1min":0.90500000000000003,"5min":0.88600000000000001,"15min":0.88400000000000001},"min":{"1min":0.68999999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.216,"5min":1.399,"15min":1.399},"last":1.1000000000000001}]},{"osd":1,"last update":"Wed Nov 8 02:26:37 2023","interfaces":[{"interface":"back","average":{"1min":0.92300000000000004,"5min":0.89200000000000002,"15min":0.878},"min":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"max":{"1min":1.2549999999999999,"5min":1.3520000000000001,"15min":1.3520000000000001},"last":0.78800000000000003},{"interface":"front","average":{"1min":0.86099999999999999,"5min":0.92800000000000005,"15min":0.93899999999999995},"min":{"1min":0.63700000000000001,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.2190000000000001,"5min":1.333,"15min":1.333},"last":0.97299999999999998}]},{"osd":2,"last update":"Wed Nov 8 02:26:37 2023","interfaces":[{"interface":"back","average":{"1min":0.81399999999999995,"5min":0.76600000000000001,"15min":0.747},"min":{"1min":0.61199999999999999,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.0600000000000001,"5min":1.2370000000000001,"15min":1.2370000000000001},"last":0.67100000000000004},{"interface":"front","average":{"1min":0.85899999999999999,"5min":0.89000000000000001,"15min":0.89500000000000002},"min":{"1min":0.66500000000000004,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":1.1399999999999999,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":0.71999999999999997}]},{"osd":3,"last update":"Wed Nov 8 02:26:37 2023","interfaces":[{"interface":"back","average":{"1min":0.98599999999999999,"5min":0.97399999999999998,"15min":0.96299999999999997},"min":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.206,"5min":1.494,"15min":1.494},"last":0.94099999999999995},{"interface":"front","average":{"1min":1.0629999999999999,"5min":1.046,"15min":1.03},"min":{"1min":0.84499999999999997,"5min":0.73299999999999998,"15min":0.73299999999999998},"max":{"1min":1.331,"5min":1.454,"15min":1.454},"last":1.0429999999999999}]},{"osd":4,"last update":"Wed Nov 8 02:26:37 2023","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.94499999999999995,"15min":0.95099999999999996},"min":{"1min":0.67300000000000004,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.087,"5min":1.5720000000000001,"15min":1.5720000000000001},"last":1.0309999999999999},{"interface":"front","average":{"1min":1.02,"5min":1.0449999999999999,"15min":1.0489999999999999},"min":{"1min":0.67300000000000004,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.2250000000000001,"5min":1.597,"15min":1.597},"last":1.1479999999999999}]},{"osd":5,"last update":"Wed Nov 8 02:26:51 2023","interfaces":[{"interface":"back","average":{"1min":1.135,"5min":1.143,"15min":1.147},"min":{"1min":0.96799999999999997,"5min":0.88800000000000001,"15min":0.88800000000000001},"max":{"1min":1.3120000000000001,"5min":1.528,"15min":1.528},"last":0.879},{"interface":"front","average":{"1min":1.0129999999999999,"5min":1.0580000000000001,"15min":1.0740000000000001},"min":{"1min":0.79400000000000004,"5min":0.71999999999999997,"15min":0.71999999999999997},"max":{"1min":1.2649999999999999,"5min":1.673,"15min":1.673},"last":0.90400000000000003}]},{"osd":7,"last update":"Wed Nov 8 02:26:56 2023","interfaces":[{"interface":"back","average":{"1min":1.125,"5min":1.129,"15min":1.1339999999999999},"min":{"1min":0.94099999999999995,"5min":0.78700000000000003,"15min":0.78700000000000003},"max":{"1min":1.607,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":1.0760000000000001},{"interface":"front","average":{"1min":1.0429999999999999,"5min":1.1080000000000001,"15min":1.1220000000000001},"min":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.228,"5min":1.55,"15min":1.55},"last":1.004}]}]},{"osd":3,"up_from":31,"seq":133143986224,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297504,"kb_used_data":408,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443552,"statfs":{"total":95990841344,"available":95686197248,"internally_reserved":0,"allocated":417792,"data_stored":163813,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":304218112},"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":"Wed Nov 8 02:26:42 2023","interfaces":[{"interface":"back","average":{"1min":0.81299999999999994,"5min":0.81699999999999995,"15min":0.80400000000000005},"min":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"max":{"1min":0.97999999999999998,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":1.0129999999999999},{"interface":"front","average":{"1min":0.88,"5min":0.86599999999999999,"15min":0.85099999999999998},"min":{"1min":0.55600000000000005,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":1.3180000000000001,"5min":1.3700000000000001,"15min":1.3700000000000001},"last":0.78100000000000003}]},{"osd":1,"last update":"Wed Nov 8 02:26:42 2023","interfaces":[{"interface":"back","average":{"1min":0.71699999999999997,"5min":0.66800000000000004,"15min":0.64000000000000001},"min":{"1min":0.51500000000000001,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":1.0600000000000001,"5min":1.256,"15min":1.256},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.70699999999999996,"5min":0.71299999999999997,"15min":0.70299999999999996},"min":{"1min":0.47699999999999998,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":1.022,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":0.64100000000000001}]},{"osd":2,"last update":"Wed Nov 8 02:26:42 2023","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.90400000000000003,"15min":0.88},"min":{"1min":0.70699999999999996,"5min":0.60699999999999998,"15min":0.60699999999999998},"max":{"1min":1.131,"5min":1.345,"15min":1.345},"last":0.95399999999999996},{"interface":"front","average":{"1min":0.90900000000000003,"5min":0.85299999999999998,"15min":0.82999999999999996},"min":{"1min":0.63700000000000001,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.238,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.97499999999999998}]},{"osd":4,"last update":"Wed Nov 8 02:26:42 2023","interfaces":[{"interface":"back","average":{"1min":0.90900000000000003,"5min":0.90400000000000003,"15min":0.89500000000000002},"min":{"1min":0.67800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.202,"5min":1.274,"15min":1.274},"last":1.042},{"interface":"front","average":{"1min":0.90100000000000002,"5min":0.90000000000000002,"15min":0.88800000000000001},"min":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"max":{"1min":1.111,"5min":1.149,"15min":1.149},"last":0.75900000000000001}]},{"osd":5,"last update":"Wed Nov 8 02:26:48 2023","interfaces":[{"interface":"back","average":{"1min":0.82599999999999996,"5min":0.80300000000000005,"15min":0.79600000000000004},"min":{"1min":0.497,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.163,"5min":1.163,"15min":1.163},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.91300000000000003,"5min":0.89500000000000002,"15min":0.88600000000000001},"min":{"1min":0.46999999999999997,"5min":0.379,"15min":0.379},"max":{"1min":1.21,"5min":1.3859999999999999,"15min":1.3859999999999999},"last":0.81000000000000005}]},{"osd":6,"last update":"Wed Nov 8 02:26:42 2023","interfaces":[{"interface":"back","average":{"1min":0.98799999999999999,"5min":0.96099999999999997,"15min":0.94199999999999995},"min":{"1min":0.69399999999999995,"5min":0.622,"15min":0.622},"max":{"1min":1.2689999999999999,"5min":1.367,"15min":1.367},"last":0.86399999999999999},{"interface":"front","average":{"1min":1.087,"5min":1.0640000000000001,"15min":1.056},"min":{"1min":0.875,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.282,"5min":1.625,"15min":1.625},"last":1.1140000000000001}]},{"osd":7,"last update":"Wed Nov 8 02:26:56 2023","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":0.99299999999999999,"15min":0.98799999999999999},"min":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"max":{"1min":1.3080000000000001,"5min":1.327,"15min":1.327},"last":0.89200000000000002},{"interface":"front","average":{"1min":1.097,"5min":1.0920000000000001,"15min":1.087},"min":{"1min":0.58299999999999996,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":1.3100000000000001,"5min":1.7210000000000001,"15min":1.7210000000000001},"last":1.167}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"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},{"poolid":1,"osd":1,"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},{"poolid":1,"osd":2,"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},{"poolid":1,"osd":3,"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},{"poolid":1,"osd":7,"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}]}} 2023-11-08T02:27:24.338 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-11-08T02:27:24.338 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-11-08T02:27:24.339 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-11-08T02:27:24.339 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph health --format=json 2023-11-08T02:27:25.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:25 smithi148 bash[24200]: cluster 2023-11-08T02:27:24.687804+0000 mgr.smithi148.cvefzo (mgr.14180) 244 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:25.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:25 smithi153 bash[28288]: cluster 2023-11-08T02:27:24.687804+0000 mgr.smithi148.cvefzo (mgr.14180) 244 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:28.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:27 smithi148 bash[24200]: cluster 2023-11-08T02:27:26.688405+0000 mgr.smithi148.cvefzo (mgr.14180) 245 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:28.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:27 smithi153 bash[28288]: cluster 2023-11-08T02:27:26.688405+0000 mgr.smithi148.cvefzo (mgr.14180) 245 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:29.123 INFO:teuthology.orchestra.run.smithi148.stderr:Inferring config /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/mon.smithi148/config 2023-11-08T02:27:30.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:29 smithi148 bash[24200]: cluster 2023-11-08T02:27:28.689034+0000 mgr.smithi148.cvefzo (mgr.14180) 246 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:30.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:29 smithi153 bash[28288]: cluster 2023-11-08T02:27:28.689034+0000 mgr.smithi148.cvefzo (mgr.14180) 246 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:32.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:31 smithi148 bash[24200]: cluster 2023-11-08T02:27:30.689656+0000 mgr.smithi148.cvefzo (mgr.14180) 247 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:32.124 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:27:32.180 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:31 smithi153 bash[28288]: cluster 2023-11-08T02:27:30.689656+0000 mgr.smithi148.cvefzo (mgr.14180) 247 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:32.844 INFO:teuthology.orchestra.run.smithi148.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-11-08T02:27:32.845 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-11-08T02:27:32.845 INFO:tasks.cephadm:Setup complete, yielding 2023-11-08T02:27:32.846 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T02:27:32.854 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi148.front.sepia.ceph.com 2023-11-08T02:27:32.855 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch status' 2023-11-08T02:27:33.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:32 smithi148 bash[24200]: audit 2023-11-08T02:27:32.124828+0000 mon.smithi148 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.148:0/823839482' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-08T02:27:33.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:32 smithi148 bash[24200]: cluster 2023-11-08T02:27:32.690230+0000 mgr.smithi148.cvefzo (mgr.14180) 248 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:33.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:32 smithi153 bash[28288]: audit 2023-11-08T02:27:32.124828+0000 mon.smithi148 (mon.0) 621 : audit [DBG] from='client.? 172.21.15.148:0/823839482' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-11-08T02:27:33.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:32 smithi153 bash[28288]: cluster 2023-11-08T02:27:32.690230+0000 mgr.smithi148.cvefzo (mgr.14180) 248 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:36.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:35 smithi148 bash[24200]: cluster 2023-11-08T02:27:34.690759+0000 mgr.smithi148.cvefzo (mgr.14180) 249 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:36.029 INFO:teuthology.orchestra.run.smithi148.stdout:Backend: cephadm 2023-11-08T02:27:36.029 INFO:teuthology.orchestra.run.smithi148.stdout:Available: Yes 2023-11-08T02:27:36.029 INFO:teuthology.orchestra.run.smithi148.stdout:Paused: No 2023-11-08T02:27:36.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:35 smithi153 bash[28288]: cluster 2023-11-08T02:27:34.690759+0000 mgr.smithi148.cvefzo (mgr.14180) 249 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:36.770 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-11-08T02:27:38.004 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:37 smithi148 bash[24200]: audit 2023-11-08T02:27:36.029778+0000 mgr.smithi148.cvefzo (mgr.14180) 250 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:27:38.005 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:37 smithi148 bash[24200]: cluster 2023-11-08T02:27:36.691102+0000 mgr.smithi148.cvefzo (mgr.14180) 251 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:38.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:37 smithi153 bash[28288]: audit 2023-11-08T02:27:36.029778+0000 mgr.smithi148.cvefzo (mgr.14180) 250 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:27:38.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:37 smithi153 bash[28288]: cluster 2023-11-08T02:27:36.691102+0000 mgr.smithi148.cvefzo (mgr.14180) 251 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:39.904 INFO:teuthology.orchestra.run.smithi148.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-11-08T02:27:39.905 INFO:teuthology.orchestra.run.smithi148.stdout:alertmanager.smithi148 smithi148 *:9093,9094 running (5m) 51s ago 7m 12.0M - 0.23.0 ba2b418f427c 2555a73d57c6 2023-11-08T02:27:39.905 INFO:teuthology.orchestra.run.smithi148.stdout:crash.smithi148 smithi148 running (7m) 51s ago 7m 6935k - 16.2.14-129-gcfb6fd52 450c989a0092 0e70f3786c5d 2023-11-08T02:27:39.905 INFO:teuthology.orchestra.run.smithi148.stdout:crash.smithi153 smithi153 running (6m) 50s ago 6m 7063k - 16.2.14-129-gcfb6fd52 450c989a0092 22e2ebd05da3 2023-11-08T02:27:39.906 INFO:teuthology.orchestra.run.smithi148.stdout:grafana.smithi148 smithi148 *:3000 running (5m) 51s ago 6m 39.7M - 8.3.5 dad864ee21e9 cd01a2a397d3 2023-11-08T02:27:39.906 INFO:teuthology.orchestra.run.smithi148.stdout:mgr.smithi148.cvefzo smithi148 *:9283 running (8m) 51s ago 8m 425M - 16.2.14-129-gcfb6fd52 450c989a0092 8e49edfa522c 2023-11-08T02:27:39.906 INFO:teuthology.orchestra.run.smithi148.stdout:mgr.smithi153.hutpfy smithi153 *:8443,9283 running (6m) 50s ago 6m 374M - 16.2.14-129-gcfb6fd52 450c989a0092 f9b1b61b6ea4 2023-11-08T02:27:39.906 INFO:teuthology.orchestra.run.smithi148.stdout:mon.smithi148 smithi148 running (8m) 51s ago 9m 59.2M 2048M 16.2.14-129-gcfb6fd52 450c989a0092 d1c2948341ec 2023-11-08T02:27:39.906 INFO:teuthology.orchestra.run.smithi148.stdout:mon.smithi153 smithi153 running (6m) 50s ago 6m 58.5M 2048M 16.2.14-129-gcfb6fd52 450c989a0092 4f3ab7e2c9b5 2023-11-08T02:27:39.907 INFO:teuthology.orchestra.run.smithi148.stdout:node-exporter.smithi148 smithi148 *:9100 running (6m) 51s ago 6m 9.90M - 1.3.1 1dbe0e931976 b6fdcd7087d8 2023-11-08T02:27:39.907 INFO:teuthology.orchestra.run.smithi148.stdout:node-exporter.smithi153 smithi153 *:9100 running (5m) 50s ago 6m 9.80M - 1.3.1 1dbe0e931976 4c03d75bd061 2023-11-08T02:27:39.907 INFO:teuthology.orchestra.run.smithi148.stdout:osd.0 smithi153 running (4m) 50s ago 4m 33.9M 4028M 16.2.14-129-gcfb6fd52 450c989a0092 6f153008b6b0 2023-11-08T02:27:39.907 INFO:teuthology.orchestra.run.smithi148.stdout:osd.1 smithi148 running (4m) 51s ago 4m 32.9M 3260M 16.2.14-129-gcfb6fd52 450c989a0092 1b6c7c48450c 2023-11-08T02:27:39.907 INFO:teuthology.orchestra.run.smithi148.stdout:osd.2 smithi153 running (4m) 50s ago 4m 32.8M 4028M 16.2.14-129-gcfb6fd52 450c989a0092 4f42bdf4af6a 2023-11-08T02:27:39.908 INFO:teuthology.orchestra.run.smithi148.stdout:osd.3 smithi148 running (4m) 51s ago 4m 33.4M 3260M 16.2.14-129-gcfb6fd52 450c989a0092 4c868251381f 2023-11-08T02:27:39.908 INFO:teuthology.orchestra.run.smithi148.stdout:osd.4 smithi153 running (4m) 50s ago 4m 32.6M 4028M 16.2.14-129-gcfb6fd52 450c989a0092 825f6309cd9c 2023-11-08T02:27:39.908 INFO:teuthology.orchestra.run.smithi148.stdout:osd.5 smithi148 running (4m) 51s ago 4m 32.2M 3260M 16.2.14-129-gcfb6fd52 450c989a0092 c05e7bb1c7d6 2023-11-08T02:27:39.908 INFO:teuthology.orchestra.run.smithi148.stdout:osd.6 smithi153 running (4m) 50s ago 4m 32.7M 4028M 16.2.14-129-gcfb6fd52 450c989a0092 659751a78795 2023-11-08T02:27:39.909 INFO:teuthology.orchestra.run.smithi148.stdout:osd.7 smithi148 running (3m) 51s ago 4m 32.7M 3260M 16.2.14-129-gcfb6fd52 450c989a0092 74df28146ae3 2023-11-08T02:27:39.909 INFO:teuthology.orchestra.run.smithi148.stdout:prometheus.smithi148 smithi148 *:9095 running (5m) 51s ago 6m 52.5M - 2.33.4 514e6a882f6e 8c7b800264ca 2023-11-08T02:27:40.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:39 smithi148 bash[24200]: cluster 2023-11-08T02:27:38.691515+0000 mgr.smithi148.cvefzo (mgr.14180) 252 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:40.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:39 smithi153 bash[28288]: cluster 2023-11-08T02:27:38.691515+0000 mgr.smithi148.cvefzo (mgr.14180) 252 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:40.671 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-11-08T02:27:42.016 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:41 smithi148 bash[24200]: audit 2023-11-08T02:27:39.887166+0000 mgr.smithi148.cvefzo (mgr.14180) 253 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:27:42.016 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:41 smithi148 bash[24200]: cluster 2023-11-08T02:27:40.692025+0000 mgr.smithi148.cvefzo (mgr.14180) 254 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:42.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:41 smithi153 bash[28288]: audit 2023-11-08T02:27:39.887166+0000 mgr.smithi148.cvefzo (mgr.14180) 253 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:27:42.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:41 smithi153 bash[28288]: cluster 2023-11-08T02:27:40.692025+0000 mgr.smithi148.cvefzo (mgr.14180) 254 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:43.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:43 smithi148 bash[24200]: cluster 2023-11-08T02:27:42.692449+0000 mgr.smithi148.cvefzo (mgr.14180) 255 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:43.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:43 smithi153 bash[28288]: cluster 2023-11-08T02:27:42.692449+0000 mgr.smithi148.cvefzo (mgr.14180) 255 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:43.961 INFO:teuthology.orchestra.run.smithi148.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-11-08T02:27:43.962 INFO:teuthology.orchestra.run.smithi148.stdout:alertmanager ?:9093,9094 1/1 55s ago 8m count:1 2023-11-08T02:27:43.962 INFO:teuthology.orchestra.run.smithi148.stdout:crash 2/2 55s ago 8m * 2023-11-08T02:27:43.962 INFO:teuthology.orchestra.run.smithi148.stdout:grafana ?:3000 1/1 55s ago 8m count:1 2023-11-08T02:27:43.962 INFO:teuthology.orchestra.run.smithi148.stdout:mgr 2/2 55s ago 8m count:2 2023-11-08T02:27:43.963 INFO:teuthology.orchestra.run.smithi148.stdout:mon 2/2 55s ago 6m smithi148:172.21.15.148=smithi148;smithi153:172.21.15.153=smithi153;count:2 2023-11-08T02:27:43.963 INFO:teuthology.orchestra.run.smithi148.stdout:node-exporter ?:9100 2/2 55s ago 8m * 2023-11-08T02:27:43.963 INFO:teuthology.orchestra.run.smithi148.stdout:osd.all-available-devices 8 55s ago 5m * 2023-11-08T02:27:43.963 INFO:teuthology.orchestra.run.smithi148.stdout:prometheus ?:9095 1/1 55s ago 8m count:1 2023-11-08T02:27:44.783 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-11-08T02:27:46.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:45 smithi148 bash[24200]: audit 2023-11-08T02:27:43.956756+0000 mgr.smithi148.cvefzo (mgr.14180) 256 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:27:46.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:45 smithi148 bash[24200]: cluster 2023-11-08T02:27:44.692921+0000 mgr.smithi148.cvefzo (mgr.14180) 257 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:46.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:45 smithi153 bash[28288]: audit 2023-11-08T02:27:43.956756+0000 mgr.smithi148.cvefzo (mgr.14180) 256 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:27:46.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:45 smithi153 bash[28288]: cluster 2023-11-08T02:27:44.692921+0000 mgr.smithi148.cvefzo (mgr.14180) 257 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:48.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:47 smithi148 bash[24200]: cluster 2023-11-08T02:27:46.693496+0000 mgr.smithi148.cvefzo (mgr.14180) 258 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:48.028 INFO:teuthology.orchestra.run.smithi148.stdout:HOST ADDR LABELS STATUS 2023-11-08T02:27:48.028 INFO:teuthology.orchestra.run.smithi148.stdout:smithi148 172.21.15.148 2023-11-08T02:27:48.028 INFO:teuthology.orchestra.run.smithi148.stdout:smithi153 172.21.15.153 2023-11-08T02:27:48.028 INFO:teuthology.orchestra.run.smithi148.stdout:2 hosts in cluster 2023-11-08T02:27:48.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:47 smithi153 bash[28288]: cluster 2023-11-08T02:27:46.693496+0000 mgr.smithi148.cvefzo (mgr.14180) 258 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:48.790 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-11-08T02:27:50.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:49 smithi148 bash[24200]: audit 2023-11-08T02:27:48.027759+0000 mgr.smithi148.cvefzo (mgr.14180) 259 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:27:50.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:49 smithi148 bash[24200]: cluster 2023-11-08T02:27:48.694136+0000 mgr.smithi148.cvefzo (mgr.14180) 260 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:50.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:49 smithi148 bash[24200]: audit 2023-11-08T02:27:49.254468+0000 mon.smithi148 (mon.0) 622 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:27:50.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:49 smithi153 bash[28288]: audit 2023-11-08T02:27:48.027759+0000 mgr.smithi148.cvefzo (mgr.14180) 259 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:27:50.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:49 smithi153 bash[28288]: cluster 2023-11-08T02:27:48.694136+0000 mgr.smithi148.cvefzo (mgr.14180) 260 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:50.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:49 smithi153 bash[28288]: audit 2023-11-08T02:27:49.254468+0000 mon.smithi148 (mon.0) 622 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:27:51.961 INFO:teuthology.orchestra.run.smithi148.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-08T02:27:51.962 INFO:teuthology.orchestra.run.smithi148.stdout:smithi148 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6233005G400BGN 372G 3m ago LVM detected, locked 2023-11-08T02:27:51.962 INFO:teuthology.orchestra.run.smithi148.stdout:smithi148 /dev/nvme1n1 ssd Linux_e249c61a2ddb4bc381dc 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:27:51.962 INFO:teuthology.orchestra.run.smithi148.stdout:smithi148 /dev/nvme2n1 ssd Linux_d82c3d2c2548ff8ab426 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:27:51.962 INFO:teuthology.orchestra.run.smithi148.stdout:smithi148 /dev/nvme3n1 ssd Linux_0856070629bb3a48ba20 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:27:51.963 INFO:teuthology.orchestra.run.smithi148.stdout:smithi148 /dev/nvme4n1 ssd Linux_c1b70c0bd220abafa406 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:27:51.963 INFO:teuthology.orchestra.run.smithi148.stdout:smithi153 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300MV400BGN 372G 3m ago LVM detected, locked 2023-11-08T02:27:51.963 INFO:teuthology.orchestra.run.smithi148.stdout:smithi153 /dev/nvme1n1 ssd Linux_31ffb61d70d899d76428 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:27:51.963 INFO:teuthology.orchestra.run.smithi148.stdout:smithi153 /dev/nvme2n1 ssd Linux_8a36858f986a52c1e3b0 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:27:51.964 INFO:teuthology.orchestra.run.smithi148.stdout:smithi153 /dev/nvme3n1 ssd Linux_d60a7cbf0b1992ef4dbb 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:27:51.964 INFO:teuthology.orchestra.run.smithi148.stdout:smithi153 /dev/nvme4n1 ssd Linux_a902ce78a2d340a8d3e4 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:27:52.013 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:51 smithi148 bash[24200]: cluster 2023-11-08T02:27:50.694587+0000 mgr.smithi148.cvefzo (mgr.14180) 261 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:52.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:51 smithi153 bash[28288]: cluster 2023-11-08T02:27:50.694587+0000 mgr.smithi148.cvefzo (mgr.14180) 261 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:52.741 INFO:teuthology.run_tasks:Running task vip... 2023-11-08T02:27:52.751 INFO:tasks.vip:Allocating static IPs for each host... 2023-11-08T02:27:52.751 INFO:tasks.vip:peername 172.21.15.148 2023-11-08T02:27:52.757 INFO:tasks.vip:172.21.15.148 in 172.21.0.0/20, pos 3987 2023-11-08T02:27:52.761 INFO:tasks.vip:smithi148.front.sepia.ceph.com static 10.0.15.148, vnet 10.0.0.0/16 2023-11-08T02:27:52.761 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-11-08T02:27:52.762 DEBUG:teuthology.orchestra.run.smithi148:> sudo ip route ls 2023-11-08T02:27:52.776 INFO:teuthology.orchestra.run.smithi148.stdout:default via 172.21.15.254 dev enp3s0f1 2023-11-08T02:27:52.776 INFO:teuthology.orchestra.run.smithi148.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.148 metric 100 2023-11-08T02:27:52.777 INFO:teuthology.orchestra.run.smithi148.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-08T02:27:52.777 INFO:teuthology.orchestra.run.smithi148.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.148 2023-11-08T02:27:52.777 INFO:teuthology.orchestra.run.smithi148.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.148 metric 100 2023-11-08T02:27:52.778 INFO:tasks.vip:Configuring 10.0.15.148 on smithi148.front.sepia.ceph.com iface enp3s0f1... 2023-11-08T02:27:52.778 DEBUG:teuthology.orchestra.run.smithi148:> sudo ip addr add 10.0.15.148/16 dev enp3s0f1 2023-11-08T02:27:52.836 INFO:tasks.vip:peername 172.21.15.153 2023-11-08T02:27:52.839 INFO:tasks.vip:172.21.15.153 in 172.21.0.0/20, pos 3992 2023-11-08T02:27:52.843 INFO:tasks.vip:smithi153.front.sepia.ceph.com static 10.0.15.153, vnet 10.0.0.0/16 2023-11-08T02:27:52.844 DEBUG:teuthology.orchestra.run.smithi153:> sudo ip route ls 2023-11-08T02:27:52.861 INFO:teuthology.orchestra.run.smithi153.stdout:default via 172.21.15.254 dev enp3s0f1 2023-11-08T02:27:52.861 INFO:teuthology.orchestra.run.smithi153.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.153 metric 100 2023-11-08T02:27:52.861 INFO:teuthology.orchestra.run.smithi153.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2023-11-08T02:27:52.861 INFO:teuthology.orchestra.run.smithi153.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.153 2023-11-08T02:27:52.862 INFO:teuthology.orchestra.run.smithi153.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.153 metric 100 2023-11-08T02:27:52.863 INFO:tasks.vip:Configuring 10.0.15.153 on smithi153.front.sepia.ceph.com iface enp3s0f1... 2023-11-08T02:27:52.863 DEBUG:teuthology.orchestra.run.smithi153:> sudo ip addr add 10.0.15.153/16 dev enp3s0f1 2023-11-08T02:27:52.922 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T02:27:52.931 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi148.front.sepia.ceph.com 2023-11-08T02:27:52.931 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-11-08T02:27:53.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:53 smithi153 bash[28288]: audit 2023-11-08T02:27:51.957476+0000 mgr.smithi148.cvefzo (mgr.14180) 262 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:27:53.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:53 smithi153 bash[28288]: cluster 2023-11-08T02:27:52.695079+0000 mgr.smithi148.cvefzo (mgr.14180) 263 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:53.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:53 smithi148 bash[24200]: audit 2023-11-08T02:27:51.957476+0000 mgr.smithi148.cvefzo (mgr.14180) 262 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:27:53.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:53 smithi148 bash[24200]: cluster 2023-11-08T02:27:52.695079+0000 mgr.smithi148.cvefzo (mgr.14180) 263 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:56.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:55 smithi148 bash[24200]: cluster 2023-11-08T02:27:54.695537+0000 mgr.smithi148.cvefzo (mgr.14180) 264 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:56.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:55 smithi148 bash[24200]: audit 2023-11-08T02:27:54.740175+0000 mon.smithi148 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:27:56.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:55 smithi148 bash[24200]: audit 2023-11-08T02:27:55.201181+0000 mon.smithi148 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:27:56.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:55 smithi148 bash[24200]: audit 2023-11-08T02:27:55.464043+0000 mon.smithi148 (mon.0) 625 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:27:56.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:55 smithi148 bash[24200]: audit 2023-11-08T02:27:55.465264+0000 mon.smithi148 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:27:56.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:55 smithi148 bash[24200]: audit 2023-11-08T02:27:55.471429+0000 mon.smithi148 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:27:56.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:55 smithi148 bash[24200]: audit 2023-11-08T02:27:55.478965+0000 mon.smithi148 (mon.0) 628 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:27:56.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:55 smithi153 bash[28288]: cluster 2023-11-08T02:27:54.695537+0000 mgr.smithi148.cvefzo (mgr.14180) 264 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:56.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:55 smithi153 bash[28288]: audit 2023-11-08T02:27:54.740175+0000 mon.smithi148 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:27:56.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:55 smithi153 bash[28288]: audit 2023-11-08T02:27:55.201181+0000 mon.smithi148 (mon.0) 624 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:27:56.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:55 smithi153 bash[28288]: audit 2023-11-08T02:27:55.464043+0000 mon.smithi148 (mon.0) 625 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:27:56.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:55 smithi153 bash[28288]: audit 2023-11-08T02:27:55.465264+0000 mon.smithi148 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:27:56.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:55 smithi153 bash[28288]: audit 2023-11-08T02:27:55.471429+0000 mon.smithi148 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:27:56.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:55 smithi153 bash[28288]: audit 2023-11-08T02:27:55.478965+0000 mon.smithi148 (mon.0) 628 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:27:56.191 INFO:teuthology.orchestra.run.smithi148.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-11-08T02:27:56.192 INFO:teuthology.orchestra.run.smithi148.stdout:smithi148 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6233005G400BGN 372G 3m ago LVM detected, locked 2023-11-08T02:27:56.192 INFO:teuthology.orchestra.run.smithi148.stdout:smithi148 /dev/nvme1n1 ssd Linux_e249c61a2ddb4bc381dc 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:27:56.192 INFO:teuthology.orchestra.run.smithi148.stdout:smithi148 /dev/nvme2n1 ssd Linux_d82c3d2c2548ff8ab426 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:27:56.192 INFO:teuthology.orchestra.run.smithi148.stdout:smithi148 /dev/nvme3n1 ssd Linux_0856070629bb3a48ba20 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:27:56.193 INFO:teuthology.orchestra.run.smithi148.stdout:smithi148 /dev/nvme4n1 ssd Linux_c1b70c0bd220abafa406 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:27:56.193 INFO:teuthology.orchestra.run.smithi148.stdout:smithi153 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300MV400BGN 372G 3m ago LVM detected, locked 2023-11-08T02:27:56.193 INFO:teuthology.orchestra.run.smithi148.stdout:smithi153 /dev/nvme1n1 ssd Linux_31ffb61d70d899d76428 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:27:56.193 INFO:teuthology.orchestra.run.smithi148.stdout:smithi153 /dev/nvme2n1 ssd Linux_8a36858f986a52c1e3b0 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:27:56.193 INFO:teuthology.orchestra.run.smithi148.stdout:smithi153 /dev/nvme3n1 ssd Linux_d60a7cbf0b1992ef4dbb 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:27:56.194 INFO:teuthology.orchestra.run.smithi148.stdout:smithi153 /dev/nvme4n1 ssd Linux_a902ce78a2d340a8d3e4 89.4G 3m ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-11-08T02:27:56.922 INFO:teuthology.run_tasks:Running task vip.exec... 2023-11-08T02:27:56.931 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi148.front.sepia.ceph.com 2023-11-08T02:27:56.931 DEBUG:teuthology.orchestra.run.smithi148:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-08T02:27:56.947 INFO:teuthology.orchestra.run.smithi148.stderr:+ systemctl stop nfs-server 2023-11-08T02:27:57.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:56 smithi148 bash[24200]: audit 2023-11-08T02:27:56.201794+0000 mon.smithi148 (mon.0) 629 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:27:57.085 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi153.front.sepia.ceph.com 2023-11-08T02:27:57.086 DEBUG:teuthology.orchestra.run.smithi153:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-11-08T02:27:57.100 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:56 smithi153 bash[28288]: audit 2023-11-08T02:27:56.201794+0000 mon.smithi148 (mon.0) 629 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:27:57.101 INFO:teuthology.orchestra.run.smithi153.stderr:+ systemctl stop nfs-server 2023-11-08T02:27:57.251 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-11-08T02:27:57.260 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi148.front.sepia.ceph.com 2023-11-08T02:27:57.260 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-11-08T02:27:58.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:57 smithi148 bash[24200]: audit 2023-11-08T02:27:56.184081+0000 mgr.smithi148.cvefzo (mgr.14180) 265 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:27:58.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:57 smithi148 bash[24200]: cluster 2023-11-08T02:27:56.696001+0000 mgr.smithi148.cvefzo (mgr.14180) 266 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:27:58.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:57 smithi153 bash[28288]: audit 2023-11-08T02:27:56.184081+0000 mgr.smithi148.cvefzo (mgr.14180) 265 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:27:58.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:57 smithi153 bash[28288]: cluster 2023-11-08T02:27:56.696001+0000 mgr.smithi148.cvefzo (mgr.14180) 266 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:00.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:27:59 smithi148 bash[24200]: cluster 2023-11-08T02:27:58.696531+0000 mgr.smithi148.cvefzo (mgr.14180) 267 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:00.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:27:59 smithi153 bash[28288]: cluster 2023-11-08T02:27:58.696531+0000 mgr.smithi148.cvefzo (mgr.14180) 267 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:01.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:01 smithi148 bash[24200]: audit 2023-11-08T02:28:00.352777+0000 mon.smithi148 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-08T02:28:01.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:01 smithi153 bash[28288]: audit 2023-11-08T02:28:00.352777+0000 mon.smithi148 (mon.0) 630 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-11-08T02:28:02.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:01 smithi148 bash[24200]: debug 2023-11-08T02:28:01.874+0000 7f903f09f700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-08T02:28:02.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:02 smithi148 bash[24200]: audit 2023-11-08T02:28:00.351943+0000 mgr.smithi148.cvefzo (mgr.14180) 268 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:28:02.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:02 smithi148 bash[24200]: cluster 2023-11-08T02:28:00.697144+0000 mgr.smithi148.cvefzo (mgr.14180) 269 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:02.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:02 smithi148 bash[24200]: audit 2023-11-08T02:28:00.869288+0000 mon.smithi148 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-08T02:28:02.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:02 smithi148 bash[24200]: cluster 2023-11-08T02:28:00.869408+0000 mon.smithi148 (mon.0) 632 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-08T02:28:02.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:02 smithi148 bash[24200]: audit 2023-11-08T02:28:00.872734+0000 mon.smithi148 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-08T02:28:02.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:02 smithi148 bash[24200]: audit 2023-11-08T02:28:01.736019+0000 mon.smithi148 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:02.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:02 smithi148 bash[24200]: audit 2023-11-08T02:28:01.871839+0000 mon.smithi148 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-08T02:28:02.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:02 smithi148 bash[24200]: cluster 2023-11-08T02:28:01.872110+0000 mon.smithi148 (mon.0) 636 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-08T02:28:02.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:02 smithi148 bash[24200]: audit 2023-11-08T02:28:01.874753+0000 mon.smithi148 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-08T02:28:02.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:02 smithi148 bash[24200]: cluster 2023-11-08T02:28:01.875791+0000 mon.smithi148 (mon.0) 638 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-08T02:28:02.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:02 smithi148 bash[24200]: cluster 2023-11-08T02:28:01.875876+0000 mon.smithi148 (mon.0) 639 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-08T02:28:02.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:02 smithi148 bash[24200]: cluster 2023-11-08T02:28:01.883507+0000 mon.smithi148 (mon.0) 640 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-08T02:28:02.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:02 smithi148 bash[24200]: audit 2023-11-08T02:28:01.883825+0000 mon.smithi148 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-08T02:28:02.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:02 smithi148 bash[24200]: cluster 2023-11-08T02:28:01.883945+0000 mon.smithi148 (mon.0) 642 : cluster [DBG] fsmap foofs:0 2023-11-08T02:28:02.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:02 smithi148 bash[24200]: audit 2023-11-08T02:28:01.895442+0000 mon.smithi148 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:02.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:02 smithi153 bash[28288]: audit 2023-11-08T02:28:00.351943+0000 mgr.smithi148.cvefzo (mgr.14180) 268 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:28:02.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:02 smithi153 bash[28288]: cluster 2023-11-08T02:28:00.697144+0000 mgr.smithi148.cvefzo (mgr.14180) 269 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:02.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:02 smithi153 bash[28288]: audit 2023-11-08T02:28:00.869288+0000 mon.smithi148 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-11-08T02:28:02.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:02 smithi153 bash[28288]: cluster 2023-11-08T02:28:00.869408+0000 mon.smithi148 (mon.0) 632 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-11-08T02:28:02.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:02 smithi153 bash[28288]: audit 2023-11-08T02:28:00.872734+0000 mon.smithi148 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-11-08T02:28:02.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:02 smithi153 bash[28288]: audit 2023-11-08T02:28:01.736019+0000 mon.smithi148 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:02.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:02 smithi153 bash[28288]: audit 2023-11-08T02:28:01.871839+0000 mon.smithi148 (mon.0) 635 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-11-08T02:28:02.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:02 smithi153 bash[28288]: cluster 2023-11-08T02:28:01.872110+0000 mon.smithi148 (mon.0) 636 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-11-08T02:28:02.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:02 smithi153 bash[28288]: audit 2023-11-08T02:28:01.874753+0000 mon.smithi148 (mon.0) 637 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-11-08T02:28:02.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:02 smithi153 bash[28288]: cluster 2023-11-08T02:28:01.875791+0000 mon.smithi148 (mon.0) 638 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-11-08T02:28:02.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:02 smithi153 bash[28288]: cluster 2023-11-08T02:28:01.875876+0000 mon.smithi148 (mon.0) 639 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-11-08T02:28:02.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:02 smithi153 bash[28288]: cluster 2023-11-08T02:28:01.883507+0000 mon.smithi148 (mon.0) 640 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-11-08T02:28:02.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:02 smithi153 bash[28288]: audit 2023-11-08T02:28:01.883825+0000 mon.smithi148 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-11-08T02:28:02.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:02 smithi153 bash[28288]: cluster 2023-11-08T02:28:01.883945+0000 mon.smithi148 (mon.0) 642 : cluster [DBG] fsmap foofs:0 2023-11-08T02:28:02.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:02 smithi153 bash[28288]: audit 2023-11-08T02:28:01.895442+0000 mon.smithi148 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:02.667 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-11-08T02:28:02.678 INFO:tasks.cephadm:Applying spec(s): placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 --- service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '10.0.31.148/16' 2023-11-08T02:28:02.679 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch apply -i - 2023-11-08T02:28:03.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:03 smithi153 bash[28288]: cephadm 2023-11-08T02:28:01.888300+0000 mgr.smithi148.cvefzo (mgr.14180) 270 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-11-08T02:28:03.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:03 smithi153 bash[28288]: cluster 2023-11-08T02:28:02.697758+0000 mgr.smithi148.cvefzo (mgr.14180) 271 : cluster [DBG] pgmap v248: 65 pgs: 11 creating+peering, 3 active+clean, 51 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:03.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:03 smithi153 bash[28288]: cluster 2023-11-08T02:28:02.884901+0000 mon.smithi148 (mon.0) 644 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-08T02:28:03.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:03 smithi148 bash[24200]: cephadm 2023-11-08T02:28:01.888300+0000 mgr.smithi148.cvefzo (mgr.14180) 270 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2023-11-08T02:28:03.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:03 smithi148 bash[24200]: cluster 2023-11-08T02:28:02.697758+0000 mgr.smithi148.cvefzo (mgr.14180) 271 : cluster [DBG] pgmap v248: 65 pgs: 11 creating+peering, 3 active+clean, 51 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:03.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:03 smithi148 bash[24200]: cluster 2023-11-08T02:28:02.884901+0000 mon.smithi148 (mon.0) 644 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-11-08T02:28:04.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:04 smithi148 bash[24200]: audit 2023-11-08T02:28:03.343189+0000 mon.smithi148 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:04.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:04 smithi148 bash[24200]: cluster 2023-11-08T02:28:03.888567+0000 mon.smithi148 (mon.0) 646 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-08T02:28:04.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:04 smithi153 bash[28288]: audit 2023-11-08T02:28:03.343189+0000 mon.smithi148 (mon.0) 645 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:04.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:04 smithi153 bash[28288]: cluster 2023-11-08T02:28:03.888567+0000 mon.smithi148 (mon.0) 646 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-11-08T02:28:05.637 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:05 smithi148 bash[24200]: cluster 2023-11-08T02:28:04.698387+0000 mgr.smithi148.cvefzo (mgr.14180) 272 : cluster [DBG] pgmap v251: 65 pgs: 11 creating+peering, 31 active+clean, 23 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:05.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:05 smithi153 bash[28288]: cluster 2023-11-08T02:28:04.698387+0000 mgr.smithi148.cvefzo (mgr.14180) 272 : cluster [DBG] pgmap v251: 65 pgs: 11 creating+peering, 31 active+clean, 23 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:06.017 INFO:teuthology.orchestra.run.smithi148.stdout:Scheduled nfs.foo update... 2023-11-08T02:28:06.018 INFO:teuthology.orchestra.run.smithi148.stdout:Scheduled ingress.nfs.foo update... 2023-11-08T02:28:06.797 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-08T02:28:06.810 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-11-08T02:28:06.811 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:28:07.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:07 smithi148 bash[24200]: audit 2023-11-08T02:28:05.993898+0000 mgr.smithi148.cvefzo (mgr.14180) 273 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:28:07.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:07 smithi148 bash[24200]: cephadm 2023-11-08T02:28:06.003895+0000 mgr.smithi148.cvefzo (mgr.14180) 274 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-11-08T02:28:07.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:07 smithi148 bash[24200]: audit 2023-11-08T02:28:06.009853+0000 mon.smithi148 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:07.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:07 smithi148 bash[24200]: cephadm 2023-11-08T02:28:06.010432+0000 mgr.smithi148.cvefzo (mgr.14180) 275 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-08T02:28:07.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:07 smithi148 bash[24200]: audit 2023-11-08T02:28:06.015904+0000 mon.smithi148 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:07.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:07 smithi148 bash[24200]: cluster 2023-11-08T02:28:06.699130+0000 mgr.smithi148.cvefzo (mgr.14180) 276 : cluster [DBG] pgmap v252: 65 pgs: 11 creating+peering, 51 active+clean, 3 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:07.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:07 smithi153 bash[28288]: audit 2023-11-08T02:28:05.993898+0000 mgr.smithi148.cvefzo (mgr.14180) 273 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-11-08T02:28:07.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:07 smithi153 bash[28288]: cephadm 2023-11-08T02:28:06.003895+0000 mgr.smithi148.cvefzo (mgr.14180) 274 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2023-11-08T02:28:07.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:07 smithi153 bash[28288]: audit 2023-11-08T02:28:06.009853+0000 mon.smithi148 (mon.0) 647 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:07.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:07 smithi153 bash[28288]: cephadm 2023-11-08T02:28:06.010432+0000 mgr.smithi148.cvefzo (mgr.14180) 275 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2023-11-08T02:28:07.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:07 smithi153 bash[28288]: audit 2023-11-08T02:28:06.015904+0000 mon.smithi148 (mon.0) 648 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:07.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:07 smithi153 bash[28288]: cluster 2023-11-08T02:28:06.699130+0000 mgr.smithi148.cvefzo (mgr.14180) 276 : cluster [DBG] pgmap v252: 65 pgs: 11 creating+peering, 51 active+clean, 3 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:10.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:09 smithi148 bash[24200]: cluster 2023-11-08T02:28:08.699965+0000 mgr.smithi148.cvefzo (mgr.14180) 277 : cluster [DBG] pgmap v253: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:10.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:09 smithi153 bash[28288]: cluster 2023-11-08T02:28:08.699965+0000 mgr.smithi148.cvefzo (mgr.14180) 277 : cluster [DBG] pgmap v253: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:10.885 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:28:10.886 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:28:03.334105Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:01.723489Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:28:03.334473Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:06.016187Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:01.723860Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:01.724116Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:01.724355Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:01.724593Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:28:03.334802Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:28:11.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:10 smithi153 bash[28288]: audit 2023-11-08T02:28:09.814817+0000 mon.smithi148 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:11.257 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:10 smithi148 bash[24200]: audit 2023-11-08T02:28:09.814817+0000 mon.smithi148 (mon.0) 649 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:11.985 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:11 smithi148 bash[24200]: cluster 2023-11-08T02:28:10.700523+0000 mgr.smithi148.cvefzo (mgr.14180) 278 : cluster [DBG] pgmap v254: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:11.986 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-08T02:28:12.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:11 smithi153 bash[28288]: cluster 2023-11-08T02:28:10.700523+0000 mgr.smithi148.cvefzo (mgr.14180) 278 : cluster [DBG] pgmap v254: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:12.987 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:28:13.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:12 smithi153 bash[28288]: audit 2023-11-08T02:28:10.877068+0000 mgr.smithi148.cvefzo (mgr.14180) 279 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:13.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:12 smithi153 bash[28288]: audit 2023-11-08T02:28:12.104594+0000 mon.smithi148 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:13.189 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:12 smithi148 bash[24200]: audit 2023-11-08T02:28:10.877068+0000 mgr.smithi148.cvefzo (mgr.14180) 279 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:13.189 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:12 smithi148 bash[24200]: audit 2023-11-08T02:28:12.104594+0000 mon.smithi148 (mon.0) 650 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:14.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:13 smithi153 bash[28288]: cluster 2023-11-08T02:28:12.701231+0000 mgr.smithi148.cvefzo (mgr.14180) 280 : cluster [DBG] pgmap v255: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:14.171 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:13 smithi148 bash[24200]: cluster 2023-11-08T02:28:12.701231+0000 mgr.smithi148.cvefzo (mgr.14180) 280 : cluster [DBG] pgmap v255: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:16.090 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:15 smithi148 bash[24200]: cluster 2023-11-08T02:28:14.701958+0000 mgr.smithi148.cvefzo (mgr.14180) 281 : cluster [DBG] pgmap v256: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:16.090 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:15 smithi148 bash[24200]: audit 2023-11-08T02:28:15.033978+0000 mon.smithi148 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:16.090 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:15 smithi148 bash[24200]: audit 2023-11-08T02:28:15.034987+0000 mon.smithi148 (mon.0) 652 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:28:16.091 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:15 smithi148 bash[24200]: audit 2023-11-08T02:28:15.035880+0000 mon.smithi148 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:28:16.091 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:15 smithi148 bash[24200]: audit 2023-11-08T02:28:15.040500+0000 mon.smithi148 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:16.091 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:15 smithi148 bash[24200]: audit 2023-11-08T02:28:15.045105+0000 mon.smithi148 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:28:16.091 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:15 smithi148 bash[24200]: audit 2023-11-08T02:28:15.055972+0000 mon.smithi148 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:16.092 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:15 smithi148 bash[24200]: audit 2023-11-08T02:28:15.056923+0000 mon.smithi148 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.suehsr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-08T02:28:16.092 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:15 smithi148 bash[24200]: audit 2023-11-08T02:28:15.061497+0000 mon.smithi148 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.suehsr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-08T02:28:16.092 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:15 smithi148 bash[24200]: audit 2023-11-08T02:28:15.062383+0000 mon.smithi148 (mon.0) 659 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:28:16.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:15 smithi153 bash[28288]: cluster 2023-11-08T02:28:14.701958+0000 mgr.smithi148.cvefzo (mgr.14180) 281 : cluster [DBG] pgmap v256: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:16.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:15 smithi153 bash[28288]: audit 2023-11-08T02:28:15.033978+0000 mon.smithi148 (mon.0) 651 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:16.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:15 smithi153 bash[28288]: audit 2023-11-08T02:28:15.034987+0000 mon.smithi148 (mon.0) 652 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:28:16.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:15 smithi153 bash[28288]: audit 2023-11-08T02:28:15.035880+0000 mon.smithi148 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:28:16.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:15 smithi153 bash[28288]: audit 2023-11-08T02:28:15.040500+0000 mon.smithi148 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:16.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:15 smithi153 bash[28288]: audit 2023-11-08T02:28:15.045105+0000 mon.smithi148 (mon.0) 655 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:28:16.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:15 smithi153 bash[28288]: audit 2023-11-08T02:28:15.055972+0000 mon.smithi148 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:16.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:15 smithi153 bash[28288]: audit 2023-11-08T02:28:15.056923+0000 mon.smithi148 (mon.0) 657 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.suehsr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-08T02:28:16.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:15 smithi153 bash[28288]: audit 2023-11-08T02:28:15.061497+0000 mon.smithi148 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi153.suehsr", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-08T02:28:16.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:15 smithi153 bash[28288]: audit 2023-11-08T02:28:15.062383+0000 mon.smithi148 (mon.0) 659 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:28:16.546 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:28:16.546 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:28:03.334105Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:01.723489Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:28:03.334473Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:06.016187Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:01.723860Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:01.724116Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:01.724355Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:01.724593Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:28:03.334802Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:28:16.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:16 smithi153 bash[28288]: cephadm 2023-11-08T02:28:15.063031+0000 mgr.smithi148.cvefzo (mgr.14180) 282 : cephadm [INF] Deploying daemon mds.foofs.smithi153.suehsr on smithi153 2023-11-08T02:28:17.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:16 smithi148 bash[24200]: cephadm 2023-11-08T02:28:15.063031+0000 mgr.smithi148.cvefzo (mgr.14180) 282 : cephadm [INF] Deploying daemon mds.foofs.smithi153.suehsr on smithi153 2023-11-08T02:28:17.292 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-08T02:28:17.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:17 smithi153 bash[28288]: audit 2023-11-08T02:28:16.536696+0000 mgr.smithi148.cvefzo (mgr.14180) 283 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:17.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:17 smithi153 bash[28288]: cluster 2023-11-08T02:28:16.702487+0000 mgr.smithi148.cvefzo (mgr.14180) 284 : cluster [DBG] pgmap v257: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:17.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:17 smithi153 bash[28288]: audit 2023-11-08T02:28:17.670897+0000 mon.smithi148 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:17.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:17 smithi153 bash[28288]: audit 2023-11-08T02:28:17.673169+0000 mon.smithi148 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi148.bbrhtz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-08T02:28:17.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:17 smithi153 bash[28288]: audit 2023-11-08T02:28:17.679143+0000 mon.smithi148 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi148.bbrhtz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-08T02:28:17.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:17 smithi153 bash[28288]: audit 2023-11-08T02:28:17.680651+0000 mon.smithi148 (mon.0) 663 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:28:18.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:17 smithi148 bash[24200]: audit 2023-11-08T02:28:16.536696+0000 mgr.smithi148.cvefzo (mgr.14180) 283 : audit [DBG] from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:18.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:17 smithi148 bash[24200]: cluster 2023-11-08T02:28:16.702487+0000 mgr.smithi148.cvefzo (mgr.14180) 284 : cluster [DBG] pgmap v257: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:18.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:17 smithi148 bash[24200]: audit 2023-11-08T02:28:17.670897+0000 mon.smithi148 (mon.0) 660 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:18.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:17 smithi148 bash[24200]: audit 2023-11-08T02:28:17.673169+0000 mon.smithi148 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi148.bbrhtz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-11-08T02:28:18.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:17 smithi148 bash[24200]: audit 2023-11-08T02:28:17.679143+0000 mon.smithi148 (mon.0) 662 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi148.bbrhtz", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-11-08T02:28:18.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:17 smithi148 bash[24200]: audit 2023-11-08T02:28:17.680651+0000 mon.smithi148 (mon.0) 663 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:28:18.293 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:28:18.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:18 smithi153 bash[28288]: cephadm 2023-11-08T02:28:17.681797+0000 mgr.smithi148.cvefzo (mgr.14180) 285 : cephadm [INF] Deploying daemon mds.foofs.smithi148.bbrhtz on smithi148 2023-11-08T02:28:19.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:18 smithi148 bash[24200]: cephadm 2023-11-08T02:28:17.681797+0000 mgr.smithi148.cvefzo (mgr.14180) 285 : cephadm [INF] Deploying daemon mds.foofs.smithi148.bbrhtz on smithi148 2023-11-08T02:28:19.968 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:19 smithi148 bash[24200]: cluster 2023-11-08T02:28:18.703256+0000 mgr.smithi148.cvefzo (mgr.14180) 286 : cluster [DBG] pgmap v258: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:19.968 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:19 smithi148 bash[24200]: cluster 2023-11-08T02:28:18.852430+0000 mon.smithi148 (mon.0) 664 : cluster [DBG] mds.? [v2:172.21.15.153:6832/648761459,v1:172.21.15.153:6833/648761459] up:boot 2023-11-08T02:28:19.968 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:19 smithi148 bash[24200]: cluster 2023-11-08T02:28:18.852476+0000 mon.smithi148 (mon.0) 665 : cluster [INF] daemon mds.foofs.smithi153.suehsr assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-08T02:28:19.969 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:19 smithi148 bash[24200]: cluster 2023-11-08T02:28:18.852531+0000 mon.smithi148 (mon.0) 666 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-08T02:28:19.969 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:19 smithi148 bash[24200]: cluster 2023-11-08T02:28:18.852549+0000 mon.smithi148 (mon.0) 667 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-08T02:28:19.969 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:19 smithi148 bash[24200]: cluster 2023-11-08T02:28:18.852576+0000 mon.smithi148 (mon.0) 668 : cluster [INF] Cluster is now healthy 2023-11-08T02:28:19.969 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:19 smithi148 bash[24200]: cluster 2023-11-08T02:28:18.852806+0000 mon.smithi148 (mon.0) 669 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-11-08T02:28:19.970 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:19 smithi148 bash[24200]: audit 2023-11-08T02:28:18.853049+0000 mon.smithi148 (mon.0) 670 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi153.suehsr"}]: dispatch 2023-11-08T02:28:19.970 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:19 smithi148 bash[24200]: cluster 2023-11-08T02:28:18.855783+0000 mon.smithi148 (mon.0) 671 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.suehsr=up:creating} 2023-11-08T02:28:19.970 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:19 smithi148 bash[24200]: cluster 2023-11-08T02:28:18.874171+0000 mon.smithi148 (mon.0) 672 : cluster [INF] daemon mds.foofs.smithi153.suehsr is now active in filesystem foofs as rank 0 2023-11-08T02:28:20.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:19 smithi153 bash[28288]: cluster 2023-11-08T02:28:18.703256+0000 mgr.smithi148.cvefzo (mgr.14180) 286 : cluster [DBG] pgmap v258: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:20.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:19 smithi153 bash[28288]: cluster 2023-11-08T02:28:18.852430+0000 mon.smithi148 (mon.0) 664 : cluster [DBG] mds.? [v2:172.21.15.153:6832/648761459,v1:172.21.15.153:6833/648761459] up:boot 2023-11-08T02:28:20.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:19 smithi153 bash[28288]: cluster 2023-11-08T02:28:18.852476+0000 mon.smithi148 (mon.0) 665 : cluster [INF] daemon mds.foofs.smithi153.suehsr assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-11-08T02:28:20.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:19 smithi153 bash[28288]: cluster 2023-11-08T02:28:18.852531+0000 mon.smithi148 (mon.0) 666 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-11-08T02:28:20.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:19 smithi153 bash[28288]: cluster 2023-11-08T02:28:18.852549+0000 mon.smithi148 (mon.0) 667 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-11-08T02:28:20.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:19 smithi153 bash[28288]: cluster 2023-11-08T02:28:18.852576+0000 mon.smithi148 (mon.0) 668 : cluster [INF] Cluster is now healthy 2023-11-08T02:28:20.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:19 smithi153 bash[28288]: cluster 2023-11-08T02:28:18.852806+0000 mon.smithi148 (mon.0) 669 : cluster [DBG] fsmap foofs:0 1 up:standby 2023-11-08T02:28:20.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:19 smithi153 bash[28288]: audit 2023-11-08T02:28:18.853049+0000 mon.smithi148 (mon.0) 670 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi153.suehsr"}]: dispatch 2023-11-08T02:28:20.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:19 smithi153 bash[28288]: cluster 2023-11-08T02:28:18.855783+0000 mon.smithi148 (mon.0) 671 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.suehsr=up:creating} 2023-11-08T02:28:20.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:19 smithi153 bash[28288]: cluster 2023-11-08T02:28:18.874171+0000 mon.smithi148 (mon.0) 672 : cluster [INF] daemon mds.foofs.smithi153.suehsr is now active in filesystem foofs as rank 0 2023-11-08T02:28:21.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:20 smithi148 bash[24200]: cluster 2023-11-08T02:28:19.862237+0000 mon.smithi148 (mon.0) 673 : cluster [DBG] mds.? [v2:172.21.15.153:6832/648761459,v1:172.21.15.153:6833/648761459] up:active 2023-11-08T02:28:21.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:20 smithi148 bash[24200]: cluster 2023-11-08T02:28:19.862304+0000 mon.smithi148 (mon.0) 674 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.suehsr=up:active} 2023-11-08T02:28:21.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:20 smithi153 bash[28288]: cluster 2023-11-08T02:28:19.862237+0000 mon.smithi148 (mon.0) 673 : cluster [DBG] mds.? [v2:172.21.15.153:6832/648761459,v1:172.21.15.153:6833/648761459] up:active 2023-11-08T02:28:21.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:20 smithi153 bash[28288]: cluster 2023-11-08T02:28:19.862304+0000 mon.smithi148 (mon.0) 674 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.suehsr=up:active} 2023-11-08T02:28:22.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:21 smithi148 bash[24200]: cluster 2023-11-08T02:28:20.704085+0000 mgr.smithi148.cvefzo (mgr.14180) 287 : cluster [DBG] pgmap v259: 65 pgs: 65 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:22.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:21 smithi148 bash[24200]: audit 2023-11-08T02:28:21.461513+0000 mon.smithi148 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:22.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:21 smithi148 bash[24200]: audit 2023-11-08T02:28:21.470047+0000 mon.smithi148 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:22.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:21 smithi148 bash[24200]: audit 2023-11-08T02:28:21.494830+0000 mon.smithi148 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-08T02:28:22.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:21 smithi153 bash[28288]: cluster 2023-11-08T02:28:20.704085+0000 mgr.smithi148.cvefzo (mgr.14180) 287 : cluster [DBG] pgmap v259: 65 pgs: 65 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:28:22.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:21 smithi153 bash[28288]: audit 2023-11-08T02:28:21.461513+0000 mon.smithi148 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:22.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:21 smithi153 bash[28288]: audit 2023-11-08T02:28:21.470047+0000 mon.smithi148 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:22.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:21 smithi153 bash[28288]: audit 2023-11-08T02:28:21.494830+0000 mon.smithi148 (mon.0) 677 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2023-11-08T02:28:23.399 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:28:23.399 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:28:03.334105Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:01.723489Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:28:03.334473Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:06.016187Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:01.723860Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:01.724116Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:01.724355Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:01.724593Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:28:03.334802Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:28:23.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:23 smithi148 bash[24200]: audit 2023-11-08T02:28:22.475714+0000 mon.smithi148 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-08T02:28:23.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:23 smithi148 bash[24200]: cluster 2023-11-08T02:28:22.475800+0000 mon.smithi148 (mon.0) 679 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-08T02:28:23.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:23 smithi148 bash[24200]: audit 2023-11-08T02:28:22.478079+0000 mon.smithi148 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-08T02:28:23.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:23 smithi148 bash[24200]: cluster 2023-11-08T02:28:22.704729+0000 mgr.smithi148.cvefzo (mgr.14180) 288 : cluster [DBG] pgmap v261: 97 pgs: 32 unknown, 65 active+clean; 1.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s wr, 5 op/s 2023-11-08T02:28:23.826 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:23 smithi153 bash[28288]: audit 2023-11-08T02:28:22.475714+0000 mon.smithi148 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2023-11-08T02:28:23.826 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:23 smithi153 bash[28288]: cluster 2023-11-08T02:28:22.475800+0000 mon.smithi148 (mon.0) 679 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-11-08T02:28:23.826 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:23 smithi153 bash[28288]: audit 2023-11-08T02:28:22.478079+0000 mon.smithi148 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-11-08T02:28:23.827 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:23 smithi153 bash[28288]: cluster 2023-11-08T02:28:22.704729+0000 mgr.smithi148.cvefzo (mgr.14180) 288 : cluster [DBG] pgmap v261: 97 pgs: 32 unknown, 65 active+clean; 1.7 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.0 KiB/s wr, 5 op/s 2023-11-08T02:28:24.373 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-08T02:28:24.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: audit 2023-11-08T02:28:23.391034+0000 mgr.smithi148.cvefzo (mgr.14180) 289 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:24.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: cluster 2023-11-08T02:28:23.475183+0000 mon.smithi148 (mon.0) 681 : cluster [DBG] mds.? [v2:172.21.15.148:6834/1315234435,v1:172.21.15.148:6835/1315234435] up:boot 2023-11-08T02:28:24.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: cluster 2023-11-08T02:28:23.475618+0000 mon.smithi148 (mon.0) 682 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.suehsr=up:active} 1 up:standby 2023-11-08T02:28:24.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: audit 2023-11-08T02:28:23.476441+0000 mon.smithi148 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi148.bbrhtz"}]: dispatch 2023-11-08T02:28:24.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: audit 2023-11-08T02:28:23.483008+0000 mon.smithi148 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-08T02:28:24.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: cluster 2023-11-08T02:28:23.483389+0000 mon.smithi148 (mon.0) 685 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-08T02:28:24.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: cluster 2023-11-08T02:28:23.484315+0000 mon.smithi148 (mon.0) 686 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.suehsr=up:active} 1 up:standby 2023-11-08T02:28:24.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: cephadm 2023-11-08T02:28:23.491599+0000 mgr.smithi148.cvefzo (mgr.14180) 290 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi148.pijdqx 2023-11-08T02:28:24.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: audit 2023-11-08T02:28:23.492377+0000 mon.smithi148 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi148.pijdqx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-08T02:28:24.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: audit 2023-11-08T02:28:23.500315+0000 mon.smithi148 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi148.pijdqx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-08T02:28:24.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: cephadm 2023-11-08T02:28:23.502337+0000 mgr.smithi148.cvefzo (mgr.14180) 291 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-08T02:28:24.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: audit 2023-11-08T02:28:23.502932+0000 mon.smithi148 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-08T02:28:24.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: audit 2023-11-08T02:28:23.507534+0000 mon.smithi148 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-08T02:28:24.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: audit 2023-11-08T02:28:23.509146+0000 mon.smithi148 (mon.0) 691 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:28:24.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: audit 2023-11-08T02:28:23.564081+0000 mon.smithi148 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-08T02:28:24.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: audit 2023-11-08T02:28:23.569748+0000 mon.smithi148 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-08T02:28:24.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: cephadm 2023-11-08T02:28:23.632103+0000 mgr.smithi148.cvefzo (mgr.14180) 292 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-11-08T02:28:24.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: cephadm 2023-11-08T02:28:23.691298+0000 mgr.smithi148.cvefzo (mgr.14180) 293 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi148.pijdqx-rgw 2023-11-08T02:28:24.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: audit 2023-11-08T02:28:23.691791+0000 mon.smithi148 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi148.pijdqx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T02:28:24.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: audit 2023-11-08T02:28:23.697339+0000 mon.smithi148 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi148.pijdqx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T02:28:24.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: audit 2023-11-08T02:28:23.702260+0000 mon.smithi148 (mon.0) 696 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:28:24.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:24 smithi148 bash[24200]: cephadm 2023-11-08T02:28:23.703307+0000 mgr.smithi148.cvefzo (mgr.14180) 294 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi148.pijdqx on smithi148 2023-11-08T02:28:24.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: audit 2023-11-08T02:28:23.391034+0000 mgr.smithi148.cvefzo (mgr.14180) 289 : audit [DBG] from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:24.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: cluster 2023-11-08T02:28:23.475183+0000 mon.smithi148 (mon.0) 681 : cluster [DBG] mds.? [v2:172.21.15.148:6834/1315234435,v1:172.21.15.148:6835/1315234435] up:boot 2023-11-08T02:28:24.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: cluster 2023-11-08T02:28:23.475618+0000 mon.smithi148 (mon.0) 682 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.suehsr=up:active} 1 up:standby 2023-11-08T02:28:24.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: audit 2023-11-08T02:28:23.476441+0000 mon.smithi148 (mon.0) 683 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi148.bbrhtz"}]: dispatch 2023-11-08T02:28:24.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: audit 2023-11-08T02:28:23.483008+0000 mon.smithi148 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-11-08T02:28:24.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: cluster 2023-11-08T02:28:23.483389+0000 mon.smithi148 (mon.0) 685 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-11-08T02:28:24.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: cluster 2023-11-08T02:28:23.484315+0000 mon.smithi148 (mon.0) 686 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi153.suehsr=up:active} 1 up:standby 2023-11-08T02:28:24.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: cephadm 2023-11-08T02:28:23.491599+0000 mgr.smithi148.cvefzo (mgr.14180) 290 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi148.pijdqx 2023-11-08T02:28:24.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: audit 2023-11-08T02:28:23.492377+0000 mon.smithi148 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi148.pijdqx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-08T02:28:24.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: audit 2023-11-08T02:28:23.500315+0000 mon.smithi148 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi148.pijdqx", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-08T02:28:24.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: cephadm 2023-11-08T02:28:23.502337+0000 mgr.smithi148.cvefzo (mgr.14180) 291 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2023-11-08T02:28:24.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: audit 2023-11-08T02:28:23.502932+0000 mon.smithi148 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-08T02:28:24.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: audit 2023-11-08T02:28:23.507534+0000 mon.smithi148 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-08T02:28:24.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: audit 2023-11-08T02:28:23.509146+0000 mon.smithi148 (mon.0) 691 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:28:24.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: audit 2023-11-08T02:28:23.564081+0000 mon.smithi148 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-08T02:28:24.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: audit 2023-11-08T02:28:23.569748+0000 mon.smithi148 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-08T02:28:24.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: cephadm 2023-11-08T02:28:23.632103+0000 mgr.smithi148.cvefzo (mgr.14180) 292 : cephadm [INF] Creating rados config object: conf-nfs.foo 2023-11-08T02:28:24.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: cephadm 2023-11-08T02:28:23.691298+0000 mgr.smithi148.cvefzo (mgr.14180) 293 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi148.pijdqx-rgw 2023-11-08T02:28:24.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: audit 2023-11-08T02:28:23.691791+0000 mon.smithi148 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi148.pijdqx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T02:28:24.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: audit 2023-11-08T02:28:23.697339+0000 mon.smithi148 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi148.pijdqx-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T02:28:24.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: audit 2023-11-08T02:28:23.702260+0000 mon.smithi148 (mon.0) 696 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:28:24.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:24 smithi153 bash[28288]: cephadm 2023-11-08T02:28:23.703307+0000 mgr.smithi148.cvefzo (mgr.14180) 294 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi148.pijdqx on smithi148 2023-11-08T02:28:25.374 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:28:25.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:25 smithi148 bash[24200]: cluster 2023-11-08T02:28:24.486617+0000 mon.smithi148 (mon.0) 697 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-08T02:28:25.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:25 smithi148 bash[24200]: audit 2023-11-08T02:28:24.572034+0000 mon.smithi148 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:25.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:25 smithi148 bash[24200]: cluster 2023-11-08T02:28:24.705425+0000 mgr.smithi148.cvefzo (mgr.14180) 295 : cluster [DBG] pgmap v264: 97 pgs: 6 creating+peering, 19 unknown, 72 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 7 op/s 2023-11-08T02:28:25.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:25 smithi148 bash[24200]: audit 2023-11-08T02:28:24.818172+0000 mon.smithi148 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:25.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:25 smithi153 bash[28288]: cluster 2023-11-08T02:28:24.486617+0000 mon.smithi148 (mon.0) 697 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-11-08T02:28:25.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:25 smithi153 bash[28288]: audit 2023-11-08T02:28:24.572034+0000 mon.smithi148 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:25.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:25 smithi153 bash[28288]: cluster 2023-11-08T02:28:24.705425+0000 mgr.smithi148.cvefzo (mgr.14180) 295 : cluster [DBG] pgmap v264: 97 pgs: 6 creating+peering, 19 unknown, 72 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s wr, 7 op/s 2023-11-08T02:28:25.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:25 smithi153 bash[28288]: audit 2023-11-08T02:28:24.818172+0000 mon.smithi148 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:28.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:27 smithi148 bash[24200]: cluster 2023-11-08T02:28:26.706115+0000 mgr.smithi148.cvefzo (mgr.14180) 296 : cluster [DBG] pgmap v265: 97 pgs: 6 creating+peering, 11 unknown, 80 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s wr, 5 op/s 2023-11-08T02:28:28.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:27 smithi148 bash[24200]: audit 2023-11-08T02:28:26.941154+0000 mon.smithi148 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:28.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:27 smithi148 bash[24200]: audit 2023-11-08T02:28:26.943365+0000 mon.smithi148 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi153.afvxwz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-08T02:28:28.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:27 smithi148 bash[24200]: audit 2023-11-08T02:28:26.948614+0000 mon.smithi148 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi153.afvxwz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-08T02:28:28.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:27 smithi148 bash[24200]: audit 2023-11-08T02:28:26.949723+0000 mon.smithi148 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-08T02:28:28.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:27 smithi148 bash[24200]: audit 2023-11-08T02:28:26.953383+0000 mon.smithi148 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-08T02:28:28.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:27 smithi148 bash[24200]: audit 2023-11-08T02:28:26.954743+0000 mon.smithi148 (mon.0) 705 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:28:28.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:27 smithi148 bash[24200]: audit 2023-11-08T02:28:27.008477+0000 mon.smithi148 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-08T02:28:28.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:27 smithi148 bash[24200]: audit 2023-11-08T02:28:27.013000+0000 mon.smithi148 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-08T02:28:28.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:27 smithi148 bash[24200]: audit 2023-11-08T02:28:27.068835+0000 mon.smithi148 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi153.afvxwz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T02:28:28.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:27 smithi148 bash[24200]: audit 2023-11-08T02:28:27.073086+0000 mon.smithi148 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi153.afvxwz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T02:28:28.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:27 smithi148 bash[24200]: audit 2023-11-08T02:28:27.074741+0000 mon.smithi148 (mon.0) 710 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:28:28.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:27 smithi153 bash[28288]: cluster 2023-11-08T02:28:26.706115+0000 mgr.smithi148.cvefzo (mgr.14180) 296 : cluster [DBG] pgmap v265: 97 pgs: 6 creating+peering, 11 unknown, 80 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s wr, 5 op/s 2023-11-08T02:28:28.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:27 smithi153 bash[28288]: audit 2023-11-08T02:28:26.941154+0000 mon.smithi148 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:28.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:27 smithi153 bash[28288]: audit 2023-11-08T02:28:26.943365+0000 mon.smithi148 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi153.afvxwz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-11-08T02:28:28.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:27 smithi153 bash[28288]: audit 2023-11-08T02:28:26.948614+0000 mon.smithi148 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi153.afvxwz", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-11-08T02:28:28.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:27 smithi153 bash[28288]: audit 2023-11-08T02:28:26.949723+0000 mon.smithi148 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-11-08T02:28:28.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:27 smithi153 bash[28288]: audit 2023-11-08T02:28:26.953383+0000 mon.smithi148 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-11-08T02:28:28.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:27 smithi153 bash[28288]: audit 2023-11-08T02:28:26.954743+0000 mon.smithi148 (mon.0) 705 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:28:28.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:27 smithi153 bash[28288]: audit 2023-11-08T02:28:27.008477+0000 mon.smithi148 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-11-08T02:28:28.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:27 smithi153 bash[28288]: audit 2023-11-08T02:28:27.013000+0000 mon.smithi148 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-11-08T02:28:28.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:27 smithi153 bash[28288]: audit 2023-11-08T02:28:27.068835+0000 mon.smithi148 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi153.afvxwz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-11-08T02:28:28.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:27 smithi153 bash[28288]: audit 2023-11-08T02:28:27.073086+0000 mon.smithi148 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi153.afvxwz-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-11-08T02:28:28.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:27 smithi153 bash[28288]: audit 2023-11-08T02:28:27.074741+0000 mon.smithi148 (mon.0) 710 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:28:28.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:28 smithi153 bash[28288]: cephadm 2023-11-08T02:28:26.942906+0000 mgr.smithi148.cvefzo (mgr.14180) 297 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi153.afvxwz 2023-11-08T02:28:28.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:28 smithi153 bash[28288]: cephadm 2023-11-08T02:28:26.949334+0000 mgr.smithi148.cvefzo (mgr.14180) 298 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-08T02:28:28.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:28 smithi153 bash[28288]: cephadm 2023-11-08T02:28:27.068206+0000 mgr.smithi148.cvefzo (mgr.14180) 299 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-08T02:28:28.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:28 smithi153 bash[28288]: cephadm 2023-11-08T02:28:27.068369+0000 mgr.smithi148.cvefzo (mgr.14180) 300 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi153.afvxwz-rgw 2023-11-08T02:28:28.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:28 smithi153 bash[28288]: cephadm 2023-11-08T02:28:27.075852+0000 mgr.smithi148.cvefzo (mgr.14180) 301 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi153.afvxwz on smithi153 2023-11-08T02:28:29.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:28 smithi148 bash[24200]: cephadm 2023-11-08T02:28:26.942906+0000 mgr.smithi148.cvefzo (mgr.14180) 297 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi153.afvxwz 2023-11-08T02:28:29.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:28 smithi148 bash[24200]: cephadm 2023-11-08T02:28:26.949334+0000 mgr.smithi148.cvefzo (mgr.14180) 298 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2023-11-08T02:28:29.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:28 smithi148 bash[24200]: cephadm 2023-11-08T02:28:27.068206+0000 mgr.smithi148.cvefzo (mgr.14180) 299 : cephadm [INF] Rados config object exists: conf-nfs.foo 2023-11-08T02:28:29.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:28 smithi148 bash[24200]: cephadm 2023-11-08T02:28:27.068369+0000 mgr.smithi148.cvefzo (mgr.14180) 300 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi153.afvxwz-rgw 2023-11-08T02:28:29.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:28 smithi148 bash[24200]: cephadm 2023-11-08T02:28:27.075852+0000 mgr.smithi148.cvefzo (mgr.14180) 301 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi153.afvxwz on smithi153 2023-11-08T02:28:29.547 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:28:29.547 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:28:03.334105Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:01.723489Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:28:03.334473Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:06.016187Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:01.723860Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:01.724116Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:01.724355Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:01.724593Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:28:03.334802Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:28:30.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:29 smithi148 bash[24200]: cluster 2023-11-08T02:28:28.706802+0000 mgr.smithi148.cvefzo (mgr.14180) 302 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 164 B/s rd, 656 B/s wr, 4 op/s 2023-11-08T02:28:30.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:29 smithi148 bash[24200]: audit 2023-11-08T02:28:29.728902+0000 mon.smithi148 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:30.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:29 smithi148 bash[24200]: audit 2023-11-08T02:28:29.737822+0000 mon.smithi148 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:30.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:29 smithi153 bash[28288]: cluster 2023-11-08T02:28:28.706802+0000 mgr.smithi148.cvefzo (mgr.14180) 302 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 164 B/s rd, 656 B/s wr, 4 op/s 2023-11-08T02:28:30.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:29 smithi153 bash[28288]: audit 2023-11-08T02:28:29.728902+0000 mon.smithi148 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:30.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:29 smithi153 bash[28288]: audit 2023-11-08T02:28:29.737822+0000 mon.smithi148 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:30.349 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-08T02:28:31.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:30 smithi148 bash[24200]: audit 2023-11-08T02:28:29.538673+0000 mgr.smithi148.cvefzo (mgr.14180) 303 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:31.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:30 smithi148 bash[24200]: cephadm 2023-11-08T02:28:29.752098+0000 mgr.smithi148.cvefzo (mgr.14180) 304 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.oaaozk on smithi153 2023-11-08T02:28:31.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:30 smithi153 bash[28288]: audit 2023-11-08T02:28:29.538673+0000 mgr.smithi148.cvefzo (mgr.14180) 303 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:31.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:30 smithi153 bash[28288]: cephadm 2023-11-08T02:28:29.752098+0000 mgr.smithi148.cvefzo (mgr.14180) 304 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.oaaozk on smithi153 2023-11-08T02:28:31.351 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:28:31.878 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:31 smithi148 bash[24200]: cluster 2023-11-08T02:28:30.707658+0000 mgr.smithi148.cvefzo (mgr.14180) 305 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 511 B/s wr, 3 op/s 2023-11-08T02:28:32.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:31 smithi153 bash[28288]: cluster 2023-11-08T02:28:30.707658+0000 mgr.smithi148.cvefzo (mgr.14180) 305 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 B/s rd, 511 B/s wr, 3 op/s 2023-11-08T02:28:33.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:33 smithi148 bash[24200]: cluster 2023-11-08T02:28:32.708637+0000 mgr.smithi148.cvefzo (mgr.14180) 306 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-11-08T02:28:33.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:33 smithi153 bash[28288]: cluster 2023-11-08T02:28:32.708637+0000 mgr.smithi148.cvefzo (mgr.14180) 306 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s rd, 1.3 KiB/s wr, 3 op/s 2023-11-08T02:28:34.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: cephadm 2023-11-08T02:28:33.485328+0000 mgr.smithi148.cvefzo (mgr.14180) 307 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk 2023-11-08T02:28:34.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:34.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk 2023-11-08T02:28:34.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk 2023-11-08T02:28:34.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:34.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk 2023-11-08T02:28:34.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.oaaozk ... 2023-11-08T02:28:34.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:34.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:34.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:34.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:34.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:34.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:28:34.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:28:34.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:28:34.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:28:34.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:28:34.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk 2023-11-08T02:28:34.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:34.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk 2023-11-08T02:28:34.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk 2023-11-08T02:28:34.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:34.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk 2023-11-08T02:28:34.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.oaaozk ... 2023-11-08T02:28:34.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:34.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:34.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:34.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:34.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:34.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: cephadm 2023-11-08T02:28:33.486004+0000 mgr.smithi148.cvefzo (mgr.14180) 308 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.oaaozk 2023-11-08T02:28:34.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: audit 2023-11-08T02:28:33.486823+0000 mon.smithi148 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.oaaozk"}]: dispatch 2023-11-08T02:28:34.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: cephadm 2023-11-08T02:28:33.488336+0000 mgr.smithi148.cvefzo (mgr.14180) 309 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.oaaozk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk 2023-11-08T02:28:34.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:34.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk 2023-11-08T02:28:34.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk 2023-11-08T02:28:34.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:34.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk 2023-11-08T02:28:34.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.oaaozk ... 2023-11-08T02:28:34.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:34.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:34.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:34.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:34.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:34.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:34 smithi153 bash[28288]: cephadm 2023-11-08T02:28:33.492077+0000 mgr.smithi148.cvefzo (mgr.14180) 310 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.xkrldz on smithi148 2023-11-08T02:28:34.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: cephadm 2023-11-08T02:28:33.485328+0000 mgr.smithi148.cvefzo (mgr.14180) 307 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk 2023-11-08T02:28:34.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:34.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk 2023-11-08T02:28:34.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk 2023-11-08T02:28:34.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:34.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk 2023-11-08T02:28:34.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.oaaozk ... 2023-11-08T02:28:34.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:34.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:34.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:34.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:34.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:34.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:28:34.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:28:34.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:28:34.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:28:34.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:28:34.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk 2023-11-08T02:28:34.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:34.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk 2023-11-08T02:28:34.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk 2023-11-08T02:28:34.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:34.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk 2023-11-08T02:28:34.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.oaaozk ... 2023-11-08T02:28:34.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:34.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:34.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:34.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:34.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:34.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: cephadm 2023-11-08T02:28:33.486004+0000 mgr.smithi148.cvefzo (mgr.14180) 308 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.oaaozk 2023-11-08T02:28:34.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: audit 2023-11-08T02:28:33.486823+0000 mon.smithi148 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.oaaozk"}]: dispatch 2023-11-08T02:28:34.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: cephadm 2023-11-08T02:28:33.488336+0000 mgr.smithi148.cvefzo (mgr.14180) 309 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.oaaozk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk 2023-11-08T02:28:34.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:34.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk 2023-11-08T02:28:34.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk 2023-11-08T02:28:34.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:34.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk 2023-11-08T02:28:34.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.oaaozk ... 2023-11-08T02:28:34.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:34.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:34.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:34.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:34.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:34.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:34 smithi148 bash[24200]: cephadm 2023-11-08T02:28:33.492077+0000 mgr.smithi148.cvefzo (mgr.14180) 310 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.xkrldz on smithi148 2023-11-08T02:28:34.757 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:28:34.757 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:28:03.334105Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:01.723489Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:28:03.334473Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:06.016187Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:28:33.488100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oaaozk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk\nDeploy daemon haproxy.nfs.foo.smithi153.oaaozk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:01.723860Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:01.724116Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:01.724355Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:01.724593Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:28:03.334802Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:28:35.525 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-08T02:28:35.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:35 smithi148 bash[24200]: audit 2023-11-08T02:28:34.596879+0000 mon.smithi148 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:35.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:35 smithi148 bash[24200]: cluster 2023-11-08T02:28:34.709261+0000 mgr.smithi148.cvefzo (mgr.14180) 311 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2023-11-08T02:28:35.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:35 smithi148 bash[24200]: audit 2023-11-08T02:28:34.749487+0000 mgr.smithi148.cvefzo (mgr.14180) 312 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:35.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:35 smithi153 bash[28288]: audit 2023-11-08T02:28:34.596879+0000 mon.smithi148 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:35.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:35 smithi153 bash[28288]: cluster 2023-11-08T02:28:34.709261+0000 mgr.smithi148.cvefzo (mgr.14180) 311 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2023-11-08T02:28:35.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:35 smithi153 bash[28288]: audit 2023-11-08T02:28:34.749487+0000 mgr.smithi148.cvefzo (mgr.14180) 312 : audit [DBG] from='client.14602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:36.527 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:28:38.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:37 smithi148 bash[24200]: cluster 2023-11-08T02:28:36.709911+0000 mgr.smithi148.cvefzo (mgr.14180) 313 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-11-08T02:28:38.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:37 smithi148 bash[24200]: audit 2023-11-08T02:28:37.604230+0000 mon.smithi148 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.xkrldz"}]: dispatch 2023-11-08T02:28:38.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:37 smithi148 bash[24200]: audit 2023-11-08T02:28:37.612488+0000 mon.smithi148 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:38.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:37 smithi148 bash[24200]: audit 2023-11-08T02:28:37.617569+0000 mon.smithi148 (mon.0) 717 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:28:38.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:37 smithi153 bash[28288]: cluster 2023-11-08T02:28:36.709911+0000 mgr.smithi148.cvefzo (mgr.14180) 313 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-11-08T02:28:38.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:37 smithi153 bash[28288]: audit 2023-11-08T02:28:37.604230+0000 mon.smithi148 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.xkrldz"}]: dispatch 2023-11-08T02:28:38.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:37 smithi153 bash[28288]: audit 2023-11-08T02:28:37.612488+0000 mon.smithi148 (mon.0) 716 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:38.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:37 smithi153 bash[28288]: audit 2023-11-08T02:28:37.617569+0000 mon.smithi148 (mon.0) 717 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:28:39.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: cephadm 2023-11-08T02:28:37.603152+0000 mgr.smithi148.cvefzo (mgr.14180) 314 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz 2023-11-08T02:28:39.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:39.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz 2023-11-08T02:28:39.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz 2023-11-08T02:28:39.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:39.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz 2023-11-08T02:28:39.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.xkrldz ... 2023-11-08T02:28:39.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:39.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:39.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:39.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:39.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:39.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:28:39.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:28:39.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:28:39.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:28:39.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:28:39.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz 2023-11-08T02:28:39.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:39.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz 2023-11-08T02:28:39.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz 2023-11-08T02:28:39.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:39.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz 2023-11-08T02:28:39.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.xkrldz ... 2023-11-08T02:28:39.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:39.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:39.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:39.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:39.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:39.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: cephadm 2023-11-08T02:28:37.603683+0000 mgr.smithi148.cvefzo (mgr.14180) 315 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.xkrldz 2023-11-08T02:28:39.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: cephadm 2023-11-08T02:28:37.605452+0000 mgr.smithi148.cvefzo (mgr.14180) 316 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.xkrldz on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz 2023-11-08T02:28:39.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:39.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz 2023-11-08T02:28:39.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz 2023-11-08T02:28:39.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:39.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz 2023-11-08T02:28:39.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.xkrldz ... 2023-11-08T02:28:39.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:39.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:39.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:39.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:39.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:39.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: cephadm 2023-11-08T02:28:37.613088+0000 mgr.smithi148.cvefzo (mgr.14180) 317 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.wuqtrk on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:28:39.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: cephadm 2023-11-08T02:28:37.616077+0000 mgr.smithi148.cvefzo (mgr.14180) 318 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.yptkbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:28:39.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: cluster 2023-11-08T02:28:37.617314+0000 mgr.smithi148.cvefzo (mgr.14180) 319 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2023-11-08T02:28:39.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:38 smithi148 bash[24200]: cluster 2023-11-08T02:28:38.610585+0000 mon.smithi148 (mon.0) 718 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:28:39.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: cephadm 2023-11-08T02:28:37.603152+0000 mgr.smithi148.cvefzo (mgr.14180) 314 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz 2023-11-08T02:28:39.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:39.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz 2023-11-08T02:28:39.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz 2023-11-08T02:28:39.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:39.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz 2023-11-08T02:28:39.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.xkrldz ... 2023-11-08T02:28:39.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:39.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:39.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:39.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:39.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:39.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:28:39.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:28:39.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:28:39.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:28:39.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:28:39.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz 2023-11-08T02:28:39.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:39.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz 2023-11-08T02:28:39.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz 2023-11-08T02:28:39.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:39.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz 2023-11-08T02:28:39.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.xkrldz ... 2023-11-08T02:28:39.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:39.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:39.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:39.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:39.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:39.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: cephadm 2023-11-08T02:28:37.603683+0000 mgr.smithi148.cvefzo (mgr.14180) 315 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.xkrldz 2023-11-08T02:28:39.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: cephadm 2023-11-08T02:28:37.605452+0000 mgr.smithi148.cvefzo (mgr.14180) 316 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.xkrldz on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz 2023-11-08T02:28:39.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:39.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz 2023-11-08T02:28:39.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz 2023-11-08T02:28:39.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:39.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz 2023-11-08T02:28:39.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.xkrldz ... 2023-11-08T02:28:39.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:39.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:39.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:39.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:39.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:39.166 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: cephadm 2023-11-08T02:28:37.613088+0000 mgr.smithi148.cvefzo (mgr.14180) 317 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.wuqtrk on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:28:39.166 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: cephadm 2023-11-08T02:28:37.616077+0000 mgr.smithi148.cvefzo (mgr.14180) 318 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.yptkbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:28:39.166 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: cluster 2023-11-08T02:28:37.617314+0000 mgr.smithi148.cvefzo (mgr.14180) 319 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.6 KiB/s wr, 5 op/s 2023-11-08T02:28:39.166 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:38 smithi153 bash[28288]: cluster 2023-11-08T02:28:38.610585+0000 mon.smithi148 (mon.0) 718 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:28:39.985 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:28:39.985 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:28:03.334105Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:01.723489Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:28:03.334473Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:06.016187Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:28:33.488100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oaaozk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk\nDeploy daemon haproxy.nfs.foo.smithi153.oaaozk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:28:37.605245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.xkrldz on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz\nDeploy daemon haproxy.nfs.foo.smithi148.xkrldz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:28:37.612863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wuqtrk on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:28:37.615921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yptkbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:01.723860Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:01.724116Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:01.724355Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:01.724593Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:28:03.334802Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:28:40.764 INFO:tasks.cephadm:nfs.foo has 0/2 2023-11-08T02:28:40.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:40 smithi153 bash[28288]: audit 2023-11-08T02:28:39.611346+0000 mon.smithi148 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:40.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:40 smithi153 bash[28288]: cluster 2023-11-08T02:28:39.618516+0000 mgr.smithi148.cvefzo (mgr.14180) 320 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-11-08T02:28:40.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:40 smithi153 bash[28288]: audit 2023-11-08T02:28:39.818900+0000 mon.smithi148 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:41.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:40 smithi148 bash[24200]: audit 2023-11-08T02:28:39.611346+0000 mon.smithi148 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:41.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:40 smithi148 bash[24200]: cluster 2023-11-08T02:28:39.618516+0000 mgr.smithi148.cvefzo (mgr.14180) 320 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-11-08T02:28:41.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:40 smithi148 bash[24200]: audit 2023-11-08T02:28:39.818900+0000 mon.smithi148 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:41.765 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:28:41.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:41 smithi153 bash[28288]: audit 2023-11-08T02:28:39.974445+0000 mgr.smithi148.cvefzo (mgr.14180) 321 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:41.968 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:41 smithi148 bash[24200]: audit 2023-11-08T02:28:39.974445+0000 mgr.smithi148.cvefzo (mgr.14180) 321 : audit [DBG] from='client.14606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:42.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:42 smithi153 bash[28288]: cluster 2023-11-08T02:28:41.620102+0000 mgr.smithi148.cvefzo (mgr.14180) 322 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-11-08T02:28:42.926 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:42 smithi148 bash[24200]: cluster 2023-11-08T02:28:41.620102+0000 mgr.smithi148.cvefzo (mgr.14180) 322 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.1 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2023-11-08T02:28:44.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:44 smithi153 bash[28288]: audit 2023-11-08T02:28:43.390290+0000 mon.smithi148 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:44.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:44 smithi153 bash[28288]: cluster 2023-11-08T02:28:43.620938+0000 mgr.smithi148.cvefzo (mgr.14180) 323 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 750 B/s wr, 2 op/s 2023-11-08T02:28:44.672 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:44 smithi148 bash[24200]: audit 2023-11-08T02:28:43.390290+0000 mon.smithi148 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:44.672 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:44 smithi148 bash[24200]: cluster 2023-11-08T02:28:43.620938+0000 mgr.smithi148.cvefzo (mgr.14180) 323 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 750 B/s wr, 2 op/s 2023-11-08T02:28:45.054 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:28:45.055 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:28:03.334105Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:03.334273Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:28:03.334473Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:06.016187Z service:ingress.nfs.foo [INFO] \"service was created\"", "2023-11-08T02:28:33.488100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oaaozk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk\nDeploy daemon haproxy.nfs.foo.smithi153.oaaozk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:28:37.605245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.xkrldz on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz\nDeploy daemon haproxy.nfs.foo.smithi148.xkrldz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:28:37.612863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wuqtrk on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:28:37.615921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yptkbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:43.382885Z", "running": 1, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:03.333925Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:03.333653Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:43.382993Z", "ports": [12049], "running": 1, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:03.334637Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:03.334966Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:28:03.334802Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:28:45.830 INFO:tasks.cephadm:nfs.foo has 1/2 2023-11-08T02:28:46.831 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:28:46.843 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:46 smithi148 bash[24200]: audit 2023-11-08T02:28:45.049566+0000 mgr.smithi148.cvefzo (mgr.14180) 324 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:46.843 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:46 smithi148 bash[24200]: audit 2023-11-08T02:28:45.538823+0000 mon.smithi148 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:46.843 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:46 smithi148 bash[24200]: audit 2023-11-08T02:28:45.540592+0000 mon.smithi148 (mon.0) 723 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:28:46.844 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:46 smithi148 bash[24200]: audit 2023-11-08T02:28:45.541778+0000 mon.smithi148 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:28:46.844 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:46 smithi148 bash[24200]: audit 2023-11-08T02:28:45.547808+0000 mon.smithi148 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:46.844 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:46 smithi148 bash[24200]: cluster 2023-11-08T02:28:45.548718+0000 mgr.smithi148.cvefzo (mgr.14180) 325 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 661 B/s wr, 2 op/s 2023-11-08T02:28:46.844 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:46 smithi148 bash[24200]: audit 2023-11-08T02:28:45.555022+0000 mon.smithi148 (mon.0) 726 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:28:46.844 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:46 smithi148 bash[24200]: audit 2023-11-08T02:28:45.567891+0000 mon.smithi148 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:46.845 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:46 smithi148 bash[24200]: cephadm 2023-11-08T02:28:45.571165+0000 mgr.smithi148.cvefzo (mgr.14180) 326 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.tcerhi on smithi153 2023-11-08T02:28:46.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:46 smithi153 bash[28288]: audit 2023-11-08T02:28:45.049566+0000 mgr.smithi148.cvefzo (mgr.14180) 324 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:46.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:46 smithi153 bash[28288]: audit 2023-11-08T02:28:45.538823+0000 mon.smithi148 (mon.0) 722 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:46.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:46 smithi153 bash[28288]: audit 2023-11-08T02:28:45.540592+0000 mon.smithi148 (mon.0) 723 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:28:46.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:46 smithi153 bash[28288]: audit 2023-11-08T02:28:45.541778+0000 mon.smithi148 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:28:46.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:46 smithi153 bash[28288]: audit 2023-11-08T02:28:45.547808+0000 mon.smithi148 (mon.0) 725 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:46.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:46 smithi153 bash[28288]: cluster 2023-11-08T02:28:45.548718+0000 mgr.smithi148.cvefzo (mgr.14180) 325 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.9 KiB/s rd, 661 B/s wr, 2 op/s 2023-11-08T02:28:46.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:46 smithi153 bash[28288]: audit 2023-11-08T02:28:45.555022+0000 mon.smithi148 (mon.0) 726 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:28:46.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:46 smithi153 bash[28288]: audit 2023-11-08T02:28:45.567891+0000 mon.smithi148 (mon.0) 727 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:46.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:46 smithi153 bash[28288]: cephadm 2023-11-08T02:28:45.571165+0000 mgr.smithi148.cvefzo (mgr.14180) 326 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.tcerhi on smithi153 2023-11-08T02:28:47.891 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:47 smithi148 bash[24200]: cluster 2023-11-08T02:28:46.545554+0000 mon.smithi148 (mon.0) 728 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:28:47.892 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:47 smithi148 bash[24200]: cluster 2023-11-08T02:28:46.545626+0000 mon.smithi148 (mon.0) 729 : cluster [INF] Cluster is now healthy 2023-11-08T02:28:47.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:47 smithi153 bash[28288]: cluster 2023-11-08T02:28:46.545554+0000 mon.smithi148 (mon.0) 728 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:28:47.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:47 smithi153 bash[28288]: cluster 2023-11-08T02:28:46.545626+0000 mon.smithi148 (mon.0) 729 : cluster [INF] Cluster is now healthy 2023-11-08T02:28:48.825 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:48 smithi148 bash[24200]: cluster 2023-11-08T02:28:47.549387+0000 mgr.smithi148.cvefzo (mgr.14180) 327 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 661 B/s wr, 2 op/s 2023-11-08T02:28:48.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:48 smithi153 bash[28288]: cluster 2023-11-08T02:28:47.549387+0000 mgr.smithi148.cvefzo (mgr.14180) 327 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 661 B/s wr, 2 op/s 2023-11-08T02:28:49.606 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:49 smithi148 bash[24200]: audit 2023-11-08T02:28:49.353890+0000 mon.smithi148 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.tcerhi"}]: dispatch 2023-11-08T02:28:49.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:49 smithi153 bash[28288]: audit 2023-11-08T02:28:49.353890+0000 mon.smithi148 (mon.0) 730 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.tcerhi"}]: dispatch 2023-11-08T02:28:50.064 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:28:50.065 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:28:45.529420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:43.381856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:28:45.529736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:33.488100Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oaaozk on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oaaozk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oaaozk\nDeploy daemon haproxy.nfs.foo.smithi153.oaaozk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:28:37.605245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.xkrldz on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-xkrldz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.xkrldz\nDeploy daemon haproxy.nfs.foo.smithi148.xkrldz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:28:37.612863Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wuqtrk on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:28:37.615921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yptkbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:28:49.355020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tcerhi on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi\nDeploy daemon haproxy.nfs.foo.smithi153.tcerhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:43.382885Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:43.382081Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:43.382203Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:43.382993Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:43.382326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:43.382448Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:28:45.529932Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:28:50.872 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: cephadm 2023-11-08T02:28:49.353101+0000 mgr.smithi148.cvefzo (mgr.14180) 328 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi 2023-11-08T02:28:50.872 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:50.872 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi 2023-11-08T02:28:50.872 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi 2023-11-08T02:28:50.873 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:50.873 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi 2023-11-08T02:28:50.873 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.tcerhi ... 2023-11-08T02:28:50.873 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:50.873 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:50.874 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:50.874 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:50.874 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:50.874 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:28:50.874 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:28:50.875 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:28:50.875 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:28:50.875 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:28:50.875 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi 2023-11-08T02:28:50.876 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:50.876 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi 2023-11-08T02:28:50.876 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi 2023-11-08T02:28:50.876 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:50.876 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi 2023-11-08T02:28:50.877 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.tcerhi ... 2023-11-08T02:28:50.877 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:50.878 INFO:tasks.cephadm:nfs.foo has 2/2 2023-11-08T02:28:50.878 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-11-08T02:28:50.888 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-11-08T02:28:50.889 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:28:50.889 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:50.890 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:50.890 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:50.890 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:50.891 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: cephadm 2023-11-08T02:28:49.353332+0000 mgr.smithi148.cvefzo (mgr.14180) 329 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.tcerhi 2023-11-08T02:28:50.891 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: cephadm 2023-11-08T02:28:49.355154+0000 mgr.smithi148.cvefzo (mgr.14180) 330 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.tcerhi on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi 2023-11-08T02:28:50.891 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:50.891 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi 2023-11-08T02:28:50.892 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi 2023-11-08T02:28:50.892 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:50.892 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi 2023-11-08T02:28:50.892 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.tcerhi ... 2023-11-08T02:28:50.892 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:50.893 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:50.893 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:50.893 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:50.893 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:50.893 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: cephadm 2023-11-08T02:28:49.357802+0000 mgr.smithi148.cvefzo (mgr.14180) 331 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.gqrdkq on smithi148 2023-11-08T02:28:50.894 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:50 smithi148 bash[24200]: cluster 2023-11-08T02:28:49.549926+0000 mgr.smithi148.cvefzo (mgr.14180) 332 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:28:50.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: cephadm 2023-11-08T02:28:49.353101+0000 mgr.smithi148.cvefzo (mgr.14180) 328 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi 2023-11-08T02:28:50.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:50.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi 2023-11-08T02:28:50.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi 2023-11-08T02:28:50.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:50.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi 2023-11-08T02:28:50.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.tcerhi ... 2023-11-08T02:28:50.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:50.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:50.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:50.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:50.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:50.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:28:50.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:28:50.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:28:50.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:28:50.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:28:50.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi 2023-11-08T02:28:50.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:50.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi 2023-11-08T02:28:50.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi 2023-11-08T02:28:50.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:50.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi 2023-11-08T02:28:50.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.tcerhi ... 2023-11-08T02:28:50.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:50.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:50.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:50.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:50.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:50.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: cephadm 2023-11-08T02:28:49.353332+0000 mgr.smithi148.cvefzo (mgr.14180) 329 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.tcerhi 2023-11-08T02:28:50.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: cephadm 2023-11-08T02:28:49.355154+0000 mgr.smithi148.cvefzo (mgr.14180) 330 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.tcerhi on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi 2023-11-08T02:28:50.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:50.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi 2023-11-08T02:28:50.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi 2023-11-08T02:28:50.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:50.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi 2023-11-08T02:28:50.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.tcerhi ... 2023-11-08T02:28:50.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:50.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:50.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:50.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:50.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:50.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: cephadm 2023-11-08T02:28:49.357802+0000 mgr.smithi148.cvefzo (mgr.14180) 331 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.gqrdkq on smithi148 2023-11-08T02:28:50.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:50 smithi153 bash[28288]: cluster 2023-11-08T02:28:49.549926+0000 mgr.smithi148.cvefzo (mgr.14180) 332 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:28:51.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:51 smithi153 bash[28288]: audit 2023-11-08T02:28:50.055177+0000 mgr.smithi148.cvefzo (mgr.14180) 333 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:52.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:51 smithi148 bash[24200]: audit 2023-11-08T02:28:50.055177+0000 mgr.smithi148.cvefzo (mgr.14180) 333 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:52.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:52 smithi148 bash[24200]: cluster 2023-11-08T02:28:51.550730+0000 mgr.smithi148.cvefzo (mgr.14180) 334 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:28:52.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:52 smithi153 bash[28288]: cluster 2023-11-08T02:28:51.550730+0000 mgr.smithi148.cvefzo (mgr.14180) 334 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:28:54.410 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:28:54.410 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:28:45.529420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:43.381856Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:28:45.529736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:37.615921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yptkbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:28:49.355020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tcerhi on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi\nDeploy daemon haproxy.nfs.foo.smithi153.tcerhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:28:53.683274Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.gqrdkq on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq\nDeploy daemon haproxy.nfs.foo.smithi148.gqrdkq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:28:53.687009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfgltm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:43.382885Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:43.382081Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:43.382203Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:43.382993Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:43.382326Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:43.382448Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:28:45.529932Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:28:54.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: cluster 2023-11-08T02:28:53.551748+0000 mgr.smithi148.cvefzo (mgr.14180) 335 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:28:54.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: cephadm 2023-11-08T02:28:53.681327+0000 mgr.smithi148.cvefzo (mgr.14180) 336 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq 2023-11-08T02:28:54.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:54.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq 2023-11-08T02:28:54.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq 2023-11-08T02:28:54.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:54.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq 2023-11-08T02:28:54.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.gqrdkq ... 2023-11-08T02:28:54.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:54.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:54.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:54.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:54.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:54.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:28:54.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:28:54.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:28:54.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:28:54.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:28:54.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq 2023-11-08T02:28:54.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:54.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq 2023-11-08T02:28:54.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq 2023-11-08T02:28:54.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:54.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq 2023-11-08T02:28:54.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.gqrdkq ... 2023-11-08T02:28:54.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:54.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:54.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:54.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:54.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:54.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: cephadm 2023-11-08T02:28:53.681773+0000 mgr.smithi148.cvefzo (mgr.14180) 337 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.gqrdkq 2023-11-08T02:28:54.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: audit 2023-11-08T02:28:53.682272+0000 mon.smithi148 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.gqrdkq"}]: dispatch 2023-11-08T02:28:54.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: cephadm 2023-11-08T02:28:53.683483+0000 mgr.smithi148.cvefzo (mgr.14180) 338 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.gqrdkq on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq 2023-11-08T02:28:54.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:54.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq 2023-11-08T02:28:54.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq 2023-11-08T02:28:54.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:28:54.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq 2023-11-08T02:28:54.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.gqrdkq ... 2023-11-08T02:28:54.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:54.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:54.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:54.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:54.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:54.787 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: cephadm 2023-11-08T02:28:53.687196+0000 mgr.smithi148.cvefzo (mgr.14180) 339 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.wfgltm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:28:54.787 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: cephadm 2023-11-08T02:28:53.690591+0000 mgr.smithi148.cvefzo (mgr.14180) 340 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:28:54.787 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: cluster 2023-11-08T02:28:53.691331+0000 mgr.smithi148.cvefzo (mgr.14180) 341 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:28:54.787 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:54 smithi148 bash[24200]: audit 2023-11-08T02:28:53.693618+0000 mon.smithi148 (mon.0) 732 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:28:54.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: cluster 2023-11-08T02:28:53.551748+0000 mgr.smithi148.cvefzo (mgr.14180) 335 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:28:54.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: cephadm 2023-11-08T02:28:53.681327+0000 mgr.smithi148.cvefzo (mgr.14180) 336 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq 2023-11-08T02:28:54.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:54.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq 2023-11-08T02:28:54.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq 2023-11-08T02:28:54.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:54.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq 2023-11-08T02:28:54.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.gqrdkq ... 2023-11-08T02:28:54.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:54.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:54.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:54.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:54.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:54.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:28:54.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:28:54.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:28:54.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:28:54.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:28:54.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq 2023-11-08T02:28:54.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:54.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq 2023-11-08T02:28:54.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq 2023-11-08T02:28:54.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:54.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq 2023-11-08T02:28:54.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.gqrdkq ... 2023-11-08T02:28:54.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:54.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:54.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:54.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:54.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:54.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: cephadm 2023-11-08T02:28:53.681773+0000 mgr.smithi148.cvefzo (mgr.14180) 337 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.gqrdkq 2023-11-08T02:28:54.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: audit 2023-11-08T02:28:53.682272+0000 mon.smithi148 (mon.0) 731 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.gqrdkq"}]: dispatch 2023-11-08T02:28:54.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: cephadm 2023-11-08T02:28:53.683483+0000 mgr.smithi148.cvefzo (mgr.14180) 338 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.gqrdkq on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq 2023-11-08T02:28:54.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:54.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq 2023-11-08T02:28:54.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq 2023-11-08T02:28:54.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:28:54.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq 2023-11-08T02:28:54.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.gqrdkq ... 2023-11-08T02:28:54.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:54.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:28:54.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:28:54.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:28:54.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:28:54.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: cephadm 2023-11-08T02:28:53.687196+0000 mgr.smithi148.cvefzo (mgr.14180) 339 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.wfgltm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:28:54.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: cephadm 2023-11-08T02:28:53.690591+0000 mgr.smithi148.cvefzo (mgr.14180) 340 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:28:54.915 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: cluster 2023-11-08T02:28:53.691331+0000 mgr.smithi148.cvefzo (mgr.14180) 341 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:28:54.915 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:54 smithi153 bash[28288]: audit 2023-11-08T02:28:53.693618+0000 mon.smithi148 (mon.0) 732 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:28:55.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:28:55.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:55 smithi153 bash[28288]: audit 2023-11-08T02:28:54.399805+0000 mgr.smithi148.cvefzo (mgr.14180) 342 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:55.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:55 smithi153 bash[28288]: cluster 2023-11-08T02:28:54.575834+0000 mon.smithi148 (mon.0) 733 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:28:55.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:55 smithi153 bash[28288]: audit 2023-11-08T02:28:54.625594+0000 mon.smithi148 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:56.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:55 smithi148 bash[24200]: audit 2023-11-08T02:28:54.399805+0000 mgr.smithi148.cvefzo (mgr.14180) 342 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:28:56.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:55 smithi148 bash[24200]: cluster 2023-11-08T02:28:54.575834+0000 mon.smithi148 (mon.0) 733 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:28:56.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:55 smithi148 bash[24200]: audit 2023-11-08T02:28:54.625594+0000 mon.smithi148 (mon.0) 734 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:28:56.254 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:28:56.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:56 smithi153 bash[28288]: cluster 2023-11-08T02:28:55.692444+0000 mgr.smithi148.cvefzo (mgr.14180) 343 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:28:57.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:56 smithi148 bash[24200]: cluster 2023-11-08T02:28:55.692444+0000 mgr.smithi148.cvefzo (mgr.14180) 343 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:28:58.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:28:58 smithi148 bash[24200]: cluster 2023-11-08T02:28:57.693119+0000 mgr.smithi148.cvefzo (mgr.14180) 344 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:28:58.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:28:58 smithi153 bash[28288]: cluster 2023-11-08T02:28:57.693119+0000 mgr.smithi148.cvefzo (mgr.14180) 344 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:28:59.452 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:28:59.453 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:28:45.529420Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:45.529637Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:28:45.529736Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:37.615921Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.yptkbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:28:49.355020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tcerhi on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi\nDeploy daemon haproxy.nfs.foo.smithi153.tcerhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:28:53.683274Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.gqrdkq on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq\nDeploy daemon haproxy.nfs.foo.smithi148.gqrdkq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:28:53.687009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfgltm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:45.530432Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:45.529096Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:45.528725Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:45.530530Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:45.529833Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:45.530029Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:28:45.529932Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:29:00.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:29:00.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:00 smithi148 bash[24200]: audit 2023-11-08T02:28:59.378887+0000 mon.smithi148 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:29:00.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:00 smithi148 bash[24200]: audit 2023-11-08T02:28:59.444334+0000 mgr.smithi148.cvefzo (mgr.14180) 345 : audit [DBG] from='client.24449 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:00.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:00 smithi148 bash[24200]: cluster 2023-11-08T02:28:59.693899+0000 mgr.smithi148.cvefzo (mgr.14180) 346 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:29:00.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:00 smithi148 bash[24200]: audit 2023-11-08T02:29:00.111792+0000 mon.smithi148 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:29:00.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:00 smithi153 bash[28288]: audit 2023-11-08T02:28:59.378887+0000 mon.smithi148 (mon.0) 735 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:29:00.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:00 smithi153 bash[28288]: audit 2023-11-08T02:28:59.444334+0000 mgr.smithi148.cvefzo (mgr.14180) 345 : audit [DBG] from='client.24449 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:00.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:00 smithi153 bash[28288]: cluster 2023-11-08T02:28:59.693899+0000 mgr.smithi148.cvefzo (mgr.14180) 346 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:29:00.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:00 smithi153 bash[28288]: audit 2023-11-08T02:29:00.111792+0000 mon.smithi148 (mon.0) 736 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:29:01.238 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:29:01.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:01 smithi148 bash[24200]: audit 2023-11-08T02:29:00.384087+0000 mon.smithi148 (mon.0) 737 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:29:01.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:01 smithi148 bash[24200]: audit 2023-11-08T02:29:00.385479+0000 mon.smithi148 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:29:01.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:01 smithi148 bash[24200]: audit 2023-11-08T02:29:00.392052+0000 mon.smithi148 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:29:01.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:01 smithi148 bash[24200]: cluster 2023-11-08T02:29:00.392814+0000 mgr.smithi148.cvefzo (mgr.14180) 347 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2023-11-08T02:29:01.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:01 smithi148 bash[24200]: audit 2023-11-08T02:29:00.399363+0000 mon.smithi148 (mon.0) 740 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:29:01.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:01 smithi148 bash[24200]: audit 2023-11-08T02:29:00.414734+0000 mon.smithi148 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:29:01.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:01 smithi148 bash[24200]: cephadm 2023-11-08T02:29:00.419115+0000 mgr.smithi148.cvefzo (mgr.14180) 348 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.gtbspd on smithi153 2023-11-08T02:29:01.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:01 smithi153 bash[28288]: audit 2023-11-08T02:29:00.384087+0000 mon.smithi148 (mon.0) 737 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:29:01.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:01 smithi153 bash[28288]: audit 2023-11-08T02:29:00.385479+0000 mon.smithi148 (mon.0) 738 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:29:01.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:01 smithi153 bash[28288]: audit 2023-11-08T02:29:00.392052+0000 mon.smithi148 (mon.0) 739 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:29:01.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:01 smithi153 bash[28288]: cluster 2023-11-08T02:29:00.392814+0000 mgr.smithi148.cvefzo (mgr.14180) 347 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2023-11-08T02:29:01.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:01 smithi153 bash[28288]: audit 2023-11-08T02:29:00.399363+0000 mon.smithi148 (mon.0) 740 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:29:01.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:01 smithi153 bash[28288]: audit 2023-11-08T02:29:00.414734+0000 mon.smithi148 (mon.0) 741 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:29:01.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:01 smithi153 bash[28288]: cephadm 2023-11-08T02:29:00.419115+0000 mgr.smithi148.cvefzo (mgr.14180) 348 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.gtbspd on smithi153 2023-11-08T02:29:02.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:02 smithi153 bash[28288]: cluster 2023-11-08T02:29:01.395132+0000 mon.smithi148 (mon.0) 742 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:29:02.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:02 smithi153 bash[28288]: cluster 2023-11-08T02:29:01.395173+0000 mon.smithi148 (mon.0) 743 : cluster [INF] Cluster is now healthy 2023-11-08T02:29:02.680 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:02 smithi148 bash[24200]: cluster 2023-11-08T02:29:01.395132+0000 mon.smithi148 (mon.0) 742 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:29:02.680 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:02 smithi148 bash[24200]: cluster 2023-11-08T02:29:01.395173+0000 mon.smithi148 (mon.0) 743 : cluster [INF] Cluster is now healthy 2023-11-08T02:29:03.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:03 smithi148 bash[24200]: cluster 2023-11-08T02:29:02.393768+0000 mgr.smithi148.cvefzo (mgr.14180) 349 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2023-11-08T02:29:03.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:03 smithi153 bash[28288]: cluster 2023-11-08T02:29:02.393768+0000 mgr.smithi148.cvefzo (mgr.14180) 349 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2023-11-08T02:29:04.513 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:29:04.513 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:29:00.102872Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:59.370904Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:29:00.103114Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:49.355020Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.tcerhi on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-tcerhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.tcerhi\nDeploy daemon haproxy.nfs.foo.smithi153.tcerhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:28:53.683274Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.gqrdkq on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-gqrdkq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.gqrdkq\nDeploy daemon haproxy.nfs.foo.smithi148.gqrdkq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:28:53.687009Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wfgltm on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:04.197199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\nDeploy daemon haproxy.nfs.foo.smithi153.gtbspd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:59.371728Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:59.371075Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:59.371175Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:59.371820Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:59.371269Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:59.371360Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:29:00.103351Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:29:04.714 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:04 smithi148 bash[24200]: audit 2023-11-08T02:29:04.196132+0000 mon.smithi148 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.gtbspd"}]: dispatch 2023-11-08T02:29:04.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:04 smithi153 bash[28288]: audit 2023-11-08T02:29:04.196132+0000 mon.smithi148 (mon.0) 744 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.gtbspd"}]: dispatch 2023-11-08T02:29:05.309 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:29:05.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: cephadm 2023-11-08T02:29:04.194981+0000 mgr.smithi148.cvefzo (mgr.14180) 350 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd 2023-11-08T02:29:05.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:29:05.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd 2023-11-08T02:29:05.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd 2023-11-08T02:29:05.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:29:05.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd 2023-11-08T02:29:05.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.gtbspd ... 2023-11-08T02:29:05.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:05.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:29:05.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:29:05.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:29:05.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:05.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:29:05.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:29:05.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:29:05.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:29:05.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:29:05.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd 2023-11-08T02:29:05.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:29:05.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd 2023-11-08T02:29:05.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd 2023-11-08T02:29:05.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:29:05.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd 2023-11-08T02:29:05.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.gtbspd ... 2023-11-08T02:29:05.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:05.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:29:05.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:29:05.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:29:05.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:05.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: cephadm 2023-11-08T02:29:04.195517+0000 mgr.smithi148.cvefzo (mgr.14180) 351 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.gtbspd 2023-11-08T02:29:05.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: cephadm 2023-11-08T02:29:04.197473+0000 mgr.smithi148.cvefzo (mgr.14180) 352 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd 2023-11-08T02:29:05.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:29:05.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd 2023-11-08T02:29:05.787 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd 2023-11-08T02:29:05.787 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:29:05.787 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd 2023-11-08T02:29:05.787 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.gtbspd ... 2023-11-08T02:29:05.787 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:05.788 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:29:05.788 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:29:05.788 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:29:05.788 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:05.789 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: cephadm 2023-11-08T02:29:04.200295+0000 mgr.smithi148.cvefzo (mgr.14180) 353 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.qzycob on smithi148 2023-11-08T02:29:05.789 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: cluster 2023-11-08T02:29:04.394673+0000 mgr.smithi148.cvefzo (mgr.14180) 354 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:29:05.789 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:05 smithi148 bash[24200]: audit 2023-11-08T02:29:04.508592+0000 mgr.smithi148.cvefzo (mgr.14180) 355 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:05.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: cephadm 2023-11-08T02:29:04.194981+0000 mgr.smithi148.cvefzo (mgr.14180) 350 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd 2023-11-08T02:29:05.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:29:05.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd 2023-11-08T02:29:05.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd 2023-11-08T02:29:05.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:29:05.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd 2023-11-08T02:29:05.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.gtbspd ... 2023-11-08T02:29:05.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:05.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:29:05.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:29:05.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:29:05.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:05.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:29:05.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:29:05.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:29:05.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:29:05.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:29:05.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd 2023-11-08T02:29:05.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:29:05.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd 2023-11-08T02:29:05.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd 2023-11-08T02:29:05.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:29:05.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd 2023-11-08T02:29:05.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.gtbspd ... 2023-11-08T02:29:05.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:05.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:29:05.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:29:05.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:29:05.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:05.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: cephadm 2023-11-08T02:29:04.195517+0000 mgr.smithi148.cvefzo (mgr.14180) 351 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.gtbspd 2023-11-08T02:29:05.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: cephadm 2023-11-08T02:29:04.197473+0000 mgr.smithi148.cvefzo (mgr.14180) 352 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd 2023-11-08T02:29:05.915 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:29:05.915 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd 2023-11-08T02:29:05.915 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd 2023-11-08T02:29:05.915 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:29:05.915 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd 2023-11-08T02:29:05.916 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.gtbspd ... 2023-11-08T02:29:05.916 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:05.916 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:29:05.916 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:29:05.917 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:29:05.917 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:05.917 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: cephadm 2023-11-08T02:29:04.200295+0000 mgr.smithi148.cvefzo (mgr.14180) 353 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.qzycob on smithi148 2023-11-08T02:29:05.918 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: cluster 2023-11-08T02:29:04.394673+0000 mgr.smithi148.cvefzo (mgr.14180) 354 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:29:05.918 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:05 smithi153 bash[28288]: audit 2023-11-08T02:29:04.508592+0000 mgr.smithi148.cvefzo (mgr.14180) 355 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:06.311 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:29:07.645 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:07 smithi148 bash[24200]: cluster 2023-11-08T02:29:06.395411+0000 mgr.smithi148.cvefzo (mgr.14180) 356 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:29:07.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:07 smithi153 bash[28288]: cluster 2023-11-08T02:29:06.395411+0000 mgr.smithi148.cvefzo (mgr.14180) 356 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:29:09.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: cluster 2023-11-08T02:29:08.396178+0000 mgr.smithi148.cvefzo (mgr.14180) 357 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:29:09.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: cephadm 2023-11-08T02:29:08.531898+0000 mgr.smithi148.cvefzo (mgr.14180) 358 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob 2023-11-08T02:29:09.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:29:09.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob 2023-11-08T02:29:09.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob 2023-11-08T02:29:09.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:29:09.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob 2023-11-08T02:29:09.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.qzycob ... 2023-11-08T02:29:09.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:09.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:29:09.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:29:09.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:29:09.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:09.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:29:09.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:29:09.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:29:09.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:29:09.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:29:09.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob 2023-11-08T02:29:09.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:29:09.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob 2023-11-08T02:29:09.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob 2023-11-08T02:29:09.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:29:09.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob 2023-11-08T02:29:09.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.qzycob ... 2023-11-08T02:29:09.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:09.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:29:09.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:29:09.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:29:09.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:09.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: cephadm 2023-11-08T02:29:08.532205+0000 mgr.smithi148.cvefzo (mgr.14180) 359 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.qzycob 2023-11-08T02:29:09.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: audit 2023-11-08T02:29:08.532710+0000 mon.smithi148 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.qzycob"}]: dispatch 2023-11-08T02:29:09.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: cephadm 2023-11-08T02:29:08.533753+0000 mgr.smithi148.cvefzo (mgr.14180) 360 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob 2023-11-08T02:29:09.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:29:09.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob 2023-11-08T02:29:09.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob 2023-11-08T02:29:09.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:29:09.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob 2023-11-08T02:29:09.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.qzycob ... 2023-11-08T02:29:09.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:09.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:29:09.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:29:09.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:29:09.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:09.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: cephadm 2023-11-08T02:29:08.535708+0000 mgr.smithi148.cvefzo (mgr.14180) 361 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:29:09.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: cephadm 2023-11-08T02:29:08.537339+0000 mgr.smithi148.cvefzo (mgr.14180) 362 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:29:09.787 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:09 smithi148 bash[24200]: cluster 2023-11-08T02:29:08.538050+0000 mgr.smithi148.cvefzo (mgr.14180) 363 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2023-11-08T02:29:09.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: cluster 2023-11-08T02:29:08.396178+0000 mgr.smithi148.cvefzo (mgr.14180) 357 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:29:09.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: cephadm 2023-11-08T02:29:08.531898+0000 mgr.smithi148.cvefzo (mgr.14180) 358 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob 2023-11-08T02:29:09.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:29:09.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob 2023-11-08T02:29:09.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob 2023-11-08T02:29:09.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:29:09.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob 2023-11-08T02:29:09.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.qzycob ... 2023-11-08T02:29:09.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:09.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:29:09.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:29:09.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:29:09.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:09.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:29:09.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:29:09.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:29:09.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:29:09.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:29:09.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob 2023-11-08T02:29:09.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:29:09.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob 2023-11-08T02:29:09.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob 2023-11-08T02:29:09.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:29:09.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob 2023-11-08T02:29:09.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.qzycob ... 2023-11-08T02:29:09.909 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:29:09.909 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:29:00.102872Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:59.370904Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:29:00.103114Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:04.197199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\nDeploy daemon haproxy.nfs.foo.smithi153.gtbspd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.533625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\nDeploy daemon haproxy.nfs.foo.smithi148.qzycob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.535596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:59.371728Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:59.371075Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:59.371175Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:59.371820Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:59.371269Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:59.371360Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:29:00.103351Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:29:09.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:09.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:29:09.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:29:09.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:29:09.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:09.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: cephadm 2023-11-08T02:29:08.532205+0000 mgr.smithi148.cvefzo (mgr.14180) 359 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.qzycob 2023-11-08T02:29:09.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: audit 2023-11-08T02:29:08.532710+0000 mon.smithi148 (mon.0) 745 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.qzycob"}]: dispatch 2023-11-08T02:29:09.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: cephadm 2023-11-08T02:29:08.533753+0000 mgr.smithi148.cvefzo (mgr.14180) 360 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob 2023-11-08T02:29:09.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:29:09.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob 2023-11-08T02:29:09.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob 2023-11-08T02:29:09.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:29:09.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob 2023-11-08T02:29:09.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.qzycob ... 2023-11-08T02:29:09.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:09.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:29:09.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:29:09.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:29:09.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:29:09.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: cephadm 2023-11-08T02:29:08.535708+0000 mgr.smithi148.cvefzo (mgr.14180) 361 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:29:09.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: cephadm 2023-11-08T02:29:08.537339+0000 mgr.smithi148.cvefzo (mgr.14180) 362 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:29:09.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:09 smithi153 bash[28288]: cluster 2023-11-08T02:29:08.538050+0000 mgr.smithi148.cvefzo (mgr.14180) 363 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 231 B/s rd, 0 op/s 2023-11-08T02:29:10.718 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:10 smithi148 bash[24200]: cluster 2023-11-08T02:29:09.419256+0000 mon.smithi148 (mon.0) 746 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:29:10.719 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:10 smithi148 bash[24200]: audit 2023-11-08T02:29:09.642402+0000 mon.smithi148 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:29:10.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:29:10.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:10 smithi153 bash[28288]: cluster 2023-11-08T02:29:09.419256+0000 mon.smithi148 (mon.0) 746 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:29:10.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:10 smithi153 bash[28288]: audit 2023-11-08T02:29:09.642402+0000 mon.smithi148 (mon.0) 747 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:29:11.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:11 smithi148 bash[24200]: audit 2023-11-08T02:29:09.898668+0000 mgr.smithi148.cvefzo (mgr.14180) 364 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:11.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:11 smithi148 bash[24200]: cluster 2023-11-08T02:29:10.539176+0000 mgr.smithi148.cvefzo (mgr.14180) 365 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:29:11.721 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:29:11.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:11 smithi153 bash[28288]: audit 2023-11-08T02:29:09.898668+0000 mgr.smithi148.cvefzo (mgr.14180) 364 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:11.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:11 smithi153 bash[28288]: cluster 2023-11-08T02:29:10.539176+0000 mgr.smithi148.cvefzo (mgr.14180) 365 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:29:13.128 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:13 smithi148 bash[24200]: cluster 2023-11-08T02:29:12.539887+0000 mgr.smithi148.cvefzo (mgr.14180) 366 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:29:13.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:13 smithi153 bash[28288]: cluster 2023-11-08T02:29:12.539887+0000 mgr.smithi148.cvefzo (mgr.14180) 366 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:29:14.990 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:29:14.990 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:29:00.102872Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:59.370904Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:29:00.103114Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:04.197199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\nDeploy daemon haproxy.nfs.foo.smithi153.gtbspd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.533625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\nDeploy daemon haproxy.nfs.foo.smithi148.qzycob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.535596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:59.371728Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:59.371075Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:59.371175Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:59.371820Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:59.371269Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:59.371360Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:29:00.103351Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:29:15.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:29:15.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:15 smithi153 bash[28288]: cluster 2023-11-08T02:29:14.541029+0000 mgr.smithi148.cvefzo (mgr.14180) 367 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:29:16.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:15 smithi148 bash[24200]: cluster 2023-11-08T02:29:14.541029+0000 mgr.smithi148.cvefzo (mgr.14180) 367 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:29:16.732 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:29:16.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:16 smithi153 bash[28288]: audit 2023-11-08T02:29:14.979219+0000 mgr.smithi148.cvefzo (mgr.14180) 368 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:16.927 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:16 smithi148 bash[24200]: audit 2023-11-08T02:29:14.979219+0000 mgr.smithi148.cvefzo (mgr.14180) 368 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:17.885 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:17 smithi148 bash[24200]: cluster 2023-11-08T02:29:16.542132+0000 mgr.smithi148.cvefzo (mgr.14180) 369 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:29:17.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:17 smithi153 bash[28288]: cluster 2023-11-08T02:29:16.542132+0000 mgr.smithi148.cvefzo (mgr.14180) 369 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:29:19.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:19 smithi153 bash[28288]: cluster 2023-11-08T02:29:18.543332+0000 mgr.smithi148.cvefzo (mgr.14180) 370 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:29:20.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:19 smithi148 bash[24200]: cluster 2023-11-08T02:29:18.543332+0000 mgr.smithi148.cvefzo (mgr.14180) 370 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:29:20.059 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:29:20.059 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:29:00.102872Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:59.370904Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:29:00.103114Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:04.197199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\nDeploy daemon haproxy.nfs.foo.smithi153.gtbspd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.533625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\nDeploy daemon haproxy.nfs.foo.smithi148.qzycob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.535596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:59.371728Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:59.371075Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:59.371175Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:59.371820Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:59.371269Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:59.371360Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:29:00.103351Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:29:20.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:29:21.875 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:29:21.889 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:21 smithi148 bash[24200]: audit 2023-11-08T02:29:20.047787+0000 mgr.smithi148.cvefzo (mgr.14180) 371 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:21.889 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:21 smithi148 bash[24200]: cluster 2023-11-08T02:29:20.544521+0000 mgr.smithi148.cvefzo (mgr.14180) 372 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:21.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:21 smithi153 bash[28288]: audit 2023-11-08T02:29:20.047787+0000 mgr.smithi148.cvefzo (mgr.14180) 371 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:21.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:21 smithi153 bash[28288]: cluster 2023-11-08T02:29:20.544521+0000 mgr.smithi148.cvefzo (mgr.14180) 372 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:23.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:23 smithi148 bash[24200]: cluster 2023-11-08T02:29:22.545708+0000 mgr.smithi148.cvefzo (mgr.14180) 373 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:23.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:23 smithi153 bash[28288]: cluster 2023-11-08T02:29:22.545708+0000 mgr.smithi148.cvefzo (mgr.14180) 373 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:25.132 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:29:25.132 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:29:00.102872Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:59.370904Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:29:00.103114Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:04.197199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\nDeploy daemon haproxy.nfs.foo.smithi153.gtbspd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.533625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\nDeploy daemon haproxy.nfs.foo.smithi148.qzycob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.535596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:59.371728Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:59.371075Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:59.371175Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:59.371820Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:59.371269Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:59.371360Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:29:00.103351Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:29:25.869 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:29:25.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:25 smithi153 bash[28288]: cluster 2023-11-08T02:29:24.546961+0000 mgr.smithi148.cvefzo (mgr.14180) 374 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:26.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:25 smithi148 bash[24200]: cluster 2023-11-08T02:29:24.546961+0000 mgr.smithi148.cvefzo (mgr.14180) 374 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:26.871 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:29:26.883 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:26 smithi148 bash[24200]: audit 2023-11-08T02:29:25.122991+0000 mgr.smithi148.cvefzo (mgr.14180) 375 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:26.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:26 smithi153 bash[28288]: audit 2023-11-08T02:29:25.122991+0000 mgr.smithi148.cvefzo (mgr.14180) 375 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:27.868 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:27 smithi148 bash[24200]: cluster 2023-11-08T02:29:26.548063+0000 mgr.smithi148.cvefzo (mgr.14180) 376 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:27.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:27 smithi153 bash[28288]: cluster 2023-11-08T02:29:26.548063+0000 mgr.smithi148.cvefzo (mgr.14180) 376 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:29.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:29 smithi153 bash[28288]: cluster 2023-11-08T02:29:28.549241+0000 mgr.smithi148.cvefzo (mgr.14180) 377 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:29:30.013 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:29:30.014 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:29:00.102872Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:59.370904Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:29:00.103114Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:04.197199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\nDeploy daemon haproxy.nfs.foo.smithi153.gtbspd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.533625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\nDeploy daemon haproxy.nfs.foo.smithi148.qzycob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.535596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:59.371728Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:59.371075Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:59.371175Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:59.371820Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:59.371269Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:59.371360Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:29:00.103351Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:29:30.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:29 smithi148 bash[24200]: cluster 2023-11-08T02:29:28.549241+0000 mgr.smithi148.cvefzo (mgr.14180) 377 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:29:30.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:29:31.776 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:29:31.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:31 smithi153 bash[28288]: audit 2023-11-08T02:29:30.001222+0000 mgr.smithi148.cvefzo (mgr.14180) 378 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:31.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:31 smithi153 bash[28288]: cluster 2023-11-08T02:29:30.549996+0000 mgr.smithi148.cvefzo (mgr.14180) 379 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:31.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:31 smithi148 bash[24200]: audit 2023-11-08T02:29:30.001222+0000 mgr.smithi148.cvefzo (mgr.14180) 378 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:31.976 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:31 smithi148 bash[24200]: cluster 2023-11-08T02:29:30.549996+0000 mgr.smithi148.cvefzo (mgr.14180) 379 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:33.151 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:33 smithi148 bash[24200]: cluster 2023-11-08T02:29:32.551312+0000 mgr.smithi148.cvefzo (mgr.14180) 380 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:33.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:33 smithi153 bash[28288]: cluster 2023-11-08T02:29:32.551312+0000 mgr.smithi148.cvefzo (mgr.14180) 380 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:34.962 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:29:34.963 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:29:00.102872Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:59.370904Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:29:00.103114Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:04.197199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\nDeploy daemon haproxy.nfs.foo.smithi153.gtbspd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.533625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\nDeploy daemon haproxy.nfs.foo.smithi148.qzycob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.535596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:59.371728Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:59.371075Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:59.371175Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:59.371820Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:59.371269Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:59.371360Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:29:00.103351Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:29:35.771 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:29:35.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:35 smithi153 bash[28288]: cluster 2023-11-08T02:29:34.552668+0000 mgr.smithi148.cvefzo (mgr.14180) 381 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:36.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:35 smithi148 bash[24200]: cluster 2023-11-08T02:29:34.552668+0000 mgr.smithi148.cvefzo (mgr.14180) 381 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:36.773 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:29:36.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:36 smithi153 bash[28288]: audit 2023-11-08T02:29:34.952562+0000 mgr.smithi148.cvefzo (mgr.14180) 382 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:37.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:36 smithi148 bash[24200]: audit 2023-11-08T02:29:34.952562+0000 mgr.smithi148.cvefzo (mgr.14180) 382 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:37.890 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:37 smithi148 bash[24200]: cluster 2023-11-08T02:29:36.553894+0000 mgr.smithi148.cvefzo (mgr.14180) 383 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:37.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:37 smithi153 bash[28288]: cluster 2023-11-08T02:29:36.553894+0000 mgr.smithi148.cvefzo (mgr.14180) 383 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:39.811 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:29:39.812 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:29:00.102872Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:59.370904Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:29:00.103114Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:04.197199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\nDeploy daemon haproxy.nfs.foo.smithi153.gtbspd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.533625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\nDeploy daemon haproxy.nfs.foo.smithi148.qzycob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.535596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:59.371728Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:59.371075Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:59.371175Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:59.371820Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:59.371269Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:59.371360Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:29:00.103351Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:29:39.891 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:39 smithi148 bash[24200]: cluster 2023-11-08T02:29:38.555273+0000 mgr.smithi148.cvefzo (mgr.14180) 384 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:29:39.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:39 smithi153 bash[28288]: cluster 2023-11-08T02:29:38.555273+0000 mgr.smithi148.cvefzo (mgr.14180) 384 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:29:40.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:29:40.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:40 smithi153 bash[28288]: audit 2023-11-08T02:29:39.801383+0000 mgr.smithi148.cvefzo (mgr.14180) 385 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:41.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:40 smithi148 bash[24200]: audit 2023-11-08T02:29:39.801383+0000 mgr.smithi148.cvefzo (mgr.14180) 385 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:41.619 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:29:41.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:41 smithi153 bash[28288]: cluster 2023-11-08T02:29:40.556475+0000 mgr.smithi148.cvefzo (mgr.14180) 386 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:42.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:41 smithi148 bash[24200]: cluster 2023-11-08T02:29:40.556475+0000 mgr.smithi148.cvefzo (mgr.14180) 386 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:43.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:43 smithi148 bash[24200]: cluster 2023-11-08T02:29:42.557656+0000 mgr.smithi148.cvefzo (mgr.14180) 387 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:43.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:43 smithi153 bash[28288]: cluster 2023-11-08T02:29:42.557656+0000 mgr.smithi148.cvefzo (mgr.14180) 387 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:44.762 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:29:44.762 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:29:00.102872Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:59.370904Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:29:00.103114Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:04.197199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\nDeploy daemon haproxy.nfs.foo.smithi153.gtbspd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.533625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\nDeploy daemon haproxy.nfs.foo.smithi148.qzycob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.535596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:59.371728Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:59.371075Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:59.371175Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:59.371820Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:59.371269Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:59.371360Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:29:00.103351Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:29:45.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:29:45.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:45 smithi153 bash[28288]: cluster 2023-11-08T02:29:44.558724+0000 mgr.smithi148.cvefzo (mgr.14180) 388 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:45.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:45 smithi153 bash[28288]: audit 2023-11-08T02:29:44.753250+0000 mgr.smithi148.cvefzo (mgr.14180) 389 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:46.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:45 smithi148 bash[24200]: cluster 2023-11-08T02:29:44.558724+0000 mgr.smithi148.cvefzo (mgr.14180) 388 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:46.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:45 smithi148 bash[24200]: audit 2023-11-08T02:29:44.753250+0000 mgr.smithi148.cvefzo (mgr.14180) 389 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:46.529 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:29:47.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:47 smithi153 bash[28288]: cluster 2023-11-08T02:29:46.559937+0000 mgr.smithi148.cvefzo (mgr.14180) 390 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:47.989 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:47 smithi148 bash[24200]: cluster 2023-11-08T02:29:46.559937+0000 mgr.smithi148.cvefzo (mgr.14180) 390 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:49.695 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:29:49.695 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:29:00.102872Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:59.370904Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:29:00.103114Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:04.197199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\nDeploy daemon haproxy.nfs.foo.smithi153.gtbspd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.533625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\nDeploy daemon haproxy.nfs.foo.smithi148.qzycob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.535596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:59.371728Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:59.371075Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:59.371175Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:59.371820Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:59.371269Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:59.371360Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:29:00.103351Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:29:49.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:49 smithi153 bash[28288]: cluster 2023-11-08T02:29:48.560880+0000 mgr.smithi148.cvefzo (mgr.14180) 391 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:29:49.932 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:49 smithi148 bash[24200]: cluster 2023-11-08T02:29:48.560880+0000 mgr.smithi148.cvefzo (mgr.14180) 391 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:29:50.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:29:50.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:50 smithi148 bash[24200]: audit 2023-11-08T02:29:49.686627+0000 mgr.smithi148.cvefzo (mgr.14180) 392 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:50.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:50 smithi153 bash[28288]: audit 2023-11-08T02:29:49.686627+0000 mgr.smithi148.cvefzo (mgr.14180) 392 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:51.521 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:29:51.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:51 smithi153 bash[28288]: cluster 2023-11-08T02:29:50.562092+0000 mgr.smithi148.cvefzo (mgr.14180) 393 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:52.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:51 smithi148 bash[24200]: cluster 2023-11-08T02:29:50.562092+0000 mgr.smithi148.cvefzo (mgr.14180) 393 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:53.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:53 smithi148 bash[24200]: cluster 2023-11-08T02:29:52.563399+0000 mgr.smithi148.cvefzo (mgr.14180) 394 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:53.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:53 smithi153 bash[28288]: cluster 2023-11-08T02:29:52.563399+0000 mgr.smithi148.cvefzo (mgr.14180) 394 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:54.700 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:29:54.700 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:29:00.102872Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:59.370904Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:29:00.103114Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:04.197199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\nDeploy daemon haproxy.nfs.foo.smithi153.gtbspd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.533625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\nDeploy daemon haproxy.nfs.foo.smithi148.qzycob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.535596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:59.371728Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:59.371075Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:59.371175Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:59.371820Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:59.371269Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:59.371360Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:29:00.103351Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:29:55.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:29:55.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:55 smithi148 bash[24200]: cluster 2023-11-08T02:29:54.564225+0000 mgr.smithi148.cvefzo (mgr.14180) 395 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:55.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:55 smithi148 bash[24200]: audit 2023-11-08T02:29:54.691740+0000 mgr.smithi148.cvefzo (mgr.14180) 396 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:55.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:55 smithi153 bash[28288]: cluster 2023-11-08T02:29:54.564225+0000 mgr.smithi148.cvefzo (mgr.14180) 395 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:55.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:55 smithi153 bash[28288]: audit 2023-11-08T02:29:54.691740+0000 mgr.smithi148.cvefzo (mgr.14180) 396 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:29:56.479 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:29:57.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:57 smithi153 bash[28288]: cluster 2023-11-08T02:29:56.565300+0000 mgr.smithi148.cvefzo (mgr.14180) 397 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:57.905 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:57 smithi148 bash[24200]: cluster 2023-11-08T02:29:56.565300+0000 mgr.smithi148.cvefzo (mgr.14180) 397 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:29:59.559 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:29:59.559 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:29:00.102872Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:59.370904Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:29:00.103114Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:04.197199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\nDeploy daemon haproxy.nfs.foo.smithi153.gtbspd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.533625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\nDeploy daemon haproxy.nfs.foo.smithi148.qzycob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.535596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:59.371728Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:59.371075Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:59.371175Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:59.371820Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:59.371269Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:59.371360Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:29:00.103351Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:29:59.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:29:59 smithi153 bash[28288]: cluster 2023-11-08T02:29:58.565981+0000 mgr.smithi148.cvefzo (mgr.14180) 398 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:30:00.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:29:59 smithi148 bash[24200]: cluster 2023-11-08T02:29:58.565981+0000 mgr.smithi148.cvefzo (mgr.14180) 398 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:30:00.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:30:00.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: audit 2023-11-08T02:29:59.551044+0000 mgr.smithi148.cvefzo (mgr.14180) 399 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:00.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000196+0000 mon.smithi148 (mon.0) 748 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-08T02:30:00.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000241+0000 mon.smithi148 (mon.0) 749 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-08T02:30:00.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000258+0000 mon.smithi148 (mon.0) 750 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd 2023-11-08T02:30:00.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000281+0000 mon.smithi148 (mon.0) 751 : cluster [WRN] /usr/bin/docker: stdout 2023-11-08T02:30:00.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000308+0000 mon.smithi148 (mon.0) 752 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd 2023-11-08T02:30:00.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000324+0000 mon.smithi148 (mon.0) 753 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd 2023-11-08T02:30:00.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000341+0000 mon.smithi148 (mon.0) 754 : cluster [WRN] /usr/bin/docker: stdout 2023-11-08T02:30:00.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000355+0000 mon.smithi148 (mon.0) 755 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd 2023-11-08T02:30:00.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000371+0000 mon.smithi148 (mon.0) 756 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi153.gtbspd ... 2023-11-08T02:30:00.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000388+0000 mon.smithi148 (mon.0) 757 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:00.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000406+0000 mon.smithi148 (mon.0) 758 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:30:00.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000424+0000 mon.smithi148 (mon.0) 759 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:30:00.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000443+0000 mon.smithi148 (mon.0) 760 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-08T02:30:00.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000457+0000 mon.smithi148 (mon.0) 761 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:00.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000476+0000 mon.smithi148 (mon.0) 762 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob 2023-11-08T02:30:00.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000493+0000 mon.smithi148 (mon.0) 763 : cluster [WRN] /usr/bin/docker: stdout 2023-11-08T02:30:00.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000509+0000 mon.smithi148 (mon.0) 764 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob 2023-11-08T02:30:00.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000526+0000 mon.smithi148 (mon.0) 765 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob 2023-11-08T02:30:00.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000543+0000 mon.smithi148 (mon.0) 766 : cluster [WRN] /usr/bin/docker: stdout 2023-11-08T02:30:00.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000560+0000 mon.smithi148 (mon.0) 767 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob 2023-11-08T02:30:00.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000577+0000 mon.smithi148 (mon.0) 768 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi148.qzycob ... 2023-11-08T02:30:00.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000593+0000 mon.smithi148 (mon.0) 769 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:00.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000612+0000 mon.smithi148 (mon.0) 770 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:30:00.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000628+0000 mon.smithi148 (mon.0) 771 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:30:00.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000644+0000 mon.smithi148 (mon.0) 772 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-08T02:30:00.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000660+0000 mon.smithi148 (mon.0) 773 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:00.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000683+0000 mon.smithi148 (mon.0) 774 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:30:00.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:00 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.000700+0000 mon.smithi148 (mon.0) 775 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:30:01.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: audit 2023-11-08T02:29:59.551044+0000 mgr.smithi148.cvefzo (mgr.14180) 399 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:01.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000196+0000 mon.smithi148 (mon.0) 748 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-11-08T02:30:01.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000241+0000 mon.smithi148 (mon.0) 749 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-11-08T02:30:01.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000258+0000 mon.smithi148 (mon.0) 750 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd 2023-11-08T02:30:01.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000281+0000 mon.smithi148 (mon.0) 751 : cluster [WRN] /usr/bin/docker: stdout 2023-11-08T02:30:01.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000308+0000 mon.smithi148 (mon.0) 752 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd 2023-11-08T02:30:01.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000324+0000 mon.smithi148 (mon.0) 753 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd 2023-11-08T02:30:01.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000341+0000 mon.smithi148 (mon.0) 754 : cluster [WRN] /usr/bin/docker: stdout 2023-11-08T02:30:01.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000355+0000 mon.smithi148 (mon.0) 755 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd 2023-11-08T02:30:01.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000371+0000 mon.smithi148 (mon.0) 756 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi153.gtbspd ... 2023-11-08T02:30:01.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000388+0000 mon.smithi148 (mon.0) 757 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:01.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000406+0000 mon.smithi148 (mon.0) 758 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:30:01.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000424+0000 mon.smithi148 (mon.0) 759 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:30:01.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000443+0000 mon.smithi148 (mon.0) 760 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-08T02:30:01.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000457+0000 mon.smithi148 (mon.0) 761 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:01.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000476+0000 mon.smithi148 (mon.0) 762 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob 2023-11-08T02:30:01.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000493+0000 mon.smithi148 (mon.0) 763 : cluster [WRN] /usr/bin/docker: stdout 2023-11-08T02:30:01.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000509+0000 mon.smithi148 (mon.0) 764 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob 2023-11-08T02:30:01.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000526+0000 mon.smithi148 (mon.0) 765 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob 2023-11-08T02:30:01.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000543+0000 mon.smithi148 (mon.0) 766 : cluster [WRN] /usr/bin/docker: stdout 2023-11-08T02:30:01.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000560+0000 mon.smithi148 (mon.0) 767 : cluster [WRN] /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob 2023-11-08T02:30:01.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000577+0000 mon.smithi148 (mon.0) 768 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi148.qzycob ... 2023-11-08T02:30:01.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000593+0000 mon.smithi148 (mon.0) 769 : cluster [WRN] Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:01.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000612+0000 mon.smithi148 (mon.0) 770 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:30:01.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000628+0000 mon.smithi148 (mon.0) 771 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:30:01.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000644+0000 mon.smithi148 (mon.0) 772 : cluster [WRN] stat: stderr See 'docker run --help'. 2023-11-08T02:30:01.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000660+0000 mon.smithi148 (mon.0) 773 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:01.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000683+0000 mon.smithi148 (mon.0) 774 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:30:01.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:00 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.000700+0000 mon.smithi148 (mon.0) 775 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:30:01.363 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:30:01.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:01 smithi153 bash[28288]: cluster 2023-11-08T02:30:00.567106+0000 mgr.smithi148.cvefzo (mgr.14180) 400 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:02.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:01 smithi148 bash[24200]: cluster 2023-11-08T02:30:00.567106+0000 mgr.smithi148.cvefzo (mgr.14180) 400 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:03.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:03 smithi148 bash[24200]: cluster 2023-11-08T02:30:02.568284+0000 mgr.smithi148.cvefzo (mgr.14180) 401 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:03.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:03 smithi153 bash[28288]: cluster 2023-11-08T02:30:02.568284+0000 mgr.smithi148.cvefzo (mgr.14180) 401 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:04.899 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:30:04.900 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:29:00.102872Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:59.370904Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:29:00.103114Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:04.197199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\nDeploy daemon haproxy.nfs.foo.smithi153.gtbspd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.533625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\nDeploy daemon haproxy.nfs.foo.smithi148.qzycob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.535596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:59.371728Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:59.371075Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:59.371175Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:59.371820Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:59.371269Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:59.371360Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:29:00.103351Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:30:05.640 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:30:05.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:05 smithi153 bash[28288]: cluster 2023-11-08T02:30:04.569253+0000 mgr.smithi148.cvefzo (mgr.14180) 402 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:05.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:05 smithi153 bash[28288]: audit 2023-11-08T02:30:04.889135+0000 mgr.smithi148.cvefzo (mgr.14180) 403 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:06.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:05 smithi148 bash[24200]: cluster 2023-11-08T02:30:04.569253+0000 mgr.smithi148.cvefzo (mgr.14180) 402 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:06.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:05 smithi148 bash[24200]: audit 2023-11-08T02:30:04.889135+0000 mgr.smithi148.cvefzo (mgr.14180) 403 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:06.641 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:30:07.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:07 smithi153 bash[28288]: cluster 2023-11-08T02:30:06.570370+0000 mgr.smithi148.cvefzo (mgr.14180) 404 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:07.955 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:07 smithi148 bash[24200]: cluster 2023-11-08T02:30:06.570370+0000 mgr.smithi148.cvefzo (mgr.14180) 404 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:08.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:08 smithi153 bash[28288]: audit 2023-11-08T02:30:08.541676+0000 mon.smithi148 (mon.0) 776 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:30:09.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:08 smithi148 bash[24200]: audit 2023-11-08T02:30:08.541676+0000 mon.smithi148 (mon.0) 776 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:30:09.964 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:30:09.965 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:29:00.102872Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:28:59.370904Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:29:00.103114Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:04.197199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\nDeploy daemon haproxy.nfs.foo.smithi153.gtbspd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.533625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\nDeploy daemon haproxy.nfs.foo.smithi148.qzycob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.535596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:28:59.371728Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:28:59.371075Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:28:59.371175Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:28:59.371820Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:28:59.371269Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:28:59.371360Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:29:00.103351Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:30:10.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:09 smithi153 bash[28288]: cluster 2023-11-08T02:30:08.571260+0000 mgr.smithi148.cvefzo (mgr.14180) 405 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:30:10.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:09 smithi153 bash[28288]: audit 2023-11-08T02:30:08.798836+0000 mon.smithi148 (mon.0) 777 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:30:10.187 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:09 smithi148 bash[24200]: cluster 2023-11-08T02:30:08.571260+0000 mgr.smithi148.cvefzo (mgr.14180) 405 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:30:10.187 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:09 smithi148 bash[24200]: audit 2023-11-08T02:30:08.798836+0000 mon.smithi148 (mon.0) 777 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:30:10.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:30:11.754 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:30:12.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:11 smithi148 bash[24200]: audit 2023-11-08T02:30:09.955962+0000 mgr.smithi148.cvefzo (mgr.14180) 406 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:12.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:11 smithi148 bash[24200]: cluster 2023-11-08T02:30:10.572425+0000 mgr.smithi148.cvefzo (mgr.14180) 407 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:12.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:11 smithi153 bash[28288]: audit 2023-11-08T02:30:09.955962+0000 mgr.smithi148.cvefzo (mgr.14180) 406 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:12.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:11 smithi153 bash[28288]: cluster 2023-11-08T02:30:10.572425+0000 mgr.smithi148.cvefzo (mgr.14180) 407 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:13.161 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:13 smithi148 bash[24200]: cluster 2023-11-08T02:30:12.573151+0000 mgr.smithi148.cvefzo (mgr.14180) 408 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:13.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:13 smithi153 bash[28288]: cluster 2023-11-08T02:30:12.573151+0000 mgr.smithi148.cvefzo (mgr.14180) 408 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:15.010 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:30:15.010 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:29:00.102872Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:29:00.102994Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:29:00.103114Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:28:53.690399Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.fwcwua on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:04.197199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\nDeploy daemon haproxy.nfs.foo.smithi153.gtbspd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.533625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\nDeploy daemon haproxy.nfs.foo.smithi148.qzycob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.535596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:29:00.103942Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:29:00.102742Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:29:00.102535Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:29:00.104061Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:29:00.103232Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:29:00.103469Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:29:00.103351Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:30:15.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:15 smithi148 bash[24200]: audit 2023-11-08T02:30:14.251597+0000 mon.smithi148 (mon.0) 778 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:30:15.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:15 smithi148 bash[24200]: cluster 2023-11-08T02:30:14.574157+0000 mgr.smithi148.cvefzo (mgr.14180) 409 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:15.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:15 smithi153 bash[28288]: audit 2023-11-08T02:30:14.251597+0000 mon.smithi148 (mon.0) 778 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:30:15.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:15 smithi153 bash[28288]: cluster 2023-11-08T02:30:14.574157+0000 mgr.smithi148.cvefzo (mgr.14180) 409 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:15.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:30:16.717 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:30:16.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:16 smithi153 bash[28288]: audit 2023-11-08T02:30:15.005469+0000 mgr.smithi148.cvefzo (mgr.14180) 410 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:16.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:16 smithi153 bash[28288]: audit 2023-11-08T02:30:15.604496+0000 mon.smithi148 (mon.0) 779 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:30:16.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:16 smithi153 bash[28288]: audit 2023-11-08T02:30:15.873995+0000 mon.smithi148 (mon.0) 780 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:30:16.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:16 smithi153 bash[28288]: audit 2023-11-08T02:30:15.875381+0000 mon.smithi148 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:30:16.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:16 smithi153 bash[28288]: audit 2023-11-08T02:30:15.884221+0000 mon.smithi148 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:30:16.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:16 smithi153 bash[28288]: cluster 2023-11-08T02:30:15.885318+0000 mgr.smithi148.cvefzo (mgr.14180) 411 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2023-11-08T02:30:16.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:16 smithi153 bash[28288]: audit 2023-11-08T02:30:15.892391+0000 mon.smithi148 (mon.0) 783 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:30:16.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:16 smithi153 bash[28288]: audit 2023-11-08T02:30:15.905800+0000 mon.smithi148 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:30:16.905 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:16 smithi148 bash[24200]: audit 2023-11-08T02:30:15.005469+0000 mgr.smithi148.cvefzo (mgr.14180) 410 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:16.905 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:16 smithi148 bash[24200]: audit 2023-11-08T02:30:15.604496+0000 mon.smithi148 (mon.0) 779 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:30:16.906 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:16 smithi148 bash[24200]: audit 2023-11-08T02:30:15.873995+0000 mon.smithi148 (mon.0) 780 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:30:16.906 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:16 smithi148 bash[24200]: audit 2023-11-08T02:30:15.875381+0000 mon.smithi148 (mon.0) 781 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:30:16.906 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:16 smithi148 bash[24200]: audit 2023-11-08T02:30:15.884221+0000 mon.smithi148 (mon.0) 782 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:30:16.906 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:16 smithi148 bash[24200]: cluster 2023-11-08T02:30:15.885318+0000 mgr.smithi148.cvefzo (mgr.14180) 411 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2023-11-08T02:30:16.906 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:16 smithi148 bash[24200]: audit 2023-11-08T02:30:15.892391+0000 mon.smithi148 (mon.0) 783 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:30:16.907 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:16 smithi148 bash[24200]: audit 2023-11-08T02:30:15.905800+0000 mon.smithi148 (mon.0) 784 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:30:17.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:17 smithi153 bash[28288]: cephadm 2023-11-08T02:30:15.909562+0000 mgr.smithi148.cvefzo (mgr.14180) 412 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.nxaopb on smithi153 2023-11-08T02:30:17.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:17 smithi153 bash[28288]: cluster 2023-11-08T02:30:16.880547+0000 mon.smithi148 (mon.0) 785 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:30:17.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:17 smithi153 bash[28288]: cluster 2023-11-08T02:30:16.880605+0000 mon.smithi148 (mon.0) 786 : cluster [INF] Cluster is now healthy 2023-11-08T02:30:17.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:17 smithi148 bash[24200]: cephadm 2023-11-08T02:30:15.909562+0000 mgr.smithi148.cvefzo (mgr.14180) 412 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.nxaopb on smithi153 2023-11-08T02:30:17.947 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:17 smithi148 bash[24200]: cluster 2023-11-08T02:30:16.880547+0000 mon.smithi148 (mon.0) 785 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:30:17.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:17 smithi148 bash[24200]: cluster 2023-11-08T02:30:16.880605+0000 mon.smithi148 (mon.0) 786 : cluster [INF] Cluster is now healthy 2023-11-08T02:30:18.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:18 smithi153 bash[28288]: cluster 2023-11-08T02:30:17.886158+0000 mgr.smithi148.cvefzo (mgr.14180) 413 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 361 B/s rd, 0 op/s 2023-11-08T02:30:19.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:18 smithi148 bash[24200]: cluster 2023-11-08T02:30:17.886158+0000 mgr.smithi148.cvefzo (mgr.14180) 413 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 361 B/s rd, 0 op/s 2023-11-08T02:30:19.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:19 smithi153 bash[28288]: audit 2023-11-08T02:30:19.680842+0000 mon.smithi148 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.nxaopb"}]: dispatch 2023-11-08T02:30:19.991 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:30:19.991 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:29:04.197199Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gtbspd on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gtbspd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gtbspd\nDeploy daemon haproxy.nfs.foo.smithi153.gtbspd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.533625Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qzycob on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qzycob\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qzycob\nDeploy daemon haproxy.nfs.foo.smithi148.qzycob ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:29:08.535596Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.fyybzf on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:19.682047Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\nDeploy daemon haproxy.nfs.foo.smithi153.nxaopb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:30:20.024 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:19 smithi148 bash[24200]: audit 2023-11-08T02:30:19.680842+0000 mon.smithi148 (mon.0) 787 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.nxaopb"}]: dispatch 2023-11-08T02:30:20.801 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:30:21.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: cephadm 2023-11-08T02:30:19.680029+0000 mgr.smithi148.cvefzo (mgr.14180) 414 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb 2023-11-08T02:30:21.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:30:21.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb 2023-11-08T02:30:21.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb 2023-11-08T02:30:21.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:30:21.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb 2023-11-08T02:30:21.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.nxaopb ... 2023-11-08T02:30:21.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:21.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:30:21.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:30:21.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:30:21.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:21.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:30:21.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:30:21.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:30:21.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:30:21.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:30:21.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb 2023-11-08T02:30:21.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:30:21.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb 2023-11-08T02:30:21.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb 2023-11-08T02:30:21.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:30:21.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb 2023-11-08T02:30:21.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.nxaopb ... 2023-11-08T02:30:21.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:21.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:30:21.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:30:21.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:30:21.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:21.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: cephadm 2023-11-08T02:30:19.680329+0000 mgr.smithi148.cvefzo (mgr.14180) 415 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.nxaopb 2023-11-08T02:30:21.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: cephadm 2023-11-08T02:30:19.682175+0000 mgr.smithi148.cvefzo (mgr.14180) 416 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb 2023-11-08T02:30:21.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:30:21.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb 2023-11-08T02:30:21.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb 2023-11-08T02:30:21.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:30:21.037 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb 2023-11-08T02:30:21.037 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.nxaopb ... 2023-11-08T02:30:21.037 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:21.037 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:30:21.037 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:30:21.038 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:30:21.038 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:21.038 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: cephadm 2023-11-08T02:30:19.684779+0000 mgr.smithi148.cvefzo (mgr.14180) 417 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.lfkasp on smithi148 2023-11-08T02:30:21.038 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:20 smithi148 bash[24200]: cluster 2023-11-08T02:30:19.887001+0000 mgr.smithi148.cvefzo (mgr.14180) 418 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2023-11-08T02:30:21.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: cephadm 2023-11-08T02:30:19.680029+0000 mgr.smithi148.cvefzo (mgr.14180) 414 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb 2023-11-08T02:30:21.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:30:21.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb 2023-11-08T02:30:21.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb 2023-11-08T02:30:21.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:30:21.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb 2023-11-08T02:30:21.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.nxaopb ... 2023-11-08T02:30:21.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:21.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:30:21.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:30:21.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:30:21.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:21.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:30:21.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:30:21.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:30:21.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:30:21.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:30:21.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb 2023-11-08T02:30:21.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:30:21.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb 2023-11-08T02:30:21.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb 2023-11-08T02:30:21.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:30:21.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb 2023-11-08T02:30:21.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.nxaopb ... 2023-11-08T02:30:21.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:21.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:30:21.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:30:21.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:30:21.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:21.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: cephadm 2023-11-08T02:30:19.680329+0000 mgr.smithi148.cvefzo (mgr.14180) 415 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.nxaopb 2023-11-08T02:30:21.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: cephadm 2023-11-08T02:30:19.682175+0000 mgr.smithi148.cvefzo (mgr.14180) 416 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb 2023-11-08T02:30:21.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:30:21.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb 2023-11-08T02:30:21.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb 2023-11-08T02:30:21.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:30:21.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb 2023-11-08T02:30:21.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.nxaopb ... 2023-11-08T02:30:21.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:21.166 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:30:21.166 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:30:21.166 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:30:21.166 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:21.166 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: cephadm 2023-11-08T02:30:19.684779+0000 mgr.smithi148.cvefzo (mgr.14180) 417 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.lfkasp on smithi148 2023-11-08T02:30:21.167 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:20 smithi153 bash[28288]: cluster 2023-11-08T02:30:19.887001+0000 mgr.smithi148.cvefzo (mgr.14180) 418 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2023-11-08T02:30:21.802 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:30:21.999 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:21 smithi148 bash[24200]: audit 2023-11-08T02:30:19.982046+0000 mgr.smithi148.cvefzo (mgr.14180) 419 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:22.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:21 smithi153 bash[28288]: audit 2023-11-08T02:30:19.982046+0000 mgr.smithi148.cvefzo (mgr.14180) 419 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:23.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:22 smithi148 bash[24200]: cluster 2023-11-08T02:30:21.887907+0000 mgr.smithi148.cvefzo (mgr.14180) 420 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2023-11-08T02:30:23.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:22 smithi153 bash[28288]: cluster 2023-11-08T02:30:21.887907+0000 mgr.smithi148.cvefzo (mgr.14180) 420 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2023-11-08T02:30:24.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:23 smithi153 bash[28288]: cluster 2023-11-08T02:30:23.888490+0000 mgr.smithi148.cvefzo (mgr.14180) 421 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2023-11-08T02:30:24.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:23 smithi153 bash[28288]: audit 2023-11-08T02:30:23.929593+0000 mon.smithi148 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.lfkasp"}]: dispatch 2023-11-08T02:30:24.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:23 smithi148 bash[24200]: cluster 2023-11-08T02:30:23.888490+0000 mgr.smithi148.cvefzo (mgr.14180) 421 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 180 B/s rd, 0 op/s 2023-11-08T02:30:24.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:23 smithi148 bash[24200]: audit 2023-11-08T02:30:23.929593+0000 mon.smithi148 (mon.0) 788 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.lfkasp"}]: dispatch 2023-11-08T02:30:25.186 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:30:25.187 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:19.682047Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\nDeploy daemon haproxy.nfs.foo.smithi153.nxaopb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.930700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lfkasp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\nDeploy daemon haproxy.nfs.foo.smithi148.lfkasp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.934835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.dslfmy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:30:25.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:30:26.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: cephadm 2023-11-08T02:30:23.928614+0000 mgr.smithi148.cvefzo (mgr.14180) 422 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp 2023-11-08T02:30:26.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:30:26.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp 2023-11-08T02:30:26.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp 2023-11-08T02:30:26.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:30:26.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp 2023-11-08T02:30:26.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.lfkasp ... 2023-11-08T02:30:26.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:26.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:30:26.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:30:26.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:30:26.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:26.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:30:26.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:30:26.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:30:26.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:30:26.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:30:26.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp 2023-11-08T02:30:26.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:30:26.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp 2023-11-08T02:30:26.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp 2023-11-08T02:30:26.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:30:26.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp 2023-11-08T02:30:26.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.lfkasp ... 2023-11-08T02:30:26.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:26.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:30:26.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:30:26.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:30:26.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:26.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: cephadm 2023-11-08T02:30:23.929065+0000 mgr.smithi148.cvefzo (mgr.14180) 423 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.lfkasp 2023-11-08T02:30:26.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: cephadm 2023-11-08T02:30:23.930904+0000 mgr.smithi148.cvefzo (mgr.14180) 424 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.lfkasp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp 2023-11-08T02:30:26.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:30:26.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp 2023-11-08T02:30:26.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp 2023-11-08T02:30:26.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:30:26.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp 2023-11-08T02:30:26.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.lfkasp ... 2023-11-08T02:30:26.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:26.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:30:26.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:30:26.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:30:26.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:26.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: cephadm 2023-11-08T02:30:23.935035+0000 mgr.smithi148.cvefzo (mgr.14180) 425 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.dslfmy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:30:26.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: cephadm 2023-11-08T02:30:23.938614+0000 mgr.smithi148.cvefzo (mgr.14180) 426 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:30:26.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: cluster 2023-11-08T02:30:23.939303+0000 mgr.smithi148.cvefzo (mgr.14180) 427 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 218 B/s rd, 0 op/s 2023-11-08T02:30:26.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: audit 2023-11-08T02:30:24.696533+0000 mon.smithi148 (mon.0) 789 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:30:26.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: audit 2023-11-08T02:30:24.830364+0000 mon.smithi148 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:30:26.037 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:25 smithi148 bash[24200]: cluster 2023-11-08T02:30:24.941271+0000 mon.smithi148 (mon.0) 791 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:30:26.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: cephadm 2023-11-08T02:30:23.928614+0000 mgr.smithi148.cvefzo (mgr.14180) 422 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp 2023-11-08T02:30:26.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:30:26.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp 2023-11-08T02:30:26.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp 2023-11-08T02:30:26.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:30:26.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp 2023-11-08T02:30:26.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.lfkasp ... 2023-11-08T02:30:26.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:26.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:30:26.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:30:26.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:30:26.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:26.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:30:26.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:30:26.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:30:26.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:30:26.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:30:26.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp 2023-11-08T02:30:26.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:30:26.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp 2023-11-08T02:30:26.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp 2023-11-08T02:30:26.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:30:26.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp 2023-11-08T02:30:26.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.lfkasp ... 2023-11-08T02:30:26.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:26.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:30:26.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:30:26.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:30:26.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:26.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: cephadm 2023-11-08T02:30:23.929065+0000 mgr.smithi148.cvefzo (mgr.14180) 423 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.lfkasp 2023-11-08T02:30:26.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: cephadm 2023-11-08T02:30:23.930904+0000 mgr.smithi148.cvefzo (mgr.14180) 424 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.lfkasp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp 2023-11-08T02:30:26.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:30:26.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp 2023-11-08T02:30:26.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp 2023-11-08T02:30:26.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:30:26.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp 2023-11-08T02:30:26.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.lfkasp ... 2023-11-08T02:30:26.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:26.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:30:26.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:30:26.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:30:26.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:30:26.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: cephadm 2023-11-08T02:30:23.935035+0000 mgr.smithi148.cvefzo (mgr.14180) 425 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.dslfmy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:30:26.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: cephadm 2023-11-08T02:30:23.938614+0000 mgr.smithi148.cvefzo (mgr.14180) 426 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:30:26.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: cluster 2023-11-08T02:30:23.939303+0000 mgr.smithi148.cvefzo (mgr.14180) 427 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 218 B/s rd, 0 op/s 2023-11-08T02:30:26.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: audit 2023-11-08T02:30:24.696533+0000 mon.smithi148 (mon.0) 789 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:30:26.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: audit 2023-11-08T02:30:24.830364+0000 mon.smithi148 (mon.0) 790 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:30:26.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:25 smithi153 bash[28288]: cluster 2023-11-08T02:30:24.941271+0000 mon.smithi148 (mon.0) 791 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:30:26.928 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:30:27.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:26 smithi148 bash[24200]: audit 2023-11-08T02:30:25.175408+0000 mgr.smithi148.cvefzo (mgr.14180) 428 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:27.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:26 smithi153 bash[28288]: audit 2023-11-08T02:30:25.175408+0000 mgr.smithi148.cvefzo (mgr.14180) 428 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:28.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:27 smithi148 bash[24200]: cluster 2023-11-08T02:30:25.940432+0000 mgr.smithi148.cvefzo (mgr.14180) 429 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:30:28.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:27 smithi153 bash[28288]: cluster 2023-11-08T02:30:25.940432+0000 mgr.smithi148.cvefzo (mgr.14180) 429 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:30:30.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:29 smithi148 bash[24200]: cluster 2023-11-08T02:30:27.941107+0000 mgr.smithi148.cvefzo (mgr.14180) 430 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:30:30.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:29 smithi153 bash[28288]: cluster 2023-11-08T02:30:27.941107+0000 mgr.smithi148.cvefzo (mgr.14180) 430 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:30:30.318 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:30:30.318 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:19.682047Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\nDeploy daemon haproxy.nfs.foo.smithi153.nxaopb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.930700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lfkasp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\nDeploy daemon haproxy.nfs.foo.smithi148.lfkasp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.934835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.dslfmy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:30:31.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:30:32.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:31 smithi148 bash[24200]: cluster 2023-11-08T02:30:29.941969+0000 mgr.smithi148.cvefzo (mgr.14180) 431 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:30:32.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:31 smithi148 bash[24200]: audit 2023-11-08T02:30:30.307079+0000 mgr.smithi148.cvefzo (mgr.14180) 432 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:32.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:31 smithi153 bash[28288]: cluster 2023-11-08T02:30:29.941969+0000 mgr.smithi148.cvefzo (mgr.14180) 431 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:30:32.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:31 smithi153 bash[28288]: audit 2023-11-08T02:30:30.307079+0000 mgr.smithi148.cvefzo (mgr.14180) 432 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:32.160 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:30:33.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:33 smithi148 bash[24200]: cluster 2023-11-08T02:30:31.943144+0000 mgr.smithi148.cvefzo (mgr.14180) 433 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:30:34.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:33 smithi153 bash[28288]: cluster 2023-11-08T02:30:31.943144+0000 mgr.smithi148.cvefzo (mgr.14180) 433 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:30:35.270 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:30:35.271 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:19.682047Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\nDeploy daemon haproxy.nfs.foo.smithi153.nxaopb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.930700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lfkasp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\nDeploy daemon haproxy.nfs.foo.smithi148.lfkasp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.934835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.dslfmy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:30:36.018 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:35 smithi148 bash[24200]: cluster 2023-11-08T02:30:33.943887+0000 mgr.smithi148.cvefzo (mgr.14180) 434 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:30:36.019 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:30:36.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:35 smithi153 bash[28288]: cluster 2023-11-08T02:30:33.943887+0000 mgr.smithi148.cvefzo (mgr.14180) 434 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:30:37.021 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:30:37.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:36 smithi148 bash[24200]: audit 2023-11-08T02:30:35.263974+0000 mgr.smithi148.cvefzo (mgr.14180) 435 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:37.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:36 smithi153 bash[28288]: audit 2023-11-08T02:30:35.263974+0000 mgr.smithi148.cvefzo (mgr.14180) 435 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:38.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:37 smithi148 bash[24200]: cluster 2023-11-08T02:30:35.944994+0000 mgr.smithi148.cvefzo (mgr.14180) 436 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:38.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:37 smithi153 bash[28288]: cluster 2023-11-08T02:30:35.944994+0000 mgr.smithi148.cvefzo (mgr.14180) 436 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:40.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:39 smithi148 bash[24200]: cluster 2023-11-08T02:30:37.945717+0000 mgr.smithi148.cvefzo (mgr.14180) 437 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:30:40.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:39 smithi153 bash[28288]: cluster 2023-11-08T02:30:37.945717+0000 mgr.smithi148.cvefzo (mgr.14180) 437 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:30:40.213 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:30:40.214 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:19.682047Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\nDeploy daemon haproxy.nfs.foo.smithi153.nxaopb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.930700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lfkasp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\nDeploy daemon haproxy.nfs.foo.smithi148.lfkasp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.934835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.dslfmy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:30:40.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:30:41.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:40 smithi153 bash[28288]: audit 2023-11-08T02:30:39.830068+0000 mon.smithi148 (mon.0) 792 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:30:41.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:40 smithi148 bash[24200]: audit 2023-11-08T02:30:39.830068+0000 mon.smithi148 (mon.0) 792 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:30:41.903 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:30:42.097 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:41 smithi148 bash[24200]: cluster 2023-11-08T02:30:39.946639+0000 mgr.smithi148.cvefzo (mgr.14180) 438 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:42.098 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:41 smithi148 bash[24200]: audit 2023-11-08T02:30:40.205066+0000 mgr.smithi148.cvefzo (mgr.14180) 439 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:42.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:41 smithi153 bash[28288]: cluster 2023-11-08T02:30:39.946639+0000 mgr.smithi148.cvefzo (mgr.14180) 438 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:42.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:41 smithi153 bash[28288]: audit 2023-11-08T02:30:40.205066+0000 mgr.smithi148.cvefzo (mgr.14180) 439 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:44.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:43 smithi153 bash[28288]: cluster 2023-11-08T02:30:41.947706+0000 mgr.smithi148.cvefzo (mgr.14180) 440 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:44.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:43 smithi148 bash[24200]: cluster 2023-11-08T02:30:41.947706+0000 mgr.smithi148.cvefzo (mgr.14180) 440 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:45.025 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:30:45.026 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:19.682047Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\nDeploy daemon haproxy.nfs.foo.smithi153.nxaopb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.930700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lfkasp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\nDeploy daemon haproxy.nfs.foo.smithi148.lfkasp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.934835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.dslfmy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:30:45.774 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:30:46.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:45 smithi148 bash[24200]: cluster 2023-11-08T02:30:43.948894+0000 mgr.smithi148.cvefzo (mgr.14180) 441 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:46.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:45 smithi153 bash[28288]: cluster 2023-11-08T02:30:43.948894+0000 mgr.smithi148.cvefzo (mgr.14180) 441 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:46.774 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:30:47.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:46 smithi153 bash[28288]: audit 2023-11-08T02:30:45.012907+0000 mgr.smithi148.cvefzo (mgr.14180) 442 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:47.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:46 smithi148 bash[24200]: audit 2023-11-08T02:30:45.012907+0000 mgr.smithi148.cvefzo (mgr.14180) 442 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:48.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:47 smithi153 bash[28288]: cluster 2023-11-08T02:30:45.949930+0000 mgr.smithi148.cvefzo (mgr.14180) 443 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:48.189 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:47 smithi148 bash[24200]: cluster 2023-11-08T02:30:45.949930+0000 mgr.smithi148.cvefzo (mgr.14180) 443 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:50.002 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:30:50.002 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:19.682047Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\nDeploy daemon haproxy.nfs.foo.smithi153.nxaopb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.930700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lfkasp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\nDeploy daemon haproxy.nfs.foo.smithi148.lfkasp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.934835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.dslfmy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:30:50.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:49 smithi153 bash[28288]: cluster 2023-11-08T02:30:47.951072+0000 mgr.smithi148.cvefzo (mgr.14180) 444 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:30:50.180 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:49 smithi148 bash[24200]: cluster 2023-11-08T02:30:47.951072+0000 mgr.smithi148.cvefzo (mgr.14180) 444 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:30:50.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:30:51.744 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:30:52.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:51 smithi148 bash[24200]: cluster 2023-11-08T02:30:49.952165+0000 mgr.smithi148.cvefzo (mgr.14180) 445 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:52.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:51 smithi148 bash[24200]: audit 2023-11-08T02:30:49.992363+0000 mgr.smithi148.cvefzo (mgr.14180) 446 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:52.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:51 smithi153 bash[28288]: cluster 2023-11-08T02:30:49.952165+0000 mgr.smithi148.cvefzo (mgr.14180) 445 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:52.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:51 smithi153 bash[28288]: audit 2023-11-08T02:30:49.992363+0000 mgr.smithi148.cvefzo (mgr.14180) 446 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:54.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:53 smithi153 bash[28288]: cluster 2023-11-08T02:30:51.953276+0000 mgr.smithi148.cvefzo (mgr.14180) 447 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:54.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:53 smithi148 bash[24200]: cluster 2023-11-08T02:30:51.953276+0000 mgr.smithi148.cvefzo (mgr.14180) 447 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:54.744 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:30:54.745 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:19.682047Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\nDeploy daemon haproxy.nfs.foo.smithi153.nxaopb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.930700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lfkasp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\nDeploy daemon haproxy.nfs.foo.smithi148.lfkasp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.934835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.dslfmy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:30:55.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:30:56.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:55 smithi153 bash[28288]: cluster 2023-11-08T02:30:53.954635+0000 mgr.smithi148.cvefzo (mgr.14180) 448 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:56.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:55 smithi153 bash[28288]: audit 2023-11-08T02:30:54.740354+0000 mgr.smithi148.cvefzo (mgr.14180) 449 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:56.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:55 smithi148 bash[24200]: cluster 2023-11-08T02:30:53.954635+0000 mgr.smithi148.cvefzo (mgr.14180) 448 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:56.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:55 smithi148 bash[24200]: audit 2023-11-08T02:30:54.740354+0000 mgr.smithi148.cvefzo (mgr.14180) 449 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:30:56.499 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:30:58.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:57 smithi153 bash[28288]: cluster 2023-11-08T02:30:55.955647+0000 mgr.smithi148.cvefzo (mgr.14180) 450 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:58.297 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:57 smithi148 bash[24200]: cluster 2023-11-08T02:30:55.955647+0000 mgr.smithi148.cvefzo (mgr.14180) 450 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:30:59.710 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:30:59.710 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:19.682047Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\nDeploy daemon haproxy.nfs.foo.smithi153.nxaopb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.930700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lfkasp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\nDeploy daemon haproxy.nfs.foo.smithi148.lfkasp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.934835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.dslfmy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:31:00.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:30:59 smithi148 bash[24200]: cluster 2023-11-08T02:30:57.956452+0000 mgr.smithi148.cvefzo (mgr.14180) 451 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:31:00.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:30:59 smithi153 bash[28288]: cluster 2023-11-08T02:30:57.956452+0000 mgr.smithi148.cvefzo (mgr.14180) 451 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:31:00.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:31:01.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:00 smithi148 bash[24200]: audit 2023-11-08T02:30:59.698090+0000 mgr.smithi148.cvefzo (mgr.14180) 452 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:01.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:00 smithi153 bash[28288]: audit 2023-11-08T02:30:59.698090+0000 mgr.smithi148.cvefzo (mgr.14180) 452 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:01.442 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:31:02.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:01 smithi148 bash[24200]: cluster 2023-11-08T02:30:59.957150+0000 mgr.smithi148.cvefzo (mgr.14180) 453 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:02.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:01 smithi153 bash[28288]: cluster 2023-11-08T02:30:59.957150+0000 mgr.smithi148.cvefzo (mgr.14180) 453 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:03.321 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:03 smithi148 bash[24200]: cluster 2023-11-08T02:31:01.958289+0000 mgr.smithi148.cvefzo (mgr.14180) 454 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:03.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:03 smithi153 bash[28288]: cluster 2023-11-08T02:31:01.958289+0000 mgr.smithi148.cvefzo (mgr.14180) 454 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:04.618 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:31:04.619 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:19.682047Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\nDeploy daemon haproxy.nfs.foo.smithi153.nxaopb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.930700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lfkasp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\nDeploy daemon haproxy.nfs.foo.smithi148.lfkasp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.934835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.dslfmy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:31:05.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:05 smithi148 bash[24200]: cluster 2023-11-08T02:31:03.959548+0000 mgr.smithi148.cvefzo (mgr.14180) 455 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:05.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:05 smithi148 bash[24200]: audit 2023-11-08T02:31:04.613964+0000 mgr.smithi148.cvefzo (mgr.14180) 456 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:05.401 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:31:05.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:05 smithi153 bash[28288]: cluster 2023-11-08T02:31:03.959548+0000 mgr.smithi148.cvefzo (mgr.14180) 455 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:05.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:05 smithi153 bash[28288]: audit 2023-11-08T02:31:04.613964+0000 mgr.smithi148.cvefzo (mgr.14180) 456 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:06.402 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:31:07.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:07 smithi153 bash[28288]: cluster 2023-11-08T02:31:05.960741+0000 mgr.smithi148.cvefzo (mgr.14180) 457 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:07.412 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:07 smithi148 bash[24200]: cluster 2023-11-08T02:31:05.960741+0000 mgr.smithi148.cvefzo (mgr.14180) 457 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:09.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:09 smithi153 bash[28288]: cluster 2023-11-08T02:31:07.961609+0000 mgr.smithi148.cvefzo (mgr.14180) 458 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:31:09.477 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:31:09.477 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:19.682047Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\nDeploy daemon haproxy.nfs.foo.smithi153.nxaopb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.930700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lfkasp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\nDeploy daemon haproxy.nfs.foo.smithi148.lfkasp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.934835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.dslfmy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:31:09.507 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:09 smithi148 bash[24200]: cluster 2023-11-08T02:31:07.961609+0000 mgr.smithi148.cvefzo (mgr.14180) 458 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:31:10.228 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:31:10.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:10 smithi153 bash[28288]: audit 2023-11-08T02:31:09.471823+0000 mgr.smithi148.cvefzo (mgr.14180) 459 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:10.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:10 smithi148 bash[24200]: audit 2023-11-08T02:31:09.471823+0000 mgr.smithi148.cvefzo (mgr.14180) 459 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:11.229 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:31:11.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:11 smithi153 bash[28288]: cluster 2023-11-08T02:31:09.962860+0000 mgr.smithi148.cvefzo (mgr.14180) 460 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:11.428 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:11 smithi148 bash[24200]: cluster 2023-11-08T02:31:09.962860+0000 mgr.smithi148.cvefzo (mgr.14180) 460 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:13.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:13 smithi153 bash[28288]: cluster 2023-11-08T02:31:11.964005+0000 mgr.smithi148.cvefzo (mgr.14180) 461 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:13.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:13 smithi148 bash[24200]: cluster 2023-11-08T02:31:11.964005+0000 mgr.smithi148.cvefzo (mgr.14180) 461 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:14.505 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:31:14.505 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:19.682047Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\nDeploy daemon haproxy.nfs.foo.smithi153.nxaopb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.930700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lfkasp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\nDeploy daemon haproxy.nfs.foo.smithi148.lfkasp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.934835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.dslfmy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:31:15.263 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:31:15.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:15 smithi153 bash[28288]: cluster 2023-11-08T02:31:13.965245+0000 mgr.smithi148.cvefzo (mgr.14180) 462 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:15.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:15 smithi153 bash[28288]: audit 2023-11-08T02:31:14.496122+0000 mgr.smithi148.cvefzo (mgr.14180) 463 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:15.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:15 smithi148 bash[24200]: cluster 2023-11-08T02:31:13.965245+0000 mgr.smithi148.cvefzo (mgr.14180) 462 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:15.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:15 smithi148 bash[24200]: audit 2023-11-08T02:31:14.496122+0000 mgr.smithi148.cvefzo (mgr.14180) 463 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:16.265 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:31:17.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:17 smithi153 bash[28288]: cluster 2023-11-08T02:31:15.966416+0000 mgr.smithi148.cvefzo (mgr.14180) 464 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:17.413 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:17 smithi148 bash[24200]: cluster 2023-11-08T02:31:15.966416+0000 mgr.smithi148.cvefzo (mgr.14180) 464 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:19.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:19 smithi153 bash[28288]: cluster 2023-11-08T02:31:17.967050+0000 mgr.smithi148.cvefzo (mgr.14180) 465 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:31:19.453 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:31:19.454 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:19.682047Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\nDeploy daemon haproxy.nfs.foo.smithi153.nxaopb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.930700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lfkasp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\nDeploy daemon haproxy.nfs.foo.smithi148.lfkasp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.934835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.dslfmy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:31:19.478 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:19 smithi148 bash[24200]: cluster 2023-11-08T02:31:17.967050+0000 mgr.smithi148.cvefzo (mgr.14180) 465 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:31:20.198 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:31:20.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:20 smithi153 bash[28288]: audit 2023-11-08T02:31:19.448874+0000 mgr.smithi148.cvefzo (mgr.14180) 466 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:20.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:20 smithi148 bash[24200]: audit 2023-11-08T02:31:19.448874+0000 mgr.smithi148.cvefzo (mgr.14180) 466 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:21.199 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:31:21.401 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:21 smithi148 bash[24200]: cluster 2023-11-08T02:31:19.967659+0000 mgr.smithi148.cvefzo (mgr.14180) 467 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:21.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:21 smithi153 bash[28288]: cluster 2023-11-08T02:31:19.967659+0000 mgr.smithi148.cvefzo (mgr.14180) 467 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:23.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:23 smithi153 bash[28288]: cluster 2023-11-08T02:31:21.968851+0000 mgr.smithi148.cvefzo (mgr.14180) 468 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:23.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:23 smithi148 bash[24200]: cluster 2023-11-08T02:31:21.968851+0000 mgr.smithi148.cvefzo (mgr.14180) 468 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:24.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:24 smithi148 bash[24200]: audit 2023-11-08T02:31:23.942275+0000 mon.smithi148 (mon.0) 793 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:31:24.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:24 smithi153 bash[28288]: audit 2023-11-08T02:31:23.942275+0000 mon.smithi148 (mon.0) 793 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:31:24.407 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:31:24.408 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:29:08.537230Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qjmosu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:19.682047Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\nDeploy daemon haproxy.nfs.foo.smithi153.nxaopb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.930700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lfkasp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\nDeploy daemon haproxy.nfs.foo.smithi148.lfkasp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.934835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.dslfmy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:31:25.173 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:31:25.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:25 smithi148 bash[24200]: cluster 2023-11-08T02:31:23.970275+0000 mgr.smithi148.cvefzo (mgr.14180) 469 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:25.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:25 smithi148 bash[24200]: audit 2023-11-08T02:31:24.212071+0000 mon.smithi148 (mon.0) 794 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:31:25.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:25 smithi148 bash[24200]: audit 2023-11-08T02:31:24.396040+0000 mgr.smithi148.cvefzo (mgr.14180) 470 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:25.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:25 smithi148 bash[24200]: audit 2023-11-08T02:31:24.504747+0000 mon.smithi148 (mon.0) 795 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:31:25.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:25 smithi148 bash[24200]: audit 2023-11-08T02:31:24.506037+0000 mon.smithi148 (mon.0) 796 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:31:25.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:25 smithi148 bash[24200]: audit 2023-11-08T02:31:24.514127+0000 mon.smithi148 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:31:25.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:25 smithi148 bash[24200]: cluster 2023-11-08T02:31:24.514936+0000 mgr.smithi148.cvefzo (mgr.14180) 471 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-08T02:31:25.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:25 smithi148 bash[24200]: audit 2023-11-08T02:31:24.519952+0000 mon.smithi148 (mon.0) 798 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:31:25.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:25 smithi148 bash[24200]: audit 2023-11-08T02:31:24.535205+0000 mon.smithi148 (mon.0) 799 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:31:25.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:25 smithi148 bash[24200]: cephadm 2023-11-08T02:31:24.539151+0000 mgr.smithi148.cvefzo (mgr.14180) 472 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.noudsp on smithi153 2023-11-08T02:31:25.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:25 smithi153 bash[28288]: cluster 2023-11-08T02:31:23.970275+0000 mgr.smithi148.cvefzo (mgr.14180) 469 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:25.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:25 smithi153 bash[28288]: audit 2023-11-08T02:31:24.212071+0000 mon.smithi148 (mon.0) 794 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:31:25.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:25 smithi153 bash[28288]: audit 2023-11-08T02:31:24.396040+0000 mgr.smithi148.cvefzo (mgr.14180) 470 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:25.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:25 smithi153 bash[28288]: audit 2023-11-08T02:31:24.504747+0000 mon.smithi148 (mon.0) 795 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:31:25.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:25 smithi153 bash[28288]: audit 2023-11-08T02:31:24.506037+0000 mon.smithi148 (mon.0) 796 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:31:25.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:25 smithi153 bash[28288]: audit 2023-11-08T02:31:24.514127+0000 mon.smithi148 (mon.0) 797 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:31:25.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:25 smithi153 bash[28288]: cluster 2023-11-08T02:31:24.514936+0000 mgr.smithi148.cvefzo (mgr.14180) 471 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-08T02:31:25.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:25 smithi153 bash[28288]: audit 2023-11-08T02:31:24.519952+0000 mon.smithi148 (mon.0) 798 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:31:25.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:25 smithi153 bash[28288]: audit 2023-11-08T02:31:24.535205+0000 mon.smithi148 (mon.0) 799 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:31:25.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:25 smithi153 bash[28288]: cephadm 2023-11-08T02:31:24.539151+0000 mgr.smithi148.cvefzo (mgr.14180) 472 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.noudsp on smithi153 2023-11-08T02:31:26.174 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:31:26.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:26 smithi148 bash[24200]: cluster 2023-11-08T02:31:25.510822+0000 mon.smithi148 (mon.0) 800 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:31:26.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:26 smithi148 bash[24200]: cluster 2023-11-08T02:31:25.510897+0000 mon.smithi148 (mon.0) 801 : cluster [INF] Cluster is now healthy 2023-11-08T02:31:26.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:26 smithi153 bash[28288]: cluster 2023-11-08T02:31:25.510822+0000 mon.smithi148 (mon.0) 800 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:31:26.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:26 smithi153 bash[28288]: cluster 2023-11-08T02:31:25.510897+0000 mon.smithi148 (mon.0) 801 : cluster [INF] Cluster is now healthy 2023-11-08T02:31:27.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:27 smithi148 bash[24200]: cluster 2023-11-08T02:31:26.515793+0000 mgr.smithi148.cvefzo (mgr.14180) 473 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-08T02:31:27.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:27 smithi153 bash[28288]: cluster 2023-11-08T02:31:26.515793+0000 mgr.smithi148.cvefzo (mgr.14180) 473 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-08T02:31:28.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:28 smithi153 bash[28288]: audit 2023-11-08T02:31:28.398196+0000 mon.smithi148 (mon.0) 802 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.noudsp"}]: dispatch 2023-11-08T02:31:28.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:28 smithi148 bash[24200]: audit 2023-11-08T02:31:28.398196+0000 mon.smithi148 (mon.0) 802 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.noudsp"}]: dispatch 2023-11-08T02:31:29.287 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:31:29.288 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:30:19.682047Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.nxaopb on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-nxaopb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.nxaopb\nDeploy daemon haproxy.nfs.foo.smithi153.nxaopb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.930700Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lfkasp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lfkasp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lfkasp\nDeploy daemon haproxy.nfs.foo.smithi148.lfkasp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:30:23.934835Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.dslfmy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:28.399564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\nDeploy daemon haproxy.nfs.foo.smithi153.noudsp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:31:29.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: cephadm 2023-11-08T02:31:28.396805+0000 mgr.smithi148.cvefzo (mgr.14180) 474 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp 2023-11-08T02:31:29.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:31:29.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp 2023-11-08T02:31:29.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp 2023-11-08T02:31:29.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:31:29.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp 2023-11-08T02:31:29.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.noudsp ... 2023-11-08T02:31:29.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:29.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:31:29.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:31:29.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:31:29.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:29.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:31:29.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:31:29.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:31:29.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:31:29.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:31:29.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp 2023-11-08T02:31:29.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:31:29.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp 2023-11-08T02:31:29.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp 2023-11-08T02:31:29.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:31:29.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp 2023-11-08T02:31:29.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.noudsp ... 2023-11-08T02:31:29.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:29.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:31:29.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:31:29.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:31:29.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:29.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: cephadm 2023-11-08T02:31:28.397382+0000 mgr.smithi148.cvefzo (mgr.14180) 475 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.noudsp 2023-11-08T02:31:29.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: cephadm 2023-11-08T02:31:28.399810+0000 mgr.smithi148.cvefzo (mgr.14180) 476 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp 2023-11-08T02:31:29.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:31:29.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp 2023-11-08T02:31:29.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp 2023-11-08T02:31:29.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:31:29.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp 2023-11-08T02:31:29.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.noudsp ... 2023-11-08T02:31:29.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:29.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:31:29.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:31:29.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:31:29.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:29.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: cephadm 2023-11-08T02:31:28.404273+0000 mgr.smithi148.cvefzo (mgr.14180) 477 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.mnvoki on smithi148 2023-11-08T02:31:29.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:29 smithi148 bash[24200]: cluster 2023-11-08T02:31:28.516793+0000 mgr.smithi148.cvefzo (mgr.14180) 478 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-08T02:31:29.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: cephadm 2023-11-08T02:31:28.396805+0000 mgr.smithi148.cvefzo (mgr.14180) 474 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp 2023-11-08T02:31:29.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:31:29.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp 2023-11-08T02:31:29.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp 2023-11-08T02:31:29.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:31:29.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp 2023-11-08T02:31:29.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.noudsp ... 2023-11-08T02:31:29.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:29.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:31:29.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:31:29.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:31:29.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:29.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:31:29.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:31:29.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:31:29.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:31:29.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:31:29.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp 2023-11-08T02:31:29.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:31:29.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp 2023-11-08T02:31:29.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp 2023-11-08T02:31:29.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:31:29.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp 2023-11-08T02:31:29.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.noudsp ... 2023-11-08T02:31:29.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:29.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:31:29.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:31:29.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:31:29.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:29.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: cephadm 2023-11-08T02:31:28.397382+0000 mgr.smithi148.cvefzo (mgr.14180) 475 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.noudsp 2023-11-08T02:31:29.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: cephadm 2023-11-08T02:31:28.399810+0000 mgr.smithi148.cvefzo (mgr.14180) 476 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp 2023-11-08T02:31:29.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:31:29.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp 2023-11-08T02:31:29.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp 2023-11-08T02:31:29.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:31:29.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp 2023-11-08T02:31:29.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.noudsp ... 2023-11-08T02:31:29.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:29.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:31:29.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:31:29.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:31:29.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:29.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: cephadm 2023-11-08T02:31:28.404273+0000 mgr.smithi148.cvefzo (mgr.14180) 477 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.mnvoki on smithi148 2023-11-08T02:31:29.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:29 smithi153 bash[28288]: cluster 2023-11-08T02:31:28.516793+0000 mgr.smithi148.cvefzo (mgr.14180) 478 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-08T02:31:30.126 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:31:30.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:30 smithi148 bash[24200]: audit 2023-11-08T02:31:29.277508+0000 mgr.smithi148.cvefzo (mgr.14180) 479 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:30.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:30 smithi153 bash[28288]: audit 2023-11-08T02:31:29.277508+0000 mgr.smithi148.cvefzo (mgr.14180) 479 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:31.128 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:31:31.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:31 smithi148 bash[24200]: cluster 2023-11-08T02:31:30.517599+0000 mgr.smithi148.cvefzo (mgr.14180) 480 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-08T02:31:31.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:31 smithi153 bash[28288]: cluster 2023-11-08T02:31:30.517599+0000 mgr.smithi148.cvefzo (mgr.14180) 480 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-08T02:31:33.343 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: cephadm 2023-11-08T02:31:32.347145+0000 mgr.smithi148.cvefzo (mgr.14180) 481 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki 2023-11-08T02:31:33.343 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:31:33.344 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki 2023-11-08T02:31:33.344 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki 2023-11-08T02:31:33.345 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:31:33.345 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki 2023-11-08T02:31:33.345 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.mnvoki ... 2023-11-08T02:31:33.346 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:33.346 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:31:33.346 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:31:33.347 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:31:33.347 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:33.347 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:31:33.348 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:31:33.348 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:31:33.349 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:31:33.349 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:31:33.349 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki 2023-11-08T02:31:33.350 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:31:33.350 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki 2023-11-08T02:31:33.350 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki 2023-11-08T02:31:33.350 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:31:33.350 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki 2023-11-08T02:31:33.351 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.mnvoki ... 2023-11-08T02:31:33.351 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:33.351 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:31:33.351 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:31:33.351 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:31:33.352 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:33.352 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: cephadm 2023-11-08T02:31:32.347548+0000 mgr.smithi148.cvefzo (mgr.14180) 482 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.mnvoki 2023-11-08T02:31:33.352 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: audit 2023-11-08T02:31:32.348104+0000 mon.smithi148 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.mnvoki"}]: dispatch 2023-11-08T02:31:33.352 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: cephadm 2023-11-08T02:31:32.349087+0000 mgr.smithi148.cvefzo (mgr.14180) 483 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.mnvoki on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki 2023-11-08T02:31:33.352 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:31:33.353 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki 2023-11-08T02:31:33.353 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki 2023-11-08T02:31:33.353 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:31:33.353 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki 2023-11-08T02:31:33.353 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.mnvoki ... 2023-11-08T02:31:33.354 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:33.354 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:31:33.354 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:31:33.354 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:31:33.355 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:33.355 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: cephadm 2023-11-08T02:31:32.351453+0000 mgr.smithi148.cvefzo (mgr.14180) 484 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.edozxi on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:31:33.355 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: cephadm 2023-11-08T02:31:32.353209+0000 mgr.smithi148.cvefzo (mgr.14180) 485 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:31:33.355 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:33 smithi148 bash[24200]: cluster 2023-11-08T02:31:32.354470+0000 mgr.smithi148.cvefzo (mgr.14180) 486 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-08T02:31:33.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: cephadm 2023-11-08T02:31:32.347145+0000 mgr.smithi148.cvefzo (mgr.14180) 481 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki 2023-11-08T02:31:33.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:31:33.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki 2023-11-08T02:31:33.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki 2023-11-08T02:31:33.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:31:33.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki 2023-11-08T02:31:33.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.mnvoki ... 2023-11-08T02:31:33.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:33.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:31:33.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:31:33.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:31:33.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:33.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:31:33.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:31:33.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:31:33.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:31:33.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:31:33.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki 2023-11-08T02:31:33.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:31:33.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki 2023-11-08T02:31:33.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki 2023-11-08T02:31:33.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:31:33.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki 2023-11-08T02:31:33.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.mnvoki ... 2023-11-08T02:31:33.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:33.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:31:33.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:31:33.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:31:33.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:33.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: cephadm 2023-11-08T02:31:32.347548+0000 mgr.smithi148.cvefzo (mgr.14180) 482 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.mnvoki 2023-11-08T02:31:33.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: audit 2023-11-08T02:31:32.348104+0000 mon.smithi148 (mon.0) 803 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.mnvoki"}]: dispatch 2023-11-08T02:31:33.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: cephadm 2023-11-08T02:31:32.349087+0000 mgr.smithi148.cvefzo (mgr.14180) 483 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.mnvoki on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki 2023-11-08T02:31:33.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:31:33.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki 2023-11-08T02:31:33.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki 2023-11-08T02:31:33.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:31:33.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki 2023-11-08T02:31:33.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.mnvoki ... 2023-11-08T02:31:33.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:33.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:31:33.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:31:33.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:31:33.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:31:33.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: cephadm 2023-11-08T02:31:32.351453+0000 mgr.smithi148.cvefzo (mgr.14180) 484 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.edozxi on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:31:33.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: cephadm 2023-11-08T02:31:32.353209+0000 mgr.smithi148.cvefzo (mgr.14180) 485 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:31:33.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:33 smithi153 bash[28288]: cluster 2023-11-08T02:31:32.354470+0000 mgr.smithi148.cvefzo (mgr.14180) 486 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-08T02:31:34.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:34 smithi153 bash[28288]: cluster 2023-11-08T02:31:33.066752+0000 mon.smithi148 (mon.0) 804 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:31:34.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:34 smithi148 bash[24200]: cluster 2023-11-08T02:31:33.066752+0000 mon.smithi148 (mon.0) 804 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:31:34.664 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:31:34.664 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:28.399564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\nDeploy daemon haproxy.nfs.foo.smithi153.noudsp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.348933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mnvoki on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\nDeploy daemon haproxy.nfs.foo.smithi148.mnvoki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.351342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.edozxi on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:31:35.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:31:36.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:35 smithi148 bash[24200]: cluster 2023-11-08T02:31:34.355662+0000 mgr.smithi148.cvefzo (mgr.14180) 487 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-08T02:31:36.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:35 smithi148 bash[24200]: audit 2023-11-08T02:31:34.655720+0000 mgr.smithi148.cvefzo (mgr.14180) 488 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:36.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:35 smithi148 bash[24200]: audit 2023-11-08T02:31:34.741933+0000 mon.smithi148 (mon.0) 805 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:31:36.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:35 smithi153 bash[28288]: cluster 2023-11-08T02:31:34.355662+0000 mgr.smithi148.cvefzo (mgr.14180) 487 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-08T02:31:36.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:35 smithi153 bash[28288]: audit 2023-11-08T02:31:34.655720+0000 mgr.smithi148.cvefzo (mgr.14180) 488 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:36.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:35 smithi153 bash[28288]: audit 2023-11-08T02:31:34.741933+0000 mon.smithi148 (mon.0) 805 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:31:36.426 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:31:37.900 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:37 smithi148 bash[24200]: cluster 2023-11-08T02:31:36.356784+0000 mgr.smithi148.cvefzo (mgr.14180) 489 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-08T02:31:38.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:37 smithi153 bash[28288]: cluster 2023-11-08T02:31:36.356784+0000 mgr.smithi148.cvefzo (mgr.14180) 489 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-08T02:31:39.706 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:31:39.707 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:28.399564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\nDeploy daemon haproxy.nfs.foo.smithi153.noudsp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.348933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mnvoki on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\nDeploy daemon haproxy.nfs.foo.smithi148.mnvoki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.351342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.edozxi on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:31:40.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:39 smithi148 bash[24200]: cluster 2023-11-08T02:31:38.358192+0000 mgr.smithi148.cvefzo (mgr.14180) 490 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2023-11-08T02:31:40.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:39 smithi153 bash[28288]: cluster 2023-11-08T02:31:38.358192+0000 mgr.smithi148.cvefzo (mgr.14180) 490 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 345 B/s rd, 0 op/s 2023-11-08T02:31:40.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:31:41.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:40 smithi148 bash[24200]: audit 2023-11-08T02:31:39.695457+0000 mgr.smithi148.cvefzo (mgr.14180) 491 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:41.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:40 smithi153 bash[28288]: audit 2023-11-08T02:31:39.695457+0000 mgr.smithi148.cvefzo (mgr.14180) 491 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:41.467 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:31:42.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:41 smithi148 bash[24200]: cluster 2023-11-08T02:31:40.359393+0000 mgr.smithi148.cvefzo (mgr.14180) 492 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-08T02:31:42.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:41 smithi153 bash[28288]: cluster 2023-11-08T02:31:40.359393+0000 mgr.smithi148.cvefzo (mgr.14180) 492 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-08T02:31:43.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:43 smithi148 bash[24200]: cluster 2023-11-08T02:31:42.360601+0000 mgr.smithi148.cvefzo (mgr.14180) 493 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-08T02:31:43.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:43 smithi153 bash[28288]: cluster 2023-11-08T02:31:42.360601+0000 mgr.smithi148.cvefzo (mgr.14180) 493 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2023-11-08T02:31:44.952 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:31:44.952 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:28.399564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\nDeploy daemon haproxy.nfs.foo.smithi153.noudsp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.348933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mnvoki on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\nDeploy daemon haproxy.nfs.foo.smithi148.mnvoki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.351342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.edozxi on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:31:45.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:45 smithi148 bash[24200]: cluster 2023-11-08T02:31:44.361801+0000 mgr.smithi148.cvefzo (mgr.14180) 494 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:45.710 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:31:45.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:45 smithi153 bash[28288]: cluster 2023-11-08T02:31:44.361801+0000 mgr.smithi148.cvefzo (mgr.14180) 494 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:46.711 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:31:46.725 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:46 smithi148 bash[24200]: audit 2023-11-08T02:31:44.942186+0000 mgr.smithi148.cvefzo (mgr.14180) 495 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:46.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:46 smithi153 bash[28288]: audit 2023-11-08T02:31:44.942186+0000 mgr.smithi148.cvefzo (mgr.14180) 495 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:47.773 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:47 smithi148 bash[24200]: cluster 2023-11-08T02:31:46.362920+0000 mgr.smithi148.cvefzo (mgr.14180) 496 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:47.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:47 smithi153 bash[28288]: cluster 2023-11-08T02:31:46.362920+0000 mgr.smithi148.cvefzo (mgr.14180) 496 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:49.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:49 smithi148 bash[24200]: cluster 2023-11-08T02:31:48.364074+0000 mgr.smithi148.cvefzo (mgr.14180) 497 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:31:49.819 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:31:49.819 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:28.399564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\nDeploy daemon haproxy.nfs.foo.smithi153.noudsp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.348933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mnvoki on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\nDeploy daemon haproxy.nfs.foo.smithi148.mnvoki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.351342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.edozxi on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:31:49.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:49 smithi153 bash[28288]: cluster 2023-11-08T02:31:48.364074+0000 mgr.smithi148.cvefzo (mgr.14180) 497 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:31:50.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:31:50.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:50 smithi148 bash[24200]: audit 2023-11-08T02:31:49.810480+0000 mgr.smithi148.cvefzo (mgr.14180) 498 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:50.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:50 smithi153 bash[28288]: audit 2023-11-08T02:31:49.810480+0000 mgr.smithi148.cvefzo (mgr.14180) 498 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:51.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:51 smithi148 bash[24200]: cluster 2023-11-08T02:31:50.365286+0000 mgr.smithi148.cvefzo (mgr.14180) 499 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:51.542 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:31:51.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:51 smithi153 bash[28288]: cluster 2023-11-08T02:31:50.365286+0000 mgr.smithi148.cvefzo (mgr.14180) 499 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:53.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:53 smithi153 bash[28288]: cluster 2023-11-08T02:31:52.366297+0000 mgr.smithi148.cvefzo (mgr.14180) 500 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:53.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:53 smithi148 bash[24200]: cluster 2023-11-08T02:31:52.366297+0000 mgr.smithi148.cvefzo (mgr.14180) 500 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:54.925 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:31:54.925 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:28.399564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\nDeploy daemon haproxy.nfs.foo.smithi153.noudsp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.348933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mnvoki on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\nDeploy daemon haproxy.nfs.foo.smithi148.mnvoki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.351342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.edozxi on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:31:55.632 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:31:55.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:55 smithi148 bash[24200]: cluster 2023-11-08T02:31:54.367324+0000 mgr.smithi148.cvefzo (mgr.14180) 501 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:55.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:55 smithi153 bash[28288]: cluster 2023-11-08T02:31:54.367324+0000 mgr.smithi148.cvefzo (mgr.14180) 501 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:56.633 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:31:56.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:56 smithi148 bash[24200]: audit 2023-11-08T02:31:54.916625+0000 mgr.smithi148.cvefzo (mgr.14180) 502 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:56.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:56 smithi153 bash[28288]: audit 2023-11-08T02:31:54.916625+0000 mgr.smithi148.cvefzo (mgr.14180) 502 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:31:57.758 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:57 smithi148 bash[24200]: cluster 2023-11-08T02:31:56.368391+0000 mgr.smithi148.cvefzo (mgr.14180) 503 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:57.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:57 smithi153 bash[28288]: cluster 2023-11-08T02:31:56.368391+0000 mgr.smithi148.cvefzo (mgr.14180) 503 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:31:59.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:31:59 smithi148 bash[24200]: cluster 2023-11-08T02:31:58.369410+0000 mgr.smithi148.cvefzo (mgr.14180) 504 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:31:59.782 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:31:59.782 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:28.399564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\nDeploy daemon haproxy.nfs.foo.smithi153.noudsp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.348933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mnvoki on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\nDeploy daemon haproxy.nfs.foo.smithi148.mnvoki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.351342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.edozxi on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:31:59.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:31:59 smithi153 bash[28288]: cluster 2023-11-08T02:31:58.369410+0000 mgr.smithi148.cvefzo (mgr.14180) 504 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:32:00.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:32:00.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:00 smithi148 bash[24200]: audit 2023-11-08T02:31:59.771423+0000 mgr.smithi148.cvefzo (mgr.14180) 505 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:00.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:00 smithi153 bash[28288]: audit 2023-11-08T02:31:59.771423+0000 mgr.smithi148.cvefzo (mgr.14180) 505 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:01.523 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:32:01.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:01 smithi148 bash[24200]: cluster 2023-11-08T02:32:00.370604+0000 mgr.smithi148.cvefzo (mgr.14180) 506 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:01.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:01 smithi153 bash[28288]: cluster 2023-11-08T02:32:00.370604+0000 mgr.smithi148.cvefzo (mgr.14180) 506 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:03.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:03 smithi148 bash[24200]: cluster 2023-11-08T02:32:02.371766+0000 mgr.smithi148.cvefzo (mgr.14180) 507 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:03.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:03 smithi153 bash[28288]: cluster 2023-11-08T02:32:02.371766+0000 mgr.smithi148.cvefzo (mgr.14180) 507 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:04.930 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:32:04.930 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:28.399564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\nDeploy daemon haproxy.nfs.foo.smithi153.noudsp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.348933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mnvoki on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\nDeploy daemon haproxy.nfs.foo.smithi148.mnvoki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.351342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.edozxi on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:32:05.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:32:05.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:05 smithi148 bash[24200]: cluster 2023-11-08T02:32:04.372995+0000 mgr.smithi148.cvefzo (mgr.14180) 508 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:05.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:05 smithi153 bash[28288]: cluster 2023-11-08T02:32:04.372995+0000 mgr.smithi148.cvefzo (mgr.14180) 508 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:06.674 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:32:06.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:06 smithi148 bash[24200]: audit 2023-11-08T02:32:04.919169+0000 mgr.smithi148.cvefzo (mgr.14180) 509 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:06.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:06 smithi153 bash[28288]: audit 2023-11-08T02:32:04.919169+0000 mgr.smithi148.cvefzo (mgr.14180) 509 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:07.762 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:07 smithi148 bash[24200]: cluster 2023-11-08T02:32:06.374012+0000 mgr.smithi148.cvefzo (mgr.14180) 510 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:07.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:07 smithi153 bash[28288]: cluster 2023-11-08T02:32:06.374012+0000 mgr.smithi148.cvefzo (mgr.14180) 510 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:09.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:09 smithi148 bash[24200]: cluster 2023-11-08T02:32:08.375255+0000 mgr.smithi148.cvefzo (mgr.14180) 511 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:32:09.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:09 smithi153 bash[28288]: cluster 2023-11-08T02:32:08.375255+0000 mgr.smithi148.cvefzo (mgr.14180) 511 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:32:09.991 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:32:09.992 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:28.399564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\nDeploy daemon haproxy.nfs.foo.smithi153.noudsp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.348933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mnvoki on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\nDeploy daemon haproxy.nfs.foo.smithi148.mnvoki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.351342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.edozxi on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:32:10.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:32:11.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:11 smithi148 bash[24200]: audit 2023-11-08T02:32:09.981759+0000 mgr.smithi148.cvefzo (mgr.14180) 512 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:11.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:11 smithi148 bash[24200]: cluster 2023-11-08T02:32:10.376484+0000 mgr.smithi148.cvefzo (mgr.14180) 513 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:11.785 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:32:11.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:11 smithi153 bash[28288]: audit 2023-11-08T02:32:09.981759+0000 mgr.smithi148.cvefzo (mgr.14180) 512 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:11.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:11 smithi153 bash[28288]: cluster 2023-11-08T02:32:10.376484+0000 mgr.smithi148.cvefzo (mgr.14180) 513 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:13.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:13 smithi153 bash[28288]: cluster 2023-11-08T02:32:12.377648+0000 mgr.smithi148.cvefzo (mgr.14180) 514 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:13.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:13 smithi148 bash[24200]: cluster 2023-11-08T02:32:12.377648+0000 mgr.smithi148.cvefzo (mgr.14180) 514 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:15.053 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:32:15.054 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:28.399564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\nDeploy daemon haproxy.nfs.foo.smithi153.noudsp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.348933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mnvoki on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\nDeploy daemon haproxy.nfs.foo.smithi148.mnvoki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.351342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.edozxi on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:32:15.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:15 smithi148 bash[24200]: cluster 2023-11-08T02:32:14.378927+0000 mgr.smithi148.cvefzo (mgr.14180) 515 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:15.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:32:15.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:15 smithi153 bash[28288]: cluster 2023-11-08T02:32:14.378927+0000 mgr.smithi148.cvefzo (mgr.14180) 515 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:16.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:16 smithi148 bash[24200]: audit 2023-11-08T02:32:15.041781+0000 mgr.smithi148.cvefzo (mgr.14180) 516 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:16.809 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:32:16.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:16 smithi153 bash[28288]: audit 2023-11-08T02:32:15.041781+0000 mgr.smithi148.cvefzo (mgr.14180) 516 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:17.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:17 smithi148 bash[24200]: cluster 2023-11-08T02:32:16.379940+0000 mgr.smithi148.cvefzo (mgr.14180) 517 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:17.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:17 smithi153 bash[28288]: cluster 2023-11-08T02:32:16.379940+0000 mgr.smithi148.cvefzo (mgr.14180) 517 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:19.702 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:19 smithi148 bash[24200]: cluster 2023-11-08T02:32:18.381177+0000 mgr.smithi148.cvefzo (mgr.14180) 518 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:32:19.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:19 smithi153 bash[28288]: cluster 2023-11-08T02:32:18.381177+0000 mgr.smithi148.cvefzo (mgr.14180) 518 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:32:20.077 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:32:20.077 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:28.399564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\nDeploy daemon haproxy.nfs.foo.smithi153.noudsp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.348933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mnvoki on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\nDeploy daemon haproxy.nfs.foo.smithi148.mnvoki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.351342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.edozxi on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:32:20.817 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:32:21.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:21 smithi148 bash[24200]: audit 2023-11-08T02:32:20.072950+0000 mgr.smithi148.cvefzo (mgr.14180) 519 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:21.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:21 smithi148 bash[24200]: cluster 2023-11-08T02:32:20.382399+0000 mgr.smithi148.cvefzo (mgr.14180) 520 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:21.818 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:32:21.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:21 smithi153 bash[28288]: audit 2023-11-08T02:32:20.072950+0000 mgr.smithi148.cvefzo (mgr.14180) 519 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:21.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:21 smithi153 bash[28288]: cluster 2023-11-08T02:32:20.382399+0000 mgr.smithi148.cvefzo (mgr.14180) 520 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:23.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:23 smithi153 bash[28288]: cluster 2023-11-08T02:32:22.383273+0000 mgr.smithi148.cvefzo (mgr.14180) 521 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:23.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:23 smithi148 bash[24200]: cluster 2023-11-08T02:32:22.383273+0000 mgr.smithi148.cvefzo (mgr.14180) 521 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:24.997 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:32:24.997 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:28.399564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\nDeploy daemon haproxy.nfs.foo.smithi153.noudsp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.348933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mnvoki on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\nDeploy daemon haproxy.nfs.foo.smithi148.mnvoki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.351342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.edozxi on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:32:25.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:25 smithi148 bash[24200]: cluster 2023-11-08T02:32:24.384468+0000 mgr.smithi148.cvefzo (mgr.14180) 522 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:25.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:32:25.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:25 smithi153 bash[28288]: cluster 2023-11-08T02:32:24.384468+0000 mgr.smithi148.cvefzo (mgr.14180) 522 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:26.754 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:32:26.765 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:26 smithi148 bash[24200]: audit 2023-11-08T02:32:24.992757+0000 mgr.smithi148.cvefzo (mgr.14180) 523 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:26.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:26 smithi153 bash[28288]: audit 2023-11-08T02:32:24.992757+0000 mgr.smithi148.cvefzo (mgr.14180) 523 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:27.774 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:27 smithi148 bash[24200]: cluster 2023-11-08T02:32:26.385557+0000 mgr.smithi148.cvefzo (mgr.14180) 524 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:27.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:27 smithi153 bash[28288]: cluster 2023-11-08T02:32:26.385557+0000 mgr.smithi148.cvefzo (mgr.14180) 524 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:29.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:29 smithi148 bash[24200]: cluster 2023-11-08T02:32:28.386402+0000 mgr.smithi148.cvefzo (mgr.14180) 525 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:32:29.894 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:32:29.895 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:28.399564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\nDeploy daemon haproxy.nfs.foo.smithi153.noudsp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.348933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mnvoki on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\nDeploy daemon haproxy.nfs.foo.smithi148.mnvoki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.351342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.edozxi on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:32:29.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:29 smithi153 bash[28288]: cluster 2023-11-08T02:32:28.386402+0000 mgr.smithi148.cvefzo (mgr.14180) 525 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:32:30.631 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:32:30.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:30 smithi148 bash[24200]: audit 2023-11-08T02:32:29.886689+0000 mgr.smithi148.cvefzo (mgr.14180) 526 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:30.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:30 smithi153 bash[28288]: audit 2023-11-08T02:32:29.886689+0000 mgr.smithi148.cvefzo (mgr.14180) 526 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:31.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:31 smithi148 bash[24200]: cluster 2023-11-08T02:32:30.387470+0000 mgr.smithi148.cvefzo (mgr.14180) 527 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:31.632 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:32:31.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:31 smithi153 bash[28288]: cluster 2023-11-08T02:32:30.387470+0000 mgr.smithi148.cvefzo (mgr.14180) 527 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:33.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:33 smithi153 bash[28288]: audit 2023-11-08T02:32:32.356880+0000 mon.smithi148 (mon.0) 806 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:32:33.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:33 smithi153 bash[28288]: cluster 2023-11-08T02:32:32.388400+0000 mgr.smithi148.cvefzo (mgr.14180) 528 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:33.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:33 smithi153 bash[28288]: audit 2023-11-08T02:32:32.663211+0000 mon.smithi148 (mon.0) 807 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:32:33.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:33 smithi153 bash[28288]: audit 2023-11-08T02:32:32.664967+0000 mon.smithi148 (mon.0) 808 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:32:33.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:33 smithi153 bash[28288]: audit 2023-11-08T02:32:32.672132+0000 mon.smithi148 (mon.0) 809 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:32:33.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:33 smithi153 bash[28288]: cluster 2023-11-08T02:32:32.672677+0000 mgr.smithi148.cvefzo (mgr.14180) 529 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:32:33.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:33 smithi153 bash[28288]: audit 2023-11-08T02:32:32.679666+0000 mon.smithi148 (mon.0) 810 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:32:33.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:33 smithi153 bash[28288]: audit 2023-11-08T02:32:32.690464+0000 mon.smithi148 (mon.0) 811 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:32:33.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:33 smithi153 bash[28288]: cephadm 2023-11-08T02:32:32.693768+0000 mgr.smithi148.cvefzo (mgr.14180) 530 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.yvjsxq on smithi153 2023-11-08T02:32:33.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:33 smithi148 bash[24200]: audit 2023-11-08T02:32:32.356880+0000 mon.smithi148 (mon.0) 806 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:32:33.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:33 smithi148 bash[24200]: cluster 2023-11-08T02:32:32.388400+0000 mgr.smithi148.cvefzo (mgr.14180) 528 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:33.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:33 smithi148 bash[24200]: audit 2023-11-08T02:32:32.663211+0000 mon.smithi148 (mon.0) 807 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:32:33.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:33 smithi148 bash[24200]: audit 2023-11-08T02:32:32.664967+0000 mon.smithi148 (mon.0) 808 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:32:33.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:33 smithi148 bash[24200]: audit 2023-11-08T02:32:32.672132+0000 mon.smithi148 (mon.0) 809 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:32:33.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:33 smithi148 bash[24200]: cluster 2023-11-08T02:32:32.672677+0000 mgr.smithi148.cvefzo (mgr.14180) 529 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:32:33.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:33 smithi148 bash[24200]: audit 2023-11-08T02:32:32.679666+0000 mon.smithi148 (mon.0) 810 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:32:33.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:33 smithi148 bash[24200]: audit 2023-11-08T02:32:32.690464+0000 mon.smithi148 (mon.0) 811 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:32:33.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:33 smithi148 bash[24200]: cephadm 2023-11-08T02:32:32.693768+0000 mgr.smithi148.cvefzo (mgr.14180) 530 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.yvjsxq on smithi153 2023-11-08T02:32:34.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:34 smithi153 bash[28288]: cluster 2023-11-08T02:32:33.087127+0000 mon.smithi148 (mon.0) 812 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:32:34.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:34 smithi153 bash[28288]: cluster 2023-11-08T02:32:33.087192+0000 mon.smithi148 (mon.0) 813 : cluster [INF] Cluster is now healthy 2023-11-08T02:32:34.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:34 smithi148 bash[24200]: cluster 2023-11-08T02:32:33.087127+0000 mon.smithi148 (mon.0) 812 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:32:34.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:34 smithi148 bash[24200]: cluster 2023-11-08T02:32:33.087192+0000 mon.smithi148 (mon.0) 813 : cluster [INF] Cluster is now healthy 2023-11-08T02:32:35.012 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:32:35.012 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:30:23.938516Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ufitwj on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:28.399564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\nDeploy daemon haproxy.nfs.foo.smithi153.noudsp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.348933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mnvoki on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\nDeploy daemon haproxy.nfs.foo.smithi148.mnvoki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.351342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.edozxi on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:32:35.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:35 smithi153 bash[28288]: cluster 2023-11-08T02:32:34.673332+0000 mgr.smithi148.cvefzo (mgr.14180) 531 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:32:35.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:35 smithi148 bash[24200]: cluster 2023-11-08T02:32:34.673332+0000 mgr.smithi148.cvefzo (mgr.14180) 531 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:32:35.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:32:36.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:36 smithi153 bash[28288]: audit 2023-11-08T02:32:35.008075+0000 mgr.smithi148.cvefzo (mgr.14180) 532 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:36.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:36 smithi148 bash[24200]: audit 2023-11-08T02:32:35.008075+0000 mgr.smithi148.cvefzo (mgr.14180) 532 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:36.754 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:32:37.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: cephadm 2023-11-08T02:32:36.570643+0000 mgr.smithi148.cvefzo (mgr.14180) 533 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq 2023-11-08T02:32:37.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:32:37.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq 2023-11-08T02:32:37.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq 2023-11-08T02:32:37.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:32:37.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq 2023-11-08T02:32:37.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.yvjsxq ... 2023-11-08T02:32:37.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:37.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:32:37.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:32:37.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:32:37.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:37.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:32:37.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:32:37.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:32:37.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:32:37.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:32:37.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq 2023-11-08T02:32:37.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:32:37.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq 2023-11-08T02:32:37.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq 2023-11-08T02:32:37.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:32:37.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq 2023-11-08T02:32:37.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.yvjsxq ... 2023-11-08T02:32:37.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:37.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:32:37.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:32:37.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:32:37.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:37.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: cephadm 2023-11-08T02:32:36.571141+0000 mgr.smithi148.cvefzo (mgr.14180) 534 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.yvjsxq 2023-11-08T02:32:37.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: audit 2023-11-08T02:32:36.571677+0000 mon.smithi148 (mon.0) 814 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.yvjsxq"}]: dispatch 2023-11-08T02:32:37.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: cephadm 2023-11-08T02:32:36.573329+0000 mgr.smithi148.cvefzo (mgr.14180) 535 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.yvjsxq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq 2023-11-08T02:32:37.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:32:37.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq 2023-11-08T02:32:37.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq 2023-11-08T02:32:37.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:32:37.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq 2023-11-08T02:32:37.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.yvjsxq ... 2023-11-08T02:32:37.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:37.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:32:37.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:32:37.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:32:37.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:37.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: cephadm 2023-11-08T02:32:36.577782+0000 mgr.smithi148.cvefzo (mgr.14180) 536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.utyods on smithi148 2023-11-08T02:32:37.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:37 smithi148 bash[24200]: cluster 2023-11-08T02:32:36.674164+0000 mgr.smithi148.cvefzo (mgr.14180) 537 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:32:37.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: cephadm 2023-11-08T02:32:36.570643+0000 mgr.smithi148.cvefzo (mgr.14180) 533 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq 2023-11-08T02:32:37.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:32:37.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq 2023-11-08T02:32:37.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq 2023-11-08T02:32:37.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:32:37.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq 2023-11-08T02:32:37.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.yvjsxq ... 2023-11-08T02:32:37.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:37.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:32:37.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:32:37.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:32:37.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:37.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:32:37.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:32:37.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:32:37.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:32:37.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:32:37.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq 2023-11-08T02:32:37.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:32:37.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq 2023-11-08T02:32:37.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq 2023-11-08T02:32:37.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:32:37.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq 2023-11-08T02:32:37.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.yvjsxq ... 2023-11-08T02:32:37.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:37.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:32:37.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:32:37.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:32:37.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:37.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: cephadm 2023-11-08T02:32:36.571141+0000 mgr.smithi148.cvefzo (mgr.14180) 534 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.yvjsxq 2023-11-08T02:32:37.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: audit 2023-11-08T02:32:36.571677+0000 mon.smithi148 (mon.0) 814 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.yvjsxq"}]: dispatch 2023-11-08T02:32:37.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: cephadm 2023-11-08T02:32:36.573329+0000 mgr.smithi148.cvefzo (mgr.14180) 535 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.yvjsxq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq 2023-11-08T02:32:37.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:32:37.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq 2023-11-08T02:32:37.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq 2023-11-08T02:32:37.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:32:37.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq 2023-11-08T02:32:37.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.yvjsxq ... 2023-11-08T02:32:37.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:37.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:32:37.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:32:37.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:32:37.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:37.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: cephadm 2023-11-08T02:32:36.577782+0000 mgr.smithi148.cvefzo (mgr.14180) 536 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.utyods on smithi148 2023-11-08T02:32:37.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:37 smithi153 bash[28288]: cluster 2023-11-08T02:32:36.674164+0000 mgr.smithi148.cvefzo (mgr.14180) 537 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:32:39.937 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:39 smithi148 bash[24200]: cluster 2023-11-08T02:32:38.675160+0000 mgr.smithi148.cvefzo (mgr.14180) 538 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:32:40.104 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:32:40.104 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:31:28.399564Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noudsp on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noudsp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noudsp\nDeploy daemon haproxy.nfs.foo.smithi153.noudsp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.348933Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mnvoki on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mnvoki\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mnvoki\nDeploy daemon haproxy.nfs.foo.smithi148.mnvoki ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:31:32.351342Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.edozxi on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:36.573051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.yvjsxq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\nDeploy daemon haproxy.nfs.foo.smithi153.yvjsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:32:40.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:39 smithi153 bash[28288]: cluster 2023-11-08T02:32:38.675160+0000 mgr.smithi148.cvefzo (mgr.14180) 538 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:32:41.003 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:32:41.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:40 smithi153 bash[28288]: audit 2023-11-08T02:32:39.839511+0000 mon.smithi148 (mon.0) 815 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:32:41.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:40 smithi153 bash[28288]: audit 2023-11-08T02:32:40.396503+0000 mon.smithi148 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.utyods"}]: dispatch 2023-11-08T02:32:41.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:40 smithi148 bash[24200]: audit 2023-11-08T02:32:39.839511+0000 mon.smithi148 (mon.0) 815 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:32:41.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:40 smithi148 bash[24200]: audit 2023-11-08T02:32:40.396503+0000 mon.smithi148 (mon.0) 816 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.utyods"}]: dispatch 2023-11-08T02:32:42.004 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:32:42.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: audit 2023-11-08T02:32:40.095052+0000 mgr.smithi148.cvefzo (mgr.14180) 539 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:42.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: cephadm 2023-11-08T02:32:40.395298+0000 mgr.smithi148.cvefzo (mgr.14180) 540 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods 2023-11-08T02:32:42.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:32:42.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods 2023-11-08T02:32:42.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods 2023-11-08T02:32:42.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:32:42.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods 2023-11-08T02:32:42.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.utyods ... 2023-11-08T02:32:42.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:42.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:32:42.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:32:42.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:32:42.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:42.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:32:42.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:32:42.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:32:42.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:32:42.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:32:42.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods 2023-11-08T02:32:42.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:32:42.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods 2023-11-08T02:32:42.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods 2023-11-08T02:32:42.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:32:42.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods 2023-11-08T02:32:42.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.utyods ... 2023-11-08T02:32:42.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:42.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:32:42.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:32:42.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:32:42.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:42.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: cephadm 2023-11-08T02:32:40.395818+0000 mgr.smithi148.cvefzo (mgr.14180) 541 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.utyods 2023-11-08T02:32:42.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: cephadm 2023-11-08T02:32:40.397821+0000 mgr.smithi148.cvefzo (mgr.14180) 542 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.utyods on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods 2023-11-08T02:32:42.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:32:42.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods 2023-11-08T02:32:42.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods 2023-11-08T02:32:42.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:32:42.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods 2023-11-08T02:32:42.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.utyods ... 2023-11-08T02:32:42.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:42.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:32:42.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:32:42.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:32:42.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:42.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: cephadm 2023-11-08T02:32:40.401171+0000 mgr.smithi148.cvefzo (mgr.14180) 543 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.nkyyyq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:32:42.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: cephadm 2023-11-08T02:32:40.403039+0000 mgr.smithi148.cvefzo (mgr.14180) 544 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:32:42.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: cluster 2023-11-08T02:32:40.404044+0000 mgr.smithi148.cvefzo (mgr.14180) 545 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-08T02:32:42.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:41 smithi153 bash[28288]: cluster 2023-11-08T02:32:40.836122+0000 mon.smithi148 (mon.0) 817 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:32:42.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: audit 2023-11-08T02:32:40.095052+0000 mgr.smithi148.cvefzo (mgr.14180) 539 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:42.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: cephadm 2023-11-08T02:32:40.395298+0000 mgr.smithi148.cvefzo (mgr.14180) 540 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods 2023-11-08T02:32:42.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:32:42.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods 2023-11-08T02:32:42.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods 2023-11-08T02:32:42.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:32:42.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods 2023-11-08T02:32:42.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.utyods ... 2023-11-08T02:32:42.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:42.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:32:42.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:32:42.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:32:42.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:42.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:32:42.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:32:42.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:32:42.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:32:42.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:32:42.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods 2023-11-08T02:32:42.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:32:42.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods 2023-11-08T02:32:42.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods 2023-11-08T02:32:42.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:32:42.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods 2023-11-08T02:32:42.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.utyods ... 2023-11-08T02:32:42.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:42.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:32:42.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:32:42.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:32:42.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:42.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: cephadm 2023-11-08T02:32:40.395818+0000 mgr.smithi148.cvefzo (mgr.14180) 541 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.utyods 2023-11-08T02:32:42.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: cephadm 2023-11-08T02:32:40.397821+0000 mgr.smithi148.cvefzo (mgr.14180) 542 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.utyods on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods 2023-11-08T02:32:42.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:32:42.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods 2023-11-08T02:32:42.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods 2023-11-08T02:32:42.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:32:42.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods 2023-11-08T02:32:42.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.utyods ... 2023-11-08T02:32:42.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:42.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:32:42.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:32:42.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:32:42.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:32:42.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: cephadm 2023-11-08T02:32:40.401171+0000 mgr.smithi148.cvefzo (mgr.14180) 543 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.nkyyyq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:32:42.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: cephadm 2023-11-08T02:32:40.403039+0000 mgr.smithi148.cvefzo (mgr.14180) 544 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:32:42.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: cluster 2023-11-08T02:32:40.404044+0000 mgr.smithi148.cvefzo (mgr.14180) 545 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-08T02:32:42.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:41 smithi148 bash[24200]: cluster 2023-11-08T02:32:40.836122+0000 mon.smithi148 (mon.0) 817 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:32:43.251 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:43 smithi148 bash[24200]: cluster 2023-11-08T02:32:42.405124+0000 mgr.smithi148.cvefzo (mgr.14180) 546 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-08T02:32:43.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:43 smithi153 bash[28288]: cluster 2023-11-08T02:32:42.405124+0000 mgr.smithi148.cvefzo (mgr.14180) 546 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-08T02:32:45.131 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:32:45.132 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:36.573051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.yvjsxq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\nDeploy daemon haproxy.nfs.foo.smithi153.yvjsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.397646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.utyods on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\nDeploy daemon haproxy.nfs.foo.smithi148.utyods ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.401006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.nkyyyq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:32:45.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:32:46.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:45 smithi153 bash[28288]: cluster 2023-11-08T02:32:44.406312+0000 mgr.smithi148.cvefzo (mgr.14180) 547 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-08T02:32:46.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:45 smithi153 bash[28288]: audit 2023-11-08T02:32:44.787872+0000 mon.smithi148 (mon.0) 818 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:32:46.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:45 smithi148 bash[24200]: cluster 2023-11-08T02:32:44.406312+0000 mgr.smithi148.cvefzo (mgr.14180) 547 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-08T02:32:46.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:45 smithi148 bash[24200]: audit 2023-11-08T02:32:44.787872+0000 mon.smithi148 (mon.0) 818 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:32:46.853 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:32:47.049 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:46 smithi148 bash[24200]: audit 2023-11-08T02:32:45.126610+0000 mgr.smithi148.cvefzo (mgr.14180) 548 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:47.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:46 smithi153 bash[28288]: audit 2023-11-08T02:32:45.126610+0000 mgr.smithi148.cvefzo (mgr.14180) 548 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:48.116 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:47 smithi148 bash[24200]: cluster 2023-11-08T02:32:46.407334+0000 mgr.smithi148.cvefzo (mgr.14180) 549 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-08T02:32:48.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:47 smithi153 bash[28288]: cluster 2023-11-08T02:32:46.407334+0000 mgr.smithi148.cvefzo (mgr.14180) 549 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-08T02:32:50.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:49 smithi148 bash[24200]: cluster 2023-11-08T02:32:48.408107+0000 mgr.smithi148.cvefzo (mgr.14180) 550 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2023-11-08T02:32:50.112 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:32:50.113 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:36.573051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.yvjsxq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\nDeploy daemon haproxy.nfs.foo.smithi153.yvjsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.397646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.utyods on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\nDeploy daemon haproxy.nfs.foo.smithi148.utyods ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.401006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.nkyyyq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:32:50.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:49 smithi153 bash[28288]: cluster 2023-11-08T02:32:48.408107+0000 mgr.smithi148.cvefzo (mgr.14180) 550 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2023-11-08T02:32:50.912 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:32:51.913 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:32:52.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:51 smithi153 bash[28288]: audit 2023-11-08T02:32:50.103655+0000 mgr.smithi148.cvefzo (mgr.14180) 551 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:52.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:51 smithi153 bash[28288]: cluster 2023-11-08T02:32:50.408880+0000 mgr.smithi148.cvefzo (mgr.14180) 552 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-08T02:32:52.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:51 smithi148 bash[24200]: audit 2023-11-08T02:32:50.103655+0000 mgr.smithi148.cvefzo (mgr.14180) 551 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:52.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:51 smithi148 bash[24200]: cluster 2023-11-08T02:32:50.408880+0000 mgr.smithi148.cvefzo (mgr.14180) 552 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-08T02:32:53.235 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:53 smithi148 bash[24200]: cluster 2023-11-08T02:32:52.410061+0000 mgr.smithi148.cvefzo (mgr.14180) 553 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:53.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:53 smithi153 bash[28288]: cluster 2023-11-08T02:32:52.410061+0000 mgr.smithi148.cvefzo (mgr.14180) 553 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:54.989 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:32:54.989 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:36.573051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.yvjsxq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\nDeploy daemon haproxy.nfs.foo.smithi153.yvjsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.397646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.utyods on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\nDeploy daemon haproxy.nfs.foo.smithi148.utyods ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.401006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.nkyyyq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:32:55.742 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:32:56.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:55 smithi148 bash[24200]: cluster 2023-11-08T02:32:54.411368+0000 mgr.smithi148.cvefzo (mgr.14180) 554 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:56.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:55 smithi148 bash[24200]: audit 2023-11-08T02:32:54.838820+0000 mon.smithi148 (mon.0) 819 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:32:56.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:55 smithi153 bash[28288]: cluster 2023-11-08T02:32:54.411368+0000 mgr.smithi148.cvefzo (mgr.14180) 554 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:56.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:55 smithi153 bash[28288]: audit 2023-11-08T02:32:54.838820+0000 mon.smithi148 (mon.0) 819 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:32:56.744 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:32:57.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:56 smithi148 bash[24200]: audit 2023-11-08T02:32:54.980038+0000 mgr.smithi148.cvefzo (mgr.14180) 555 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:57.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:56 smithi153 bash[28288]: audit 2023-11-08T02:32:54.980038+0000 mgr.smithi148.cvefzo (mgr.14180) 555 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:32:58.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:57 smithi153 bash[28288]: cluster 2023-11-08T02:32:56.412488+0000 mgr.smithi148.cvefzo (mgr.14180) 556 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:58.169 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:57 smithi148 bash[24200]: cluster 2023-11-08T02:32:56.412488+0000 mgr.smithi148.cvefzo (mgr.14180) 556 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:32:59.983 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:32:59.983 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:36.573051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.yvjsxq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\nDeploy daemon haproxy.nfs.foo.smithi153.yvjsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.397646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.utyods on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\nDeploy daemon haproxy.nfs.foo.smithi148.utyods ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.401006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.nkyyyq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:33:00.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:32:59 smithi153 bash[28288]: cluster 2023-11-08T02:32:58.413685+0000 mgr.smithi148.cvefzo (mgr.14180) 557 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:33:00.219 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:32:59 smithi148 bash[24200]: cluster 2023-11-08T02:32:58.413685+0000 mgr.smithi148.cvefzo (mgr.14180) 557 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:33:00.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:33:01.777 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:33:02.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:01 smithi153 bash[28288]: audit 2023-11-08T02:32:59.974039+0000 mgr.smithi148.cvefzo (mgr.14180) 558 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:02.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:01 smithi153 bash[28288]: cluster 2023-11-08T02:33:00.415457+0000 mgr.smithi148.cvefzo (mgr.14180) 559 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:02.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:01 smithi148 bash[24200]: audit 2023-11-08T02:32:59.974039+0000 mgr.smithi148.cvefzo (mgr.14180) 558 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:02.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:01 smithi148 bash[24200]: cluster 2023-11-08T02:33:00.415457+0000 mgr.smithi148.cvefzo (mgr.14180) 559 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:03.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:03 smithi148 bash[24200]: cluster 2023-11-08T02:33:02.416688+0000 mgr.smithi148.cvefzo (mgr.14180) 560 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:03.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:03 smithi153 bash[28288]: cluster 2023-11-08T02:33:02.416688+0000 mgr.smithi148.cvefzo (mgr.14180) 560 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:05.161 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:33:05.161 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:36.573051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.yvjsxq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\nDeploy daemon haproxy.nfs.foo.smithi153.yvjsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.397646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.utyods on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\nDeploy daemon haproxy.nfs.foo.smithi148.utyods ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.401006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.nkyyyq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:33:05.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:05 smithi148 bash[24200]: cluster 2023-11-08T02:33:04.417792+0000 mgr.smithi148.cvefzo (mgr.14180) 561 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:05.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:33:05.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:05 smithi153 bash[28288]: cluster 2023-11-08T02:33:04.417792+0000 mgr.smithi148.cvefzo (mgr.14180) 561 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:06.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:06 smithi148 bash[24200]: audit 2023-11-08T02:33:05.156990+0000 mgr.smithi148.cvefzo (mgr.14180) 562 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:06.869 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:33:06.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:06 smithi153 bash[28288]: audit 2023-11-08T02:33:05.156990+0000 mgr.smithi148.cvefzo (mgr.14180) 562 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:07.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:07 smithi148 bash[24200]: cluster 2023-11-08T02:33:06.419074+0000 mgr.smithi148.cvefzo (mgr.14180) 563 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:07.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:07 smithi153 bash[28288]: cluster 2023-11-08T02:33:06.419074+0000 mgr.smithi148.cvefzo (mgr.14180) 563 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:09.742 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:09 smithi148 bash[24200]: cluster 2023-11-08T02:33:08.420385+0000 mgr.smithi148.cvefzo (mgr.14180) 564 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:33:09.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:09 smithi153 bash[28288]: cluster 2023-11-08T02:33:08.420385+0000 mgr.smithi148.cvefzo (mgr.14180) 564 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:33:10.206 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:33:10.206 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:36.573051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.yvjsxq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\nDeploy daemon haproxy.nfs.foo.smithi153.yvjsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.397646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.utyods on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\nDeploy daemon haproxy.nfs.foo.smithi148.utyods ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.401006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.nkyyyq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:33:10.980 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:33:11.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:11 smithi148 bash[24200]: audit 2023-11-08T02:33:10.197559+0000 mgr.smithi148.cvefzo (mgr.14180) 565 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:11.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:11 smithi148 bash[24200]: cluster 2023-11-08T02:33:10.421569+0000 mgr.smithi148.cvefzo (mgr.14180) 566 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:11.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:11 smithi153 bash[28288]: audit 2023-11-08T02:33:10.197559+0000 mgr.smithi148.cvefzo (mgr.14180) 565 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:11.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:11 smithi153 bash[28288]: cluster 2023-11-08T02:33:10.421569+0000 mgr.smithi148.cvefzo (mgr.14180) 566 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:11.981 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:33:13.379 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:13 smithi148 bash[24200]: cluster 2023-11-08T02:33:12.422900+0000 mgr.smithi148.cvefzo (mgr.14180) 567 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:13.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:13 smithi153 bash[28288]: cluster 2023-11-08T02:33:12.422900+0000 mgr.smithi148.cvefzo (mgr.14180) 567 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:15.390 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:33:15.390 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:36.573051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.yvjsxq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\nDeploy daemon haproxy.nfs.foo.smithi153.yvjsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.397646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.utyods on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\nDeploy daemon haproxy.nfs.foo.smithi148.utyods ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.401006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.nkyyyq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:33:15.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:15 smithi148 bash[24200]: cluster 2023-11-08T02:33:14.423928+0000 mgr.smithi148.cvefzo (mgr.14180) 568 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:15.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:15 smithi153 bash[28288]: cluster 2023-11-08T02:33:14.423928+0000 mgr.smithi148.cvefzo (mgr.14180) 568 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:16.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:33:16.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:16 smithi148 bash[24200]: audit 2023-11-08T02:33:15.385864+0000 mgr.smithi148.cvefzo (mgr.14180) 569 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:16.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:16 smithi153 bash[28288]: audit 2023-11-08T02:33:15.385864+0000 mgr.smithi148.cvefzo (mgr.14180) 569 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:17.251 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:33:17.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:17 smithi148 bash[24200]: cluster 2023-11-08T02:33:16.425158+0000 mgr.smithi148.cvefzo (mgr.14180) 570 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:17.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:17 smithi153 bash[28288]: cluster 2023-11-08T02:33:16.425158+0000 mgr.smithi148.cvefzo (mgr.14180) 570 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:19.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:19 smithi148 bash[24200]: cluster 2023-11-08T02:33:18.425971+0000 mgr.smithi148.cvefzo (mgr.14180) 571 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:33:19.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:19 smithi153 bash[28288]: cluster 2023-11-08T02:33:18.425971+0000 mgr.smithi148.cvefzo (mgr.14180) 571 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:33:20.637 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:33:20.637 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:36.573051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.yvjsxq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\nDeploy daemon haproxy.nfs.foo.smithi153.yvjsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.397646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.utyods on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\nDeploy daemon haproxy.nfs.foo.smithi148.utyods ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.401006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.nkyyyq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:33:21.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:33:21.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:21 smithi148 bash[24200]: cluster 2023-11-08T02:33:20.426750+0000 mgr.smithi148.cvefzo (mgr.14180) 572 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:21.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:21 smithi148 bash[24200]: audit 2023-11-08T02:33:20.626736+0000 mgr.smithi148.cvefzo (mgr.14180) 573 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:21.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:21 smithi153 bash[28288]: cluster 2023-11-08T02:33:20.426750+0000 mgr.smithi148.cvefzo (mgr.14180) 572 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:21.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:21 smithi153 bash[28288]: audit 2023-11-08T02:33:20.626736+0000 mgr.smithi148.cvefzo (mgr.14180) 573 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:22.493 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:33:23.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:23 smithi153 bash[28288]: cluster 2023-11-08T02:33:22.427929+0000 mgr.smithi148.cvefzo (mgr.14180) 574 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:23.522 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:23 smithi148 bash[24200]: cluster 2023-11-08T02:33:22.427929+0000 mgr.smithi148.cvefzo (mgr.14180) 574 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:25.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:25 smithi148 bash[24200]: cluster 2023-11-08T02:33:24.428926+0000 mgr.smithi148.cvefzo (mgr.14180) 575 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:25.802 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:33:25.803 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:36.573051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.yvjsxq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\nDeploy daemon haproxy.nfs.foo.smithi153.yvjsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.397646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.utyods on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\nDeploy daemon haproxy.nfs.foo.smithi148.utyods ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.401006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.nkyyyq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:33:25.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:25 smithi153 bash[28288]: cluster 2023-11-08T02:33:24.428926+0000 mgr.smithi148.cvefzo (mgr.14180) 575 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:26.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:33:26.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:26 smithi148 bash[24200]: audit 2023-11-08T02:33:25.794982+0000 mgr.smithi148.cvefzo (mgr.14180) 576 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:26.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:26 smithi153 bash[28288]: audit 2023-11-08T02:33:25.794982+0000 mgr.smithi148.cvefzo (mgr.14180) 576 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:27.606 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:33:27.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:27 smithi148 bash[24200]: cluster 2023-11-08T02:33:26.430061+0000 mgr.smithi148.cvefzo (mgr.14180) 577 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:27.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:27 smithi153 bash[28288]: cluster 2023-11-08T02:33:26.430061+0000 mgr.smithi148.cvefzo (mgr.14180) 577 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:29.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:29 smithi148 bash[24200]: cluster 2023-11-08T02:33:28.431313+0000 mgr.smithi148.cvefzo (mgr.14180) 578 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:33:29.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:29 smithi153 bash[28288]: cluster 2023-11-08T02:33:28.431313+0000 mgr.smithi148.cvefzo (mgr.14180) 578 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:33:30.995 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:33:30.996 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:36.573051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.yvjsxq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\nDeploy daemon haproxy.nfs.foo.smithi153.yvjsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.397646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.utyods on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\nDeploy daemon haproxy.nfs.foo.smithi148.utyods ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.401006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.nkyyyq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:33:31.774 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:31 smithi148 bash[24200]: cluster 2023-11-08T02:33:30.432406+0000 mgr.smithi148.cvefzo (mgr.14180) 579 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:31.775 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:33:31.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:31 smithi153 bash[28288]: cluster 2023-11-08T02:33:30.432406+0000 mgr.smithi148.cvefzo (mgr.14180) 579 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:32.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:32 smithi148 bash[24200]: audit 2023-11-08T02:33:30.986994+0000 mgr.smithi148.cvefzo (mgr.14180) 580 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:32.776 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:33:32.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:32 smithi153 bash[28288]: audit 2023-11-08T02:33:30.986994+0000 mgr.smithi148.cvefzo (mgr.14180) 580 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:33.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:33 smithi148 bash[24200]: cluster 2023-11-08T02:33:32.433540+0000 mgr.smithi148.cvefzo (mgr.14180) 581 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:33.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:33 smithi153 bash[28288]: cluster 2023-11-08T02:33:32.433540+0000 mgr.smithi148.cvefzo (mgr.14180) 581 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:35.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:35 smithi148 bash[24200]: cluster 2023-11-08T02:33:34.434694+0000 mgr.smithi148.cvefzo (mgr.14180) 582 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:35.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:35 smithi153 bash[28288]: cluster 2023-11-08T02:33:34.434694+0000 mgr.smithi148.cvefzo (mgr.14180) 582 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:36.135 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:33:36.135 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:36.573051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.yvjsxq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\nDeploy daemon haproxy.nfs.foo.smithi153.yvjsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.397646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.utyods on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\nDeploy daemon haproxy.nfs.foo.smithi148.utyods ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.401006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.nkyyyq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:33:36.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:33:37.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:37 smithi148 bash[24200]: audit 2023-11-08T02:33:36.125806+0000 mgr.smithi148.cvefzo (mgr.14180) 583 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:37.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:37 smithi148 bash[24200]: cluster 2023-11-08T02:33:36.435543+0000 mgr.smithi148.cvefzo (mgr.14180) 584 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:37.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:37 smithi153 bash[28288]: audit 2023-11-08T02:33:36.125806+0000 mgr.smithi148.cvefzo (mgr.14180) 583 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:37.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:37 smithi153 bash[28288]: cluster 2023-11-08T02:33:36.435543+0000 mgr.smithi148.cvefzo (mgr.14180) 584 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:37.936 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:33:39.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:39 smithi148 bash[24200]: cluster 2023-11-08T02:33:38.436722+0000 mgr.smithi148.cvefzo (mgr.14180) 585 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:33:39.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:39 smithi153 bash[28288]: cluster 2023-11-08T02:33:38.436722+0000 mgr.smithi148.cvefzo (mgr.14180) 585 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:33:40.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:40 smithi153 bash[28288]: audit 2023-11-08T02:33:40.407554+0000 mon.smithi148 (mon.0) 820 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:33:41.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:40 smithi148 bash[24200]: audit 2023-11-08T02:33:40.407554+0000 mon.smithi148 (mon.0) 820 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:33:41.128 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:33:41.128 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:31:32.353112Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.rgmyum on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:36.573051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.yvjsxq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\nDeploy daemon haproxy.nfs.foo.smithi153.yvjsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.397646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.utyods on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\nDeploy daemon haproxy.nfs.foo.smithi148.utyods ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.401006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.nkyyyq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:33:41.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:41 smithi148 bash[24200]: cluster 2023-11-08T02:33:40.437562+0000 mgr.smithi148.cvefzo (mgr.14180) 586 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:41.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:41 smithi148 bash[24200]: audit 2023-11-08T02:33:40.709411+0000 mon.smithi148 (mon.0) 821 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:33:41.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:41 smithi148 bash[24200]: audit 2023-11-08T02:33:40.710470+0000 mon.smithi148 (mon.0) 822 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:33:41.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:41 smithi148 bash[24200]: audit 2023-11-08T02:33:40.717764+0000 mon.smithi148 (mon.0) 823 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:33:41.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:41 smithi148 bash[24200]: cluster 2023-11-08T02:33:40.718527+0000 mgr.smithi148.cvefzo (mgr.14180) 587 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:33:41.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:41 smithi148 bash[24200]: audit 2023-11-08T02:33:40.723596+0000 mon.smithi148 (mon.0) 824 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:33:41.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:41 smithi148 bash[24200]: audit 2023-11-08T02:33:40.736474+0000 mon.smithi148 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:33:41.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:41 smithi148 bash[24200]: cephadm 2023-11-08T02:33:40.740870+0000 mgr.smithi148.cvefzo (mgr.14180) 588 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.kzvmil on smithi153 2023-11-08T02:33:41.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:33:41.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:41 smithi153 bash[28288]: cluster 2023-11-08T02:33:40.437562+0000 mgr.smithi148.cvefzo (mgr.14180) 586 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:33:41.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:41 smithi153 bash[28288]: audit 2023-11-08T02:33:40.709411+0000 mon.smithi148 (mon.0) 821 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:33:41.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:41 smithi153 bash[28288]: audit 2023-11-08T02:33:40.710470+0000 mon.smithi148 (mon.0) 822 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:33:41.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:41 smithi153 bash[28288]: audit 2023-11-08T02:33:40.717764+0000 mon.smithi148 (mon.0) 823 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:33:41.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:41 smithi153 bash[28288]: cluster 2023-11-08T02:33:40.718527+0000 mgr.smithi148.cvefzo (mgr.14180) 587 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:33:41.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:41 smithi153 bash[28288]: audit 2023-11-08T02:33:40.723596+0000 mon.smithi148 (mon.0) 824 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:33:41.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:41 smithi153 bash[28288]: audit 2023-11-08T02:33:40.736474+0000 mon.smithi148 (mon.0) 825 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:33:41.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:41 smithi153 bash[28288]: cephadm 2023-11-08T02:33:40.740870+0000 mgr.smithi148.cvefzo (mgr.14180) 588 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.kzvmil on smithi153 2023-11-08T02:33:42.903 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:33:42.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:42 smithi153 bash[28288]: audit 2023-11-08T02:33:41.122980+0000 mgr.smithi148.cvefzo (mgr.14180) 589 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:42.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:42 smithi153 bash[28288]: cluster 2023-11-08T02:33:41.714256+0000 mon.smithi148 (mon.0) 826 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:33:42.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:42 smithi153 bash[28288]: cluster 2023-11-08T02:33:41.714309+0000 mon.smithi148 (mon.0) 827 : cluster [INF] Cluster is now healthy 2023-11-08T02:33:42.915 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:42 smithi148 bash[24200]: audit 2023-11-08T02:33:41.122980+0000 mgr.smithi148.cvefzo (mgr.14180) 589 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:42.915 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:42 smithi148 bash[24200]: cluster 2023-11-08T02:33:41.714256+0000 mon.smithi148 (mon.0) 826 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:33:42.916 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:42 smithi148 bash[24200]: cluster 2023-11-08T02:33:41.714309+0000 mon.smithi148 (mon.0) 827 : cluster [INF] Cluster is now healthy 2023-11-08T02:33:43.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:43 smithi153 bash[28288]: cluster 2023-11-08T02:33:42.719402+0000 mgr.smithi148.cvefzo (mgr.14180) 590 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:33:43.971 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:43 smithi148 bash[24200]: cluster 2023-11-08T02:33:42.719402+0000 mgr.smithi148.cvefzo (mgr.14180) 590 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:33:46.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: cluster 2023-11-08T02:33:44.720320+0000 mgr.smithi148.cvefzo (mgr.14180) 591 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:33:46.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: cephadm 2023-11-08T02:33:44.799870+0000 mgr.smithi148.cvefzo (mgr.14180) 592 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil 2023-11-08T02:33:46.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:33:46.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil 2023-11-08T02:33:46.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil 2023-11-08T02:33:46.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:33:46.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil 2023-11-08T02:33:46.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.kzvmil ... 2023-11-08T02:33:46.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:46.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:33:46.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:33:46.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:33:46.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:46.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:33:46.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:33:46.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:33:46.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:33:46.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:33:46.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil 2023-11-08T02:33:46.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:33:46.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil 2023-11-08T02:33:46.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil 2023-11-08T02:33:46.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:33:46.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil 2023-11-08T02:33:46.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.kzvmil ... 2023-11-08T02:33:46.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:46.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:33:46.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:33:46.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:33:46.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:46.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: cephadm 2023-11-08T02:33:44.800147+0000 mgr.smithi148.cvefzo (mgr.14180) 593 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.kzvmil 2023-11-08T02:33:46.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: audit 2023-11-08T02:33:44.800622+0000 mon.smithi148 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.kzvmil"}]: dispatch 2023-11-08T02:33:46.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: cephadm 2023-11-08T02:33:44.801768+0000 mgr.smithi148.cvefzo (mgr.14180) 594 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.kzvmil on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil 2023-11-08T02:33:46.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:33:46.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil 2023-11-08T02:33:46.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil 2023-11-08T02:33:46.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:33:46.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil 2023-11-08T02:33:46.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.kzvmil ... 2023-11-08T02:33:46.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:46.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:33:46.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:33:46.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:33:46.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:46.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:45 smithi153 bash[28288]: cephadm 2023-11-08T02:33:44.806666+0000 mgr.smithi148.cvefzo (mgr.14180) 595 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.loqyvt on smithi148 2023-11-08T02:33:46.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: cluster 2023-11-08T02:33:44.720320+0000 mgr.smithi148.cvefzo (mgr.14180) 591 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:33:46.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: cephadm 2023-11-08T02:33:44.799870+0000 mgr.smithi148.cvefzo (mgr.14180) 592 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil 2023-11-08T02:33:46.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:33:46.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil 2023-11-08T02:33:46.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil 2023-11-08T02:33:46.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:33:46.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil 2023-11-08T02:33:46.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.kzvmil ... 2023-11-08T02:33:46.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:46.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:33:46.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:33:46.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:33:46.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:46.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:33:46.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:33:46.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:33:46.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:33:46.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:33:46.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil 2023-11-08T02:33:46.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:33:46.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil 2023-11-08T02:33:46.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil 2023-11-08T02:33:46.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:33:46.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil 2023-11-08T02:33:46.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.kzvmil ... 2023-11-08T02:33:46.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:46.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:33:46.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:33:46.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:33:46.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:46.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: cephadm 2023-11-08T02:33:44.800147+0000 mgr.smithi148.cvefzo (mgr.14180) 593 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.kzvmil 2023-11-08T02:33:46.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: audit 2023-11-08T02:33:44.800622+0000 mon.smithi148 (mon.0) 828 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.kzvmil"}]: dispatch 2023-11-08T02:33:46.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: cephadm 2023-11-08T02:33:44.801768+0000 mgr.smithi148.cvefzo (mgr.14180) 594 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.kzvmil on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil 2023-11-08T02:33:46.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:33:46.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil 2023-11-08T02:33:46.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil 2023-11-08T02:33:46.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:33:46.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil 2023-11-08T02:33:46.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.kzvmil ... 2023-11-08T02:33:46.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:46.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:33:46.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:33:46.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:33:46.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:46.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:45 smithi148 bash[24200]: cephadm 2023-11-08T02:33:44.806666+0000 mgr.smithi148.cvefzo (mgr.14180) 595 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.loqyvt on smithi148 2023-11-08T02:33:46.350 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:33:46.351 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:32:36.573051Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.yvjsxq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-yvjsxq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.yvjsxq\nDeploy daemon haproxy.nfs.foo.smithi153.yvjsxq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.397646Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.utyods on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-utyods\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.utyods\nDeploy daemon haproxy.nfs.foo.smithi148.utyods ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:32:40.401006Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.nkyyyq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:44.801654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kzvmil on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\nDeploy daemon haproxy.nfs.foo.smithi153.kzvmil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:33:47.165 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:33:48.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:47 smithi153 bash[28288]: audit 2023-11-08T02:33:46.341284+0000 mgr.smithi148.cvefzo (mgr.14180) 596 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:48.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:47 smithi153 bash[28288]: cluster 2023-11-08T02:33:46.721152+0000 mgr.smithi148.cvefzo (mgr.14180) 597 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:33:48.166 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:33:48.178 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:47 smithi148 bash[24200]: audit 2023-11-08T02:33:46.341284+0000 mgr.smithi148.cvefzo (mgr.14180) 596 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:48.179 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:47 smithi148 bash[24200]: cluster 2023-11-08T02:33:46.721152+0000 mgr.smithi148.cvefzo (mgr.14180) 597 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:33:50.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:49 smithi153 bash[28288]: cluster 2023-11-08T02:33:48.721782+0000 mgr.smithi148.cvefzo (mgr.14180) 598 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:33:50.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:49 smithi153 bash[28288]: audit 2023-11-08T02:33:49.378911+0000 mon.smithi148 (mon.0) 829 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.loqyvt"}]: dispatch 2023-11-08T02:33:50.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:49 smithi148 bash[24200]: cluster 2023-11-08T02:33:48.721782+0000 mgr.smithi148.cvefzo (mgr.14180) 598 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:33:50.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:49 smithi148 bash[24200]: audit 2023-11-08T02:33:49.378911+0000 mon.smithi148 (mon.0) 829 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.loqyvt"}]: dispatch 2023-11-08T02:33:51.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: cephadm 2023-11-08T02:33:49.378175+0000 mgr.smithi148.cvefzo (mgr.14180) 599 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt 2023-11-08T02:33:51.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:33:51.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt 2023-11-08T02:33:51.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt 2023-11-08T02:33:51.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:33:51.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt 2023-11-08T02:33:51.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.loqyvt ... 2023-11-08T02:33:51.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:51.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:33:51.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:33:51.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:33:51.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:51.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:33:51.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:33:51.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:33:51.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:33:51.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:33:51.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt 2023-11-08T02:33:51.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:33:51.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt 2023-11-08T02:33:51.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt 2023-11-08T02:33:51.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:33:51.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt 2023-11-08T02:33:51.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.loqyvt ... 2023-11-08T02:33:51.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:51.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:33:51.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:33:51.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:33:51.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:51.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: cephadm 2023-11-08T02:33:49.378453+0000 mgr.smithi148.cvefzo (mgr.14180) 600 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.loqyvt 2023-11-08T02:33:51.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: cephadm 2023-11-08T02:33:49.379891+0000 mgr.smithi148.cvefzo (mgr.14180) 601 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.loqyvt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt 2023-11-08T02:33:51.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:33:51.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt 2023-11-08T02:33:51.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt 2023-11-08T02:33:51.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:33:51.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt 2023-11-08T02:33:51.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.loqyvt ... 2023-11-08T02:33:51.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:51.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:33:51.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:33:51.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:33:51.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:51.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: cephadm 2023-11-08T02:33:49.381985+0000 mgr.smithi148.cvefzo (mgr.14180) 602 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.qubosq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:33:51.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: cephadm 2023-11-08T02:33:49.383539+0000 mgr.smithi148.cvefzo (mgr.14180) 603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:33:51.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: cluster 2023-11-08T02:33:49.384221+0000 mgr.smithi148.cvefzo (mgr.14180) 604 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 228 B/s rd, 0 op/s 2023-11-08T02:33:51.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: cluster 2023-11-08T02:33:49.785881+0000 mon.smithi148 (mon.0) 830 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:33:51.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:50 smithi153 bash[28288]: audit 2023-11-08T02:33:49.834101+0000 mon.smithi148 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:33:51.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: cephadm 2023-11-08T02:33:49.378175+0000 mgr.smithi148.cvefzo (mgr.14180) 599 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt 2023-11-08T02:33:51.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:33:51.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt 2023-11-08T02:33:51.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt 2023-11-08T02:33:51.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:33:51.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt 2023-11-08T02:33:51.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.loqyvt ... 2023-11-08T02:33:51.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:51.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:33:51.260 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:33:51.260 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:33:51.260 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:51.260 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:33:51.260 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:33:51.261 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:33:51.261 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:33:51.261 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:33:51.261 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt 2023-11-08T02:33:51.261 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:33:51.262 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt 2023-11-08T02:33:51.262 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt 2023-11-08T02:33:51.262 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:33:51.262 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt 2023-11-08T02:33:51.262 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.loqyvt ... 2023-11-08T02:33:51.263 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:51.263 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:33:51.263 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:33:51.263 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:33:51.263 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:51.264 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: cephadm 2023-11-08T02:33:49.378453+0000 mgr.smithi148.cvefzo (mgr.14180) 600 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.loqyvt 2023-11-08T02:33:51.264 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: cephadm 2023-11-08T02:33:49.379891+0000 mgr.smithi148.cvefzo (mgr.14180) 601 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.loqyvt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt 2023-11-08T02:33:51.264 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:33:51.264 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt 2023-11-08T02:33:51.264 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt 2023-11-08T02:33:51.265 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:33:51.265 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt 2023-11-08T02:33:51.265 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.loqyvt ... 2023-11-08T02:33:51.265 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:51.265 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:33:51.266 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:33:51.266 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:33:51.266 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:33:51.266 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: cephadm 2023-11-08T02:33:49.381985+0000 mgr.smithi148.cvefzo (mgr.14180) 602 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.qubosq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:33:51.266 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: cephadm 2023-11-08T02:33:49.383539+0000 mgr.smithi148.cvefzo (mgr.14180) 603 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:33:51.267 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: cluster 2023-11-08T02:33:49.384221+0000 mgr.smithi148.cvefzo (mgr.14180) 604 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 228 B/s rd, 0 op/s 2023-11-08T02:33:51.267 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: cluster 2023-11-08T02:33:49.785881+0000 mon.smithi148 (mon.0) 830 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:33:51.267 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:50 smithi148 bash[24200]: audit 2023-11-08T02:33:49.834101+0000 mon.smithi148 (mon.0) 831 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:33:51.711 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:33:51.712 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:44.801654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kzvmil on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\nDeploy daemon haproxy.nfs.foo.smithi153.kzvmil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.loqyvt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\nDeploy daemon haproxy.nfs.foo.smithi148.loqyvt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.381877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qubosq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:33:52.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:33:53.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:52 smithi153 bash[28288]: cluster 2023-11-08T02:33:51.385254+0000 mgr.smithi148.cvefzo (mgr.14180) 605 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-11-08T02:33:53.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:52 smithi153 bash[28288]: audit 2023-11-08T02:33:51.702094+0000 mgr.smithi148.cvefzo (mgr.14180) 606 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:53.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:52 smithi148 bash[24200]: cluster 2023-11-08T02:33:51.385254+0000 mgr.smithi148.cvefzo (mgr.14180) 605 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2023-11-08T02:33:53.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:52 smithi148 bash[24200]: audit 2023-11-08T02:33:51.702094+0000 mgr.smithi148.cvefzo (mgr.14180) 606 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:53.518 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:33:55.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:54 smithi148 bash[24200]: cluster 2023-11-08T02:33:53.386687+0000 mgr.smithi148.cvefzo (mgr.14180) 607 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:33:55.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:54 smithi153 bash[28288]: cluster 2023-11-08T02:33:53.386687+0000 mgr.smithi148.cvefzo (mgr.14180) 607 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:33:56.963 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:33:56.963 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:44.801654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kzvmil on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\nDeploy daemon haproxy.nfs.foo.smithi153.kzvmil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.loqyvt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\nDeploy daemon haproxy.nfs.foo.smithi148.loqyvt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.381877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qubosq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:33:57.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:56 smithi153 bash[28288]: cluster 2023-11-08T02:33:55.388005+0000 mgr.smithi148.cvefzo (mgr.14180) 608 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:33:57.193 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:56 smithi148 bash[24200]: cluster 2023-11-08T02:33:55.388005+0000 mgr.smithi148.cvefzo (mgr.14180) 608 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:33:57.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:33:58.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:58 smithi153 bash[28288]: audit 2023-11-08T02:33:56.954703+0000 mgr.smithi148.cvefzo (mgr.14180) 609 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:58.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:33:58 smithi153 bash[28288]: cluster 2023-11-08T02:33:57.389355+0000 mgr.smithi148.cvefzo (mgr.14180) 610 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 383 B/s rd, 0 op/s 2023-11-08T02:33:58.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:58 smithi148 bash[24200]: audit 2023-11-08T02:33:56.954703+0000 mgr.smithi148.cvefzo (mgr.14180) 609 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:33:58.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:33:58 smithi148 bash[24200]: cluster 2023-11-08T02:33:57.389355+0000 mgr.smithi148.cvefzo (mgr.14180) 610 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 383 B/s rd, 0 op/s 2023-11-08T02:33:58.765 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:34:00.719 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:00 smithi148 bash[24200]: cluster 2023-11-08T02:33:59.390782+0000 mgr.smithi148.cvefzo (mgr.14180) 611 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:34:00.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:00 smithi153 bash[28288]: cluster 2023-11-08T02:33:59.390782+0000 mgr.smithi148.cvefzo (mgr.14180) 611 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:34:02.147 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:34:02.147 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:44.801654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kzvmil on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\nDeploy daemon haproxy.nfs.foo.smithi153.kzvmil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.loqyvt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\nDeploy daemon haproxy.nfs.foo.smithi148.loqyvt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.381877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qubosq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:34:02.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:02 smithi148 bash[24200]: cluster 2023-11-08T02:34:01.391932+0000 mgr.smithi148.cvefzo (mgr.14180) 612 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:02.897 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:34:02.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:02 smithi153 bash[28288]: cluster 2023-11-08T02:34:01.391932+0000 mgr.smithi148.cvefzo (mgr.14180) 612 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:03.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:03 smithi148 bash[24200]: audit 2023-11-08T02:34:02.137575+0000 mgr.smithi148.cvefzo (mgr.14180) 613 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:03.823 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:03 smithi153 bash[28288]: audit 2023-11-08T02:34:02.137575+0000 mgr.smithi148.cvefzo (mgr.14180) 613 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:03.899 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:34:04.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:04 smithi148 bash[24200]: cluster 2023-11-08T02:34:03.393106+0000 mgr.smithi148.cvefzo (mgr.14180) 614 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:04.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:04 smithi153 bash[28288]: cluster 2023-11-08T02:34:03.393106+0000 mgr.smithi148.cvefzo (mgr.14180) 614 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:06.744 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:06 smithi148 bash[24200]: cluster 2023-11-08T02:34:05.393967+0000 mgr.smithi148.cvefzo (mgr.14180) 615 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:06.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:06 smithi153 bash[28288]: cluster 2023-11-08T02:34:05.393967+0000 mgr.smithi148.cvefzo (mgr.14180) 615 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:07.138 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:34:07.139 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:44.801654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kzvmil on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\nDeploy daemon haproxy.nfs.foo.smithi153.kzvmil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.loqyvt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\nDeploy daemon haproxy.nfs.foo.smithi148.loqyvt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.381877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qubosq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:34:07.920 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:34:08.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:08 smithi148 bash[24200]: audit 2023-11-08T02:34:07.129653+0000 mgr.smithi148.cvefzo (mgr.14180) 616 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:08.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:08 smithi148 bash[24200]: cluster 2023-11-08T02:34:07.394924+0000 mgr.smithi148.cvefzo (mgr.14180) 617 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:34:08.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:08 smithi153 bash[28288]: audit 2023-11-08T02:34:07.129653+0000 mgr.smithi148.cvefzo (mgr.14180) 616 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:08.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:08 smithi153 bash[28288]: cluster 2023-11-08T02:34:07.394924+0000 mgr.smithi148.cvefzo (mgr.14180) 617 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:34:08.921 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:34:10.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:10 smithi148 bash[24200]: cluster 2023-11-08T02:34:09.396102+0000 mgr.smithi148.cvefzo (mgr.14180) 618 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:10.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:10 smithi153 bash[28288]: cluster 2023-11-08T02:34:09.396102+0000 mgr.smithi148.cvefzo (mgr.14180) 618 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:12.485 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:34:12.485 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:44.801654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kzvmil on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\nDeploy daemon haproxy.nfs.foo.smithi153.kzvmil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.loqyvt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\nDeploy daemon haproxy.nfs.foo.smithi148.loqyvt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.381877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qubosq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:34:12.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:12 smithi148 bash[24200]: cluster 2023-11-08T02:34:11.397242+0000 mgr.smithi148.cvefzo (mgr.14180) 619 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:12.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:12 smithi153 bash[28288]: cluster 2023-11-08T02:34:11.397242+0000 mgr.smithi148.cvefzo (mgr.14180) 619 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:13.210 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:34:13.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:13 smithi148 bash[24200]: audit 2023-11-08T02:34:12.474387+0000 mgr.smithi148.cvefzo (mgr.14180) 620 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:13.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:13 smithi153 bash[28288]: audit 2023-11-08T02:34:12.474387+0000 mgr.smithi148.cvefzo (mgr.14180) 620 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:14.211 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:34:14.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:14 smithi148 bash[24200]: cluster 2023-11-08T02:34:13.398508+0000 mgr.smithi148.cvefzo (mgr.14180) 621 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:14.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:14 smithi153 bash[28288]: cluster 2023-11-08T02:34:13.398508+0000 mgr.smithi148.cvefzo (mgr.14180) 621 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:16.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:16 smithi148 bash[24200]: cluster 2023-11-08T02:34:15.399293+0000 mgr.smithi148.cvefzo (mgr.14180) 622 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:16.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:16 smithi153 bash[28288]: cluster 2023-11-08T02:34:15.399293+0000 mgr.smithi148.cvefzo (mgr.14180) 622 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:17.551 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:34:17.551 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:44.801654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kzvmil on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\nDeploy daemon haproxy.nfs.foo.smithi153.kzvmil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.loqyvt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\nDeploy daemon haproxy.nfs.foo.smithi148.loqyvt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.381877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qubosq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:34:18.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:34:18.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:18 smithi153 bash[28288]: cluster 2023-11-08T02:34:17.400356+0000 mgr.smithi148.cvefzo (mgr.14180) 623 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:34:18.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:18 smithi153 bash[28288]: audit 2023-11-08T02:34:17.546378+0000 mgr.smithi148.cvefzo (mgr.14180) 624 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:18.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:18 smithi148 bash[24200]: cluster 2023-11-08T02:34:17.400356+0000 mgr.smithi148.cvefzo (mgr.14180) 623 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:34:18.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:18 smithi148 bash[24200]: audit 2023-11-08T02:34:17.546378+0000 mgr.smithi148.cvefzo (mgr.14180) 624 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:19.256 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:34:20.613 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:20 smithi148 bash[24200]: cluster 2023-11-08T02:34:19.401538+0000 mgr.smithi148.cvefzo (mgr.14180) 625 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:20.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:20 smithi153 bash[28288]: cluster 2023-11-08T02:34:19.401538+0000 mgr.smithi148.cvefzo (mgr.14180) 625 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:22.397 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:34:22.398 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:44.801654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kzvmil on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\nDeploy daemon haproxy.nfs.foo.smithi153.kzvmil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.loqyvt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\nDeploy daemon haproxy.nfs.foo.smithi148.loqyvt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.381877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qubosq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:34:22.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:22 smithi148 bash[24200]: cluster 2023-11-08T02:34:21.402680+0000 mgr.smithi148.cvefzo (mgr.14180) 626 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:22.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:22 smithi153 bash[28288]: cluster 2023-11-08T02:34:21.402680+0000 mgr.smithi148.cvefzo (mgr.14180) 626 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:23.184 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:34:23.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:23 smithi148 bash[24200]: audit 2023-11-08T02:34:22.387357+0000 mgr.smithi148.cvefzo (mgr.14180) 627 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:23.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:23 smithi153 bash[28288]: audit 2023-11-08T02:34:22.387357+0000 mgr.smithi148.cvefzo (mgr.14180) 627 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:24.185 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:34:24.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:24 smithi148 bash[24200]: cluster 2023-11-08T02:34:23.403875+0000 mgr.smithi148.cvefzo (mgr.14180) 628 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:24.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:24 smithi153 bash[28288]: cluster 2023-11-08T02:34:23.403875+0000 mgr.smithi148.cvefzo (mgr.14180) 628 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:26.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:26 smithi148 bash[24200]: cluster 2023-11-08T02:34:25.404694+0000 mgr.smithi148.cvefzo (mgr.14180) 629 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:26.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:26 smithi153 bash[28288]: cluster 2023-11-08T02:34:25.404694+0000 mgr.smithi148.cvefzo (mgr.14180) 629 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:27.485 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:34:27.485 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:44.801654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kzvmil on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\nDeploy daemon haproxy.nfs.foo.smithi153.kzvmil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.loqyvt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\nDeploy daemon haproxy.nfs.foo.smithi148.loqyvt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.381877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qubosq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:34:28.252 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:34:28.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:28 smithi153 bash[28288]: cluster 2023-11-08T02:34:27.405805+0000 mgr.smithi148.cvefzo (mgr.14180) 630 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:34:28.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:28 smithi153 bash[28288]: audit 2023-11-08T02:34:27.480726+0000 mgr.smithi148.cvefzo (mgr.14180) 631 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:28.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:28 smithi148 bash[24200]: cluster 2023-11-08T02:34:27.405805+0000 mgr.smithi148.cvefzo (mgr.14180) 630 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:34:28.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:28 smithi148 bash[24200]: audit 2023-11-08T02:34:27.480726+0000 mgr.smithi148.cvefzo (mgr.14180) 631 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:29.253 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:34:30.638 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:30 smithi148 bash[24200]: cluster 2023-11-08T02:34:29.406947+0000 mgr.smithi148.cvefzo (mgr.14180) 632 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:30.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:30 smithi153 bash[28288]: cluster 2023-11-08T02:34:29.406947+0000 mgr.smithi148.cvefzo (mgr.14180) 632 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:32.559 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:34:32.560 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:44.801654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kzvmil on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\nDeploy daemon haproxy.nfs.foo.smithi153.kzvmil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.loqyvt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\nDeploy daemon haproxy.nfs.foo.smithi148.loqyvt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.381877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qubosq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:34:32.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:32 smithi148 bash[24200]: cluster 2023-11-08T02:34:31.408003+0000 mgr.smithi148.cvefzo (mgr.14180) 633 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:32.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:32 smithi153 bash[28288]: cluster 2023-11-08T02:34:31.408003+0000 mgr.smithi148.cvefzo (mgr.14180) 633 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:33.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:34:33.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:33 smithi148 bash[24200]: audit 2023-11-08T02:34:32.550634+0000 mgr.smithi148.cvefzo (mgr.14180) 634 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:33.823 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:33 smithi153 bash[28288]: audit 2023-11-08T02:34:32.550634+0000 mgr.smithi148.cvefzo (mgr.14180) 634 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:34.394 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:34:34.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:34 smithi148 bash[24200]: cluster 2023-11-08T02:34:33.409275+0000 mgr.smithi148.cvefzo (mgr.14180) 635 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:34.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:34 smithi153 bash[28288]: cluster 2023-11-08T02:34:33.409275+0000 mgr.smithi148.cvefzo (mgr.14180) 635 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:36.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:36 smithi148 bash[24200]: cluster 2023-11-08T02:34:35.410053+0000 mgr.smithi148.cvefzo (mgr.14180) 636 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:36.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:36 smithi153 bash[28288]: cluster 2023-11-08T02:34:35.410053+0000 mgr.smithi148.cvefzo (mgr.14180) 636 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:37.719 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:34:37.720 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:44.801654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kzvmil on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\nDeploy daemon haproxy.nfs.foo.smithi153.kzvmil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.loqyvt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\nDeploy daemon haproxy.nfs.foo.smithi148.loqyvt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.381877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qubosq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:34:38.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:38 smithi148 bash[24200]: cluster 2023-11-08T02:34:37.411314+0000 mgr.smithi148.cvefzo (mgr.14180) 637 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:34:38.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:38 smithi148 bash[24200]: audit 2023-11-08T02:34:37.711008+0000 mgr.smithi148.cvefzo (mgr.14180) 638 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:38.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:38 smithi153 bash[28288]: cluster 2023-11-08T02:34:37.411314+0000 mgr.smithi148.cvefzo (mgr.14180) 637 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:34:38.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:38 smithi153 bash[28288]: audit 2023-11-08T02:34:37.711008+0000 mgr.smithi148.cvefzo (mgr.14180) 638 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:38.480 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:34:39.481 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:34:40.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:40 smithi148 bash[24200]: cluster 2023-11-08T02:34:39.412511+0000 mgr.smithi148.cvefzo (mgr.14180) 639 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:40.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:40 smithi153 bash[28288]: cluster 2023-11-08T02:34:39.412511+0000 mgr.smithi148.cvefzo (mgr.14180) 639 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:42.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:42 smithi148 bash[24200]: cluster 2023-11-08T02:34:41.413653+0000 mgr.smithi148.cvefzo (mgr.14180) 640 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:42.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:42 smithi153 bash[28288]: cluster 2023-11-08T02:34:41.413653+0000 mgr.smithi148.cvefzo (mgr.14180) 640 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:42.943 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:34:42.944 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:44.801654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kzvmil on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\nDeploy daemon haproxy.nfs.foo.smithi153.kzvmil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.loqyvt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\nDeploy daemon haproxy.nfs.foo.smithi148.loqyvt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.381877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qubosq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:34:43.763 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:43 smithi148 bash[24200]: audit 2023-11-08T02:34:42.939083+0000 mgr.smithi148.cvefzo (mgr.14180) 641 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:43.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:34:43.823 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:43 smithi153 bash[28288]: audit 2023-11-08T02:34:42.939083+0000 mgr.smithi148.cvefzo (mgr.14180) 641 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:44.766 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:34:44.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:44 smithi148 bash[24200]: cluster 2023-11-08T02:34:43.414444+0000 mgr.smithi148.cvefzo (mgr.14180) 642 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:44.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:44 smithi153 bash[28288]: cluster 2023-11-08T02:34:43.414444+0000 mgr.smithi148.cvefzo (mgr.14180) 642 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:46.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:46 smithi148 bash[24200]: cluster 2023-11-08T02:34:45.415591+0000 mgr.smithi148.cvefzo (mgr.14180) 643 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:46.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:46 smithi153 bash[28288]: cluster 2023-11-08T02:34:45.415591+0000 mgr.smithi148.cvefzo (mgr.14180) 643 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:48.159 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:34:48.159 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:44.801654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kzvmil on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\nDeploy daemon haproxy.nfs.foo.smithi153.kzvmil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.loqyvt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\nDeploy daemon haproxy.nfs.foo.smithi148.loqyvt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.381877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qubosq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:34:48.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:48 smithi153 bash[28288]: cluster 2023-11-08T02:34:47.416496+0000 mgr.smithi148.cvefzo (mgr.14180) 644 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:34:48.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:48 smithi148 bash[24200]: cluster 2023-11-08T02:34:47.416496+0000 mgr.smithi148.cvefzo (mgr.14180) 644 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:34:48.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:34:49.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:49 smithi153 bash[28288]: audit 2023-11-08T02:34:48.154648+0000 mgr.smithi148.cvefzo (mgr.14180) 645 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:49.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:49 smithi148 bash[24200]: audit 2023-11-08T02:34:48.154648+0000 mgr.smithi148.cvefzo (mgr.14180) 645 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:49.866 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:34:50.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: audit 2023-11-08T02:34:49.387288+0000 mon.smithi148 (mon.0) 832 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:34:50.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: cluster 2023-11-08T02:34:49.417686+0000 mgr.smithi148.cvefzo (mgr.14180) 646 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:50.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: audit 2023-11-08T02:34:49.663195+0000 mon.smithi148 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:34:50.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: audit 2023-11-08T02:34:49.664994+0000 mon.smithi148 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:34:50.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: audit 2023-11-08T02:34:49.666555+0000 mon.smithi148 (mon.0) 835 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:34:50.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: audit 2023-11-08T02:34:49.668124+0000 mon.smithi148 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:34:50.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: cephadm 2023-11-08T02:34:49.669146+0000 mgr.smithi148.cvefzo (mgr.14180) 647 : cephadm [INF] Adjusting osd_memory_target on smithi153 to 2748M 2023-11-08T02:34:50.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: audit 2023-11-08T02:34:49.676555+0000 mon.smithi148 (mon.0) 837 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:34:50.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: audit 2023-11-08T02:34:49.685837+0000 mon.smithi148 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:34:50.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: audit 2023-11-08T02:34:49.686875+0000 mon.smithi148 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:34:50.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: audit 2023-11-08T02:34:49.687887+0000 mon.smithi148 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:34:50.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: audit 2023-11-08T02:34:49.688924+0000 mon.smithi148 (mon.0) 841 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:34:50.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: cephadm 2023-11-08T02:34:49.689848+0000 mgr.smithi148.cvefzo (mgr.14180) 648 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 1980M 2023-11-08T02:34:50.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: audit 2023-11-08T02:34:49.697110+0000 mon.smithi148 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:34:50.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: audit 2023-11-08T02:34:49.698819+0000 mon.smithi148 (mon.0) 843 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:34:50.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: audit 2023-11-08T02:34:49.699901+0000 mon.smithi148 (mon.0) 844 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:34:50.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: audit 2023-11-08T02:34:49.707321+0000 mon.smithi148 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:34:50.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: cluster 2023-11-08T02:34:49.707970+0000 mgr.smithi148.cvefzo (mgr.14180) 649 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:34:50.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: audit 2023-11-08T02:34:49.713544+0000 mon.smithi148 (mon.0) 846 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:34:50.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: audit 2023-11-08T02:34:49.727672+0000 mon.smithi148 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:34:50.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:50 smithi153 bash[28288]: cephadm 2023-11-08T02:34:49.731663+0000 mgr.smithi148.cvefzo (mgr.14180) 650 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.noeyps on smithi153 2023-11-08T02:34:50.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: audit 2023-11-08T02:34:49.387288+0000 mon.smithi148 (mon.0) 832 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:34:50.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: cluster 2023-11-08T02:34:49.417686+0000 mgr.smithi148.cvefzo (mgr.14180) 646 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:34:50.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: audit 2023-11-08T02:34:49.663195+0000 mon.smithi148 (mon.0) 833 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:34:50.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: audit 2023-11-08T02:34:49.664994+0000 mon.smithi148 (mon.0) 834 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:34:50.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: audit 2023-11-08T02:34:49.666555+0000 mon.smithi148 (mon.0) 835 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:34:50.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: audit 2023-11-08T02:34:49.668124+0000 mon.smithi148 (mon.0) 836 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:34:50.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: cephadm 2023-11-08T02:34:49.669146+0000 mgr.smithi148.cvefzo (mgr.14180) 647 : cephadm [INF] Adjusting osd_memory_target on smithi153 to 2748M 2023-11-08T02:34:50.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: audit 2023-11-08T02:34:49.676555+0000 mon.smithi148 (mon.0) 837 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:34:50.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: audit 2023-11-08T02:34:49.685837+0000 mon.smithi148 (mon.0) 838 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:34:50.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: audit 2023-11-08T02:34:49.686875+0000 mon.smithi148 (mon.0) 839 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:34:50.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: audit 2023-11-08T02:34:49.687887+0000 mon.smithi148 (mon.0) 840 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:34:50.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: audit 2023-11-08T02:34:49.688924+0000 mon.smithi148 (mon.0) 841 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-11-08T02:34:50.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: cephadm 2023-11-08T02:34:49.689848+0000 mgr.smithi148.cvefzo (mgr.14180) 648 : cephadm [INF] Adjusting osd_memory_target on smithi148 to 1980M 2023-11-08T02:34:50.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: audit 2023-11-08T02:34:49.697110+0000 mon.smithi148 (mon.0) 842 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:34:50.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: audit 2023-11-08T02:34:49.698819+0000 mon.smithi148 (mon.0) 843 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:34:50.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: audit 2023-11-08T02:34:49.699901+0000 mon.smithi148 (mon.0) 844 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:34:50.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: audit 2023-11-08T02:34:49.707321+0000 mon.smithi148 (mon.0) 845 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:34:50.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: cluster 2023-11-08T02:34:49.707970+0000 mgr.smithi148.cvefzo (mgr.14180) 649 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:34:50.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: audit 2023-11-08T02:34:49.713544+0000 mon.smithi148 (mon.0) 846 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:34:50.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: audit 2023-11-08T02:34:49.727672+0000 mon.smithi148 (mon.0) 847 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:34:50.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:50 smithi148 bash[24200]: cephadm 2023-11-08T02:34:49.731663+0000 mgr.smithi148.cvefzo (mgr.14180) 650 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.noeyps on smithi153 2023-11-08T02:34:51.295 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:51 smithi148 bash[24200]: cluster 2023-11-08T02:34:50.139440+0000 mon.smithi148 (mon.0) 848 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:34:51.296 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:51 smithi148 bash[24200]: cluster 2023-11-08T02:34:50.139501+0000 mon.smithi148 (mon.0) 849 : cluster [INF] Cluster is now healthy 2023-11-08T02:34:51.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:51 smithi153 bash[28288]: cluster 2023-11-08T02:34:50.139440+0000 mon.smithi148 (mon.0) 848 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:34:51.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:51 smithi153 bash[28288]: cluster 2023-11-08T02:34:50.139501+0000 mon.smithi148 (mon.0) 849 : cluster [INF] Cluster is now healthy 2023-11-08T02:34:52.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:52 smithi148 bash[24200]: cluster 2023-11-08T02:34:51.708600+0000 mgr.smithi148.cvefzo (mgr.14180) 651 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:34:52.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:52 smithi153 bash[28288]: cluster 2023-11-08T02:34:51.708600+0000 mgr.smithi148.cvefzo (mgr.14180) 651 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:34:53.331 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:34:53.331 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:32:40.402930Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.srscwd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:44.801654Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kzvmil on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kzvmil\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kzvmil\nDeploy daemon haproxy.nfs.foo.smithi153.kzvmil ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.379779Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.loqyvt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-loqyvt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.loqyvt\nDeploy daemon haproxy.nfs.foo.smithi148.loqyvt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:33:49.381877Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qubosq on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:34:53.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:53 smithi148 bash[24200]: audit 2023-11-08T02:34:53.522571+0000 mon.smithi148 (mon.0) 850 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.noeyps"}]: dispatch 2023-11-08T02:34:53.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:53 smithi153 bash[28288]: audit 2023-11-08T02:34:53.522571+0000 mon.smithi148 (mon.0) 850 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.noeyps"}]: dispatch 2023-11-08T02:34:54.279 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:34:54.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: audit 2023-11-08T02:34:53.321553+0000 mgr.smithi148.cvefzo (mgr.14180) 652 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:54.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: cephadm 2023-11-08T02:34:53.521461+0000 mgr.smithi148.cvefzo (mgr.14180) 653 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps 2023-11-08T02:34:54.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:34:54.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps 2023-11-08T02:34:54.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps 2023-11-08T02:34:54.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:34:54.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps 2023-11-08T02:34:54.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.noeyps ... 2023-11-08T02:34:54.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:54.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:34:54.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:34:54.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:34:54.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:54.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:34:54.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:34:54.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:34:54.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:34:54.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:34:54.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps 2023-11-08T02:34:54.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:34:54.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps 2023-11-08T02:34:54.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps 2023-11-08T02:34:54.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:34:54.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps 2023-11-08T02:34:54.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.noeyps ... 2023-11-08T02:34:54.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:54.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:34:54.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:34:54.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:34:54.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:54.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: cephadm 2023-11-08T02:34:53.521967+0000 mgr.smithi148.cvefzo (mgr.14180) 654 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.noeyps 2023-11-08T02:34:54.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: cephadm 2023-11-08T02:34:53.524085+0000 mgr.smithi148.cvefzo (mgr.14180) 655 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.noeyps on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps 2023-11-08T02:34:54.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:34:54.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps 2023-11-08T02:34:54.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps 2023-11-08T02:34:54.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:34:54.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps 2023-11-08T02:34:54.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.noeyps ... 2023-11-08T02:34:54.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:54.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:34:54.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:34:54.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:34:54.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:54.915 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: cephadm 2023-11-08T02:34:53.528271+0000 mgr.smithi148.cvefzo (mgr.14180) 656 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.yzypqs on smithi148 2023-11-08T02:34:54.915 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:54 smithi153 bash[28288]: cluster 2023-11-08T02:34:53.709309+0000 mgr.smithi148.cvefzo (mgr.14180) 657 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:34:55.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: audit 2023-11-08T02:34:53.321553+0000 mgr.smithi148.cvefzo (mgr.14180) 652 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:34:55.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: cephadm 2023-11-08T02:34:53.521461+0000 mgr.smithi148.cvefzo (mgr.14180) 653 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps 2023-11-08T02:34:55.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:34:55.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps 2023-11-08T02:34:55.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps 2023-11-08T02:34:55.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:34:55.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps 2023-11-08T02:34:55.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.noeyps ... 2023-11-08T02:34:55.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:55.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:34:55.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:34:55.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:34:55.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:55.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:34:55.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:34:55.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:34:55.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:34:55.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:34:55.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps 2023-11-08T02:34:55.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:34:55.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps 2023-11-08T02:34:55.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps 2023-11-08T02:34:55.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:34:55.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps 2023-11-08T02:34:55.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.noeyps ... 2023-11-08T02:34:55.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:55.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:34:55.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:34:55.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:34:55.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:55.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: cephadm 2023-11-08T02:34:53.521967+0000 mgr.smithi148.cvefzo (mgr.14180) 654 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.noeyps 2023-11-08T02:34:55.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: cephadm 2023-11-08T02:34:53.524085+0000 mgr.smithi148.cvefzo (mgr.14180) 655 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.noeyps on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps 2023-11-08T02:34:55.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:34:55.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps 2023-11-08T02:34:55.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps 2023-11-08T02:34:55.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:34:55.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps 2023-11-08T02:34:55.037 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.noeyps ... 2023-11-08T02:34:55.037 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:55.037 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:34:55.037 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:34:55.037 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:34:55.038 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:55.038 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: cephadm 2023-11-08T02:34:53.528271+0000 mgr.smithi148.cvefzo (mgr.14180) 656 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.yzypqs on smithi148 2023-11-08T02:34:55.038 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:54 smithi148 bash[24200]: cluster 2023-11-08T02:34:53.709309+0000 mgr.smithi148.cvefzo (mgr.14180) 657 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:34:55.281 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:34:56.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:55 smithi153 bash[28288]: audit 2023-11-08T02:34:54.842981+0000 mon.smithi148 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:34:56.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:55 smithi148 bash[24200]: audit 2023-11-08T02:34:54.842981+0000 mon.smithi148 (mon.0) 851 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:34:57.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:56 smithi153 bash[28288]: cluster 2023-11-08T02:34:55.710314+0000 mgr.smithi148.cvefzo (mgr.14180) 658 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:34:57.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:56 smithi148 bash[24200]: cluster 2023-11-08T02:34:55.710314+0000 mgr.smithi148.cvefzo (mgr.14180) 658 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:34:58.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: cephadm 2023-11-08T02:34:57.635816+0000 mgr.smithi148.cvefzo (mgr.14180) 659 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs 2023-11-08T02:34:58.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:34:58.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs 2023-11-08T02:34:58.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs 2023-11-08T02:34:58.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:34:58.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs 2023-11-08T02:34:58.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.yzypqs ... 2023-11-08T02:34:58.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:58.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:34:58.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:34:58.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:34:58.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:58.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:34:58.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:34:58.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:34:58.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:34:58.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:34:58.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs 2023-11-08T02:34:58.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:34:58.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs 2023-11-08T02:34:58.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs 2023-11-08T02:34:58.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:34:58.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs 2023-11-08T02:34:58.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.yzypqs ... 2023-11-08T02:34:58.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:58.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:34:58.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:34:58.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:34:58.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:58.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: cephadm 2023-11-08T02:34:57.636300+0000 mgr.smithi148.cvefzo (mgr.14180) 660 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.yzypqs 2023-11-08T02:34:58.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: audit 2023-11-08T02:34:57.636820+0000 mon.smithi148 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.yzypqs"}]: dispatch 2023-11-08T02:34:58.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: cephadm 2023-11-08T02:34:57.637962+0000 mgr.smithi148.cvefzo (mgr.14180) 661 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.yzypqs on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs 2023-11-08T02:34:58.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:34:58.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs 2023-11-08T02:34:58.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs 2023-11-08T02:34:58.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:34:58.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs 2023-11-08T02:34:58.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.yzypqs ... 2023-11-08T02:34:58.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:58.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:34:58.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:34:58.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:34:58.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:58.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: cephadm 2023-11-08T02:34:57.641554+0000 mgr.smithi148.cvefzo (mgr.14180) 662 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.uailnx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:34:58.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: cephadm 2023-11-08T02:34:57.643549+0000 mgr.smithi148.cvefzo (mgr.14180) 663 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:34:58.414 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:58 smithi153 bash[28288]: cluster 2023-11-08T02:34:57.644388+0000 mgr.smithi148.cvefzo (mgr.14180) 664 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-11-08T02:34:58.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: cephadm 2023-11-08T02:34:57.635816+0000 mgr.smithi148.cvefzo (mgr.14180) 659 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs 2023-11-08T02:34:58.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:34:58.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs 2023-11-08T02:34:58.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs 2023-11-08T02:34:58.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:34:58.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs 2023-11-08T02:34:58.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.yzypqs ... 2023-11-08T02:34:58.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:58.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:34:58.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:34:58.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:34:58.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:58.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:34:58.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:34:58.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:34:58.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:34:58.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:34:58.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs 2023-11-08T02:34:58.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:34:58.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs 2023-11-08T02:34:58.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs 2023-11-08T02:34:58.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:34:58.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs 2023-11-08T02:34:58.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.yzypqs ... 2023-11-08T02:34:58.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:58.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:34:58.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:34:58.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:34:58.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:58.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: cephadm 2023-11-08T02:34:57.636300+0000 mgr.smithi148.cvefzo (mgr.14180) 660 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.yzypqs 2023-11-08T02:34:58.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: audit 2023-11-08T02:34:57.636820+0000 mon.smithi148 (mon.0) 852 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.yzypqs"}]: dispatch 2023-11-08T02:34:58.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: cephadm 2023-11-08T02:34:57.637962+0000 mgr.smithi148.cvefzo (mgr.14180) 661 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.yzypqs on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs 2023-11-08T02:34:58.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:34:58.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs 2023-11-08T02:34:58.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs 2023-11-08T02:34:58.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:34:58.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs 2023-11-08T02:34:58.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.yzypqs ... 2023-11-08T02:34:58.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:58.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:34:58.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:34:58.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:34:58.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:34:58.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: cephadm 2023-11-08T02:34:57.641554+0000 mgr.smithi148.cvefzo (mgr.14180) 662 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.uailnx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:34:58.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: cephadm 2023-11-08T02:34:57.643549+0000 mgr.smithi148.cvefzo (mgr.14180) 663 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:34:58.536 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:58 smithi148 bash[24200]: cluster 2023-11-08T02:34:57.644388+0000 mgr.smithi148.cvefzo (mgr.14180) 664 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-11-08T02:34:59.122 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:34:59.122 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:53.523893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noeyps on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\nDeploy daemon haproxy.nfs.foo.smithi153.noeyps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.637721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yzypqs on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\nDeploy daemon haproxy.nfs.foo.smithi148.yzypqs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.641395Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.uailnx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:34:59.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:34:59 smithi153 bash[28288]: cluster 2023-11-08T02:34:58.129166+0000 mon.smithi148 (mon.0) 853 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:34:59.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:34:59 smithi148 bash[24200]: cluster 2023-11-08T02:34:58.129166+0000 mon.smithi148 (mon.0) 853 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:34:59.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:35:00.958 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:35:01.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:00 smithi153 bash[28288]: audit 2023-11-08T02:34:59.111458+0000 mgr.smithi148.cvefzo (mgr.14180) 665 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:01.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:00 smithi153 bash[28288]: cluster 2023-11-08T02:34:59.644981+0000 mgr.smithi148.cvefzo (mgr.14180) 666 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-11-08T02:35:01.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:00 smithi153 bash[28288]: audit 2023-11-08T02:34:59.904435+0000 mon.smithi148 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:35:01.155 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:00 smithi148 bash[24200]: audit 2023-11-08T02:34:59.111458+0000 mgr.smithi148.cvefzo (mgr.14180) 665 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:01.155 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:00 smithi148 bash[24200]: cluster 2023-11-08T02:34:59.644981+0000 mgr.smithi148.cvefzo (mgr.14180) 666 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2023-11-08T02:35:01.156 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:00 smithi148 bash[24200]: audit 2023-11-08T02:34:59.904435+0000 mon.smithi148 (mon.0) 854 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:35:03.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:02 smithi148 bash[24200]: cluster 2023-11-08T02:35:01.646067+0000 mgr.smithi148.cvefzo (mgr.14180) 667 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:35:03.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:02 smithi153 bash[28288]: cluster 2023-11-08T02:35:01.646067+0000 mgr.smithi148.cvefzo (mgr.14180) 667 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:35:04.407 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:35:04.408 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:53.523893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noeyps on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\nDeploy daemon haproxy.nfs.foo.smithi153.noeyps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.637721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yzypqs on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\nDeploy daemon haproxy.nfs.foo.smithi148.yzypqs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.641395Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.uailnx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:35:05.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:35:05.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:04 smithi148 bash[24200]: cluster 2023-11-08T02:35:03.647414+0000 mgr.smithi148.cvefzo (mgr.14180) 668 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:35:05.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:04 smithi153 bash[28288]: cluster 2023-11-08T02:35:03.647414+0000 mgr.smithi148.cvefzo (mgr.14180) 668 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:35:06.140 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:35:06.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:05 smithi148 bash[24200]: audit 2023-11-08T02:35:04.397710+0000 mgr.smithi148.cvefzo (mgr.14180) 669 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:06.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:05 smithi153 bash[28288]: audit 2023-11-08T02:35:04.397710+0000 mgr.smithi148.cvefzo (mgr.14180) 669 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:07.217 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:06 smithi148 bash[24200]: cluster 2023-11-08T02:35:05.648566+0000 mgr.smithi148.cvefzo (mgr.14180) 670 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:35:07.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:06 smithi153 bash[28288]: cluster 2023-11-08T02:35:05.648566+0000 mgr.smithi148.cvefzo (mgr.14180) 670 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:35:08.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:08 smithi153 bash[28288]: cluster 2023-11-08T02:35:07.649734+0000 mgr.smithi148.cvefzo (mgr.14180) 671 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2023-11-08T02:35:08.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:08 smithi148 bash[24200]: cluster 2023-11-08T02:35:07.649734+0000 mgr.smithi148.cvefzo (mgr.14180) 671 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2023-11-08T02:35:09.260 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:35:09.261 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:53.523893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noeyps on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\nDeploy daemon haproxy.nfs.foo.smithi153.noeyps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.637721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yzypqs on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\nDeploy daemon haproxy.nfs.foo.smithi148.yzypqs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.641395Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.uailnx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:35:09.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:35:10.997 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:35:11.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:10 smithi153 bash[28288]: audit 2023-11-08T02:35:09.251994+0000 mgr.smithi148.cvefzo (mgr.14180) 672 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:11.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:10 smithi153 bash[28288]: cluster 2023-11-08T02:35:09.651065+0000 mgr.smithi148.cvefzo (mgr.14180) 673 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:11.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:10 smithi153 bash[28288]: audit 2023-11-08T02:35:09.842612+0000 mon.smithi148 (mon.0) 855 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:35:11.200 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:10 smithi148 bash[24200]: audit 2023-11-08T02:35:09.251994+0000 mgr.smithi148.cvefzo (mgr.14180) 672 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:11.200 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:10 smithi148 bash[24200]: cluster 2023-11-08T02:35:09.651065+0000 mgr.smithi148.cvefzo (mgr.14180) 673 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:11.200 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:10 smithi148 bash[24200]: audit 2023-11-08T02:35:09.842612+0000 mon.smithi148 (mon.0) 855 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:35:13.146 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:12 smithi148 bash[24200]: cluster 2023-11-08T02:35:11.651974+0000 mgr.smithi148.cvefzo (mgr.14180) 674 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:13.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:12 smithi153 bash[28288]: cluster 2023-11-08T02:35:11.651974+0000 mgr.smithi148.cvefzo (mgr.14180) 674 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:14.459 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:35:14.460 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:53.523893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noeyps on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\nDeploy daemon haproxy.nfs.foo.smithi153.noeyps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.637721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yzypqs on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\nDeploy daemon haproxy.nfs.foo.smithi148.yzypqs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.641395Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.uailnx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:35:15.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:14 smithi148 bash[24200]: cluster 2023-11-08T02:35:13.653214+0000 mgr.smithi148.cvefzo (mgr.14180) 675 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:15.149 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:35:15.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:14 smithi153 bash[28288]: cluster 2023-11-08T02:35:13.653214+0000 mgr.smithi148.cvefzo (mgr.14180) 675 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:16.150 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:35:16.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:15 smithi153 bash[28288]: audit 2023-11-08T02:35:14.449285+0000 mgr.smithi148.cvefzo (mgr.14180) 676 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:16.164 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:15 smithi148 bash[24200]: audit 2023-11-08T02:35:14.449285+0000 mgr.smithi148.cvefzo (mgr.14180) 676 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:17.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:16 smithi153 bash[28288]: cluster 2023-11-08T02:35:15.654362+0000 mgr.smithi148.cvefzo (mgr.14180) 677 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:17.223 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:16 smithi148 bash[24200]: cluster 2023-11-08T02:35:15.654362+0000 mgr.smithi148.cvefzo (mgr.14180) 677 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:18.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:18 smithi153 bash[28288]: cluster 2023-11-08T02:35:17.655590+0000 mgr.smithi148.cvefzo (mgr.14180) 678 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:35:18.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:18 smithi148 bash[24200]: cluster 2023-11-08T02:35:17.655590+0000 mgr.smithi148.cvefzo (mgr.14180) 678 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:35:19.392 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:35:19.392 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:53.523893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noeyps on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\nDeploy daemon haproxy.nfs.foo.smithi153.noeyps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.637721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yzypqs on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\nDeploy daemon haproxy.nfs.foo.smithi148.yzypqs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.641395Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.uailnx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:35:20.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:35:21.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:20 smithi148 bash[24200]: audit 2023-11-08T02:35:19.383375+0000 mgr.smithi148.cvefzo (mgr.14180) 679 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:21.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:20 smithi148 bash[24200]: cluster 2023-11-08T02:35:19.656806+0000 mgr.smithi148.cvefzo (mgr.14180) 680 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:21.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:20 smithi153 bash[28288]: audit 2023-11-08T02:35:19.383375+0000 mgr.smithi148.cvefzo (mgr.14180) 679 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:21.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:20 smithi153 bash[28288]: cluster 2023-11-08T02:35:19.656806+0000 mgr.smithi148.cvefzo (mgr.14180) 680 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:21.190 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:35:23.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:22 smithi148 bash[24200]: cluster 2023-11-08T02:35:21.657428+0000 mgr.smithi148.cvefzo (mgr.14180) 681 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:23.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:22 smithi153 bash[28288]: cluster 2023-11-08T02:35:21.657428+0000 mgr.smithi148.cvefzo (mgr.14180) 681 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:24.515 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:35:24.515 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:53.523893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noeyps on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\nDeploy daemon haproxy.nfs.foo.smithi153.noeyps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.637721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yzypqs on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\nDeploy daemon haproxy.nfs.foo.smithi148.yzypqs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.641395Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.uailnx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:35:25.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:24 smithi148 bash[24200]: cluster 2023-11-08T02:35:23.658670+0000 mgr.smithi148.cvefzo (mgr.14180) 682 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:25.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:24 smithi153 bash[28288]: cluster 2023-11-08T02:35:23.658670+0000 mgr.smithi148.cvefzo (mgr.14180) 682 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:25.294 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:35:26.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:25 smithi148 bash[24200]: audit 2023-11-08T02:35:24.505147+0000 mgr.smithi148.cvefzo (mgr.14180) 683 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:26.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:25 smithi153 bash[28288]: audit 2023-11-08T02:35:24.505147+0000 mgr.smithi148.cvefzo (mgr.14180) 683 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:26.296 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:35:26.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:26 smithi148 bash[24200]: cluster 2023-11-08T02:35:25.659776+0000 mgr.smithi148.cvefzo (mgr.14180) 684 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:27.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:26 smithi153 bash[28288]: cluster 2023-11-08T02:35:25.659776+0000 mgr.smithi148.cvefzo (mgr.14180) 684 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:28.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:28 smithi153 bash[28288]: cluster 2023-11-08T02:35:27.660780+0000 mgr.smithi148.cvefzo (mgr.14180) 685 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:35:28.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:28 smithi148 bash[24200]: cluster 2023-11-08T02:35:27.660780+0000 mgr.smithi148.cvefzo (mgr.14180) 685 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:35:29.552 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:35:29.552 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:53.523893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noeyps on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\nDeploy daemon haproxy.nfs.foo.smithi153.noeyps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.637721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yzypqs on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\nDeploy daemon haproxy.nfs.foo.smithi148.yzypqs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.641395Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.uailnx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:35:30.344 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:35:31.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:30 smithi148 bash[24200]: audit 2023-11-08T02:35:29.543056+0000 mgr.smithi148.cvefzo (mgr.14180) 686 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:31.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:30 smithi148 bash[24200]: cluster 2023-11-08T02:35:29.661969+0000 mgr.smithi148.cvefzo (mgr.14180) 687 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:31.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:30 smithi153 bash[28288]: audit 2023-11-08T02:35:29.543056+0000 mgr.smithi148.cvefzo (mgr.14180) 686 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:31.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:30 smithi153 bash[28288]: cluster 2023-11-08T02:35:29.661969+0000 mgr.smithi148.cvefzo (mgr.14180) 687 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:31.345 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:35:33.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:32 smithi148 bash[24200]: cluster 2023-11-08T02:35:31.663131+0000 mgr.smithi148.cvefzo (mgr.14180) 688 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:33.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:32 smithi153 bash[28288]: cluster 2023-11-08T02:35:31.663131+0000 mgr.smithi148.cvefzo (mgr.14180) 688 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:34.526 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:35:34.526 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:53.523893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noeyps on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\nDeploy daemon haproxy.nfs.foo.smithi153.noeyps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.637721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yzypqs on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\nDeploy daemon haproxy.nfs.foo.smithi148.yzypqs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.641395Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.uailnx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:35:35.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:34 smithi148 bash[24200]: cluster 2023-11-08T02:35:33.664287+0000 mgr.smithi148.cvefzo (mgr.14180) 689 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:35.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:34 smithi153 bash[28288]: cluster 2023-11-08T02:35:33.664287+0000 mgr.smithi148.cvefzo (mgr.14180) 689 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:35.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:35:36.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:35 smithi148 bash[24200]: audit 2023-11-08T02:35:34.516351+0000 mgr.smithi148.cvefzo (mgr.14180) 690 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:36.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:35 smithi153 bash[28288]: audit 2023-11-08T02:35:34.516351+0000 mgr.smithi148.cvefzo (mgr.14180) 690 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:36.353 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:35:37.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:36 smithi148 bash[24200]: cluster 2023-11-08T02:35:35.665426+0000 mgr.smithi148.cvefzo (mgr.14180) 691 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:37.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:36 smithi153 bash[28288]: cluster 2023-11-08T02:35:35.665426+0000 mgr.smithi148.cvefzo (mgr.14180) 691 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:38.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:38 smithi148 bash[24200]: cluster 2023-11-08T02:35:37.666698+0000 mgr.smithi148.cvefzo (mgr.14180) 692 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:35:38.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:38 smithi153 bash[28288]: cluster 2023-11-08T02:35:37.666698+0000 mgr.smithi148.cvefzo (mgr.14180) 692 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:35:39.682 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:35:39.682 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:53.523893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noeyps on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\nDeploy daemon haproxy.nfs.foo.smithi153.noeyps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.637721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yzypqs on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\nDeploy daemon haproxy.nfs.foo.smithi148.yzypqs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.641395Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.uailnx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:35:40.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:35:41.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:40 smithi148 bash[24200]: cluster 2023-11-08T02:35:39.667906+0000 mgr.smithi148.cvefzo (mgr.14180) 693 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:41.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:40 smithi148 bash[24200]: audit 2023-11-08T02:35:39.672470+0000 mgr.smithi148.cvefzo (mgr.14180) 694 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:41.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:40 smithi153 bash[28288]: cluster 2023-11-08T02:35:39.667906+0000 mgr.smithi148.cvefzo (mgr.14180) 693 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:41.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:40 smithi153 bash[28288]: audit 2023-11-08T02:35:39.672470+0000 mgr.smithi148.cvefzo (mgr.14180) 694 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:41.450 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:35:42.880 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:42 smithi148 bash[24200]: cluster 2023-11-08T02:35:41.668880+0000 mgr.smithi148.cvefzo (mgr.14180) 695 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:43.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:42 smithi153 bash[28288]: cluster 2023-11-08T02:35:41.668880+0000 mgr.smithi148.cvefzo (mgr.14180) 695 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:44.838 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:35:44.838 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:53.523893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noeyps on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\nDeploy daemon haproxy.nfs.foo.smithi153.noeyps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.637721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yzypqs on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\nDeploy daemon haproxy.nfs.foo.smithi148.yzypqs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.641395Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.uailnx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:35:45.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:44 smithi148 bash[24200]: cluster 2023-11-08T02:35:43.670299+0000 mgr.smithi148.cvefzo (mgr.14180) 696 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:45.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:44 smithi153 bash[28288]: cluster 2023-11-08T02:35:43.670299+0000 mgr.smithi148.cvefzo (mgr.14180) 696 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:45.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:35:46.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:45 smithi148 bash[24200]: audit 2023-11-08T02:35:44.829192+0000 mgr.smithi148.cvefzo (mgr.14180) 697 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:46.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:45 smithi153 bash[28288]: audit 2023-11-08T02:35:44.829192+0000 mgr.smithi148.cvefzo (mgr.14180) 697 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:46.590 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:35:47.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:46 smithi148 bash[24200]: cluster 2023-11-08T02:35:45.671416+0000 mgr.smithi148.cvefzo (mgr.14180) 698 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:47.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:46 smithi153 bash[28288]: cluster 2023-11-08T02:35:45.671416+0000 mgr.smithi148.cvefzo (mgr.14180) 698 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:48.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:48 smithi148 bash[24200]: cluster 2023-11-08T02:35:47.672539+0000 mgr.smithi148.cvefzo (mgr.14180) 699 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:35:48.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:48 smithi153 bash[28288]: cluster 2023-11-08T02:35:47.672539+0000 mgr.smithi148.cvefzo (mgr.14180) 699 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:35:49.701 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:35:49.702 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:53.523893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noeyps on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\nDeploy daemon haproxy.nfs.foo.smithi153.noeyps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.637721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yzypqs on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\nDeploy daemon haproxy.nfs.foo.smithi148.yzypqs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.641395Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.uailnx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:35:50.452 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:35:51.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:50 smithi148 bash[24200]: cluster 2023-11-08T02:35:49.673711+0000 mgr.smithi148.cvefzo (mgr.14180) 700 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:51.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:50 smithi148 bash[24200]: audit 2023-11-08T02:35:49.690833+0000 mgr.smithi148.cvefzo (mgr.14180) 701 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:51.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:50 smithi153 bash[28288]: cluster 2023-11-08T02:35:49.673711+0000 mgr.smithi148.cvefzo (mgr.14180) 700 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:51.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:50 smithi153 bash[28288]: audit 2023-11-08T02:35:49.690833+0000 mgr.smithi148.cvefzo (mgr.14180) 701 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:51.454 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:35:52.959 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:52 smithi148 bash[24200]: cluster 2023-11-08T02:35:51.674578+0000 mgr.smithi148.cvefzo (mgr.14180) 702 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:53.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:52 smithi153 bash[28288]: cluster 2023-11-08T02:35:51.674578+0000 mgr.smithi148.cvefzo (mgr.14180) 702 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:54.763 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:35:54.764 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:53.523893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noeyps on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\nDeploy daemon haproxy.nfs.foo.smithi153.noeyps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.637721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yzypqs on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\nDeploy daemon haproxy.nfs.foo.smithi148.yzypqs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.641395Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.uailnx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:35:55.008 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:54 smithi148 bash[24200]: cluster 2023-11-08T02:35:53.675762+0000 mgr.smithi148.cvefzo (mgr.14180) 703 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:55.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:54 smithi153 bash[28288]: cluster 2023-11-08T02:35:53.675762+0000 mgr.smithi148.cvefzo (mgr.14180) 703 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:55.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:35:56.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:55 smithi148 bash[24200]: audit 2023-11-08T02:35:54.755943+0000 mgr.smithi148.cvefzo (mgr.14180) 704 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:56.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:55 smithi153 bash[28288]: audit 2023-11-08T02:35:54.755943+0000 mgr.smithi148.cvefzo (mgr.14180) 704 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:35:56.569 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:35:57.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:56 smithi148 bash[24200]: cluster 2023-11-08T02:35:55.676828+0000 mgr.smithi148.cvefzo (mgr.14180) 705 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:57.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:56 smithi153 bash[28288]: cluster 2023-11-08T02:35:55.676828+0000 mgr.smithi148.cvefzo (mgr.14180) 705 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:35:58.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:58 smithi148 bash[24200]: audit 2023-11-08T02:35:57.647784+0000 mon.smithi148 (mon.0) 856 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:35:58.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:58 smithi148 bash[24200]: cluster 2023-11-08T02:35:57.678039+0000 mgr.smithi148.cvefzo (mgr.14180) 706 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:35:58.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:58 smithi148 bash[24200]: audit 2023-11-08T02:35:57.955201+0000 mon.smithi148 (mon.0) 857 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:35:58.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:58 smithi148 bash[24200]: audit 2023-11-08T02:35:57.956553+0000 mon.smithi148 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:35:58.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:58 smithi148 bash[24200]: audit 2023-11-08T02:35:57.964956+0000 mon.smithi148 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:35:58.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:58 smithi148 bash[24200]: audit 2023-11-08T02:35:57.970216+0000 mon.smithi148 (mon.0) 860 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:35:58.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:58 smithi148 bash[24200]: audit 2023-11-08T02:35:57.983156+0000 mon.smithi148 (mon.0) 861 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:35:58.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:58 smithi153 bash[28288]: audit 2023-11-08T02:35:57.647784+0000 mon.smithi148 (mon.0) 856 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:35:58.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:58 smithi153 bash[28288]: cluster 2023-11-08T02:35:57.678039+0000 mgr.smithi148.cvefzo (mgr.14180) 706 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:35:58.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:58 smithi153 bash[28288]: audit 2023-11-08T02:35:57.955201+0000 mon.smithi148 (mon.0) 857 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:35:58.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:58 smithi153 bash[28288]: audit 2023-11-08T02:35:57.956553+0000 mon.smithi148 (mon.0) 858 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:35:58.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:58 smithi153 bash[28288]: audit 2023-11-08T02:35:57.964956+0000 mon.smithi148 (mon.0) 859 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:35:58.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:58 smithi153 bash[28288]: audit 2023-11-08T02:35:57.970216+0000 mon.smithi148 (mon.0) 860 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:35:58.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:58 smithi153 bash[28288]: audit 2023-11-08T02:35:57.983156+0000 mon.smithi148 (mon.0) 861 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:35:59.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:59 smithi148 bash[24200]: cluster 2023-11-08T02:35:57.965681+0000 mgr.smithi148.cvefzo (mgr.14180) 707 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:35:59.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:59 smithi148 bash[24200]: cephadm 2023-11-08T02:35:57.986082+0000 mgr.smithi148.cvefzo (mgr.14180) 708 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.xtfwyr on smithi153 2023-11-08T02:35:59.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:59 smithi148 bash[24200]: cluster 2023-11-08T02:35:58.147081+0000 mon.smithi148 (mon.0) 862 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:35:59.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:35:59 smithi148 bash[24200]: cluster 2023-11-08T02:35:58.147148+0000 mon.smithi148 (mon.0) 863 : cluster [INF] Cluster is now healthy 2023-11-08T02:35:59.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:59 smithi153 bash[28288]: cluster 2023-11-08T02:35:57.965681+0000 mgr.smithi148.cvefzo (mgr.14180) 707 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:35:59.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:59 smithi153 bash[28288]: cephadm 2023-11-08T02:35:57.986082+0000 mgr.smithi148.cvefzo (mgr.14180) 708 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.xtfwyr on smithi153 2023-11-08T02:35:59.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:59 smithi153 bash[28288]: cluster 2023-11-08T02:35:58.147081+0000 mon.smithi148 (mon.0) 862 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:35:59.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:35:59 smithi153 bash[28288]: cluster 2023-11-08T02:35:58.147148+0000 mon.smithi148 (mon.0) 863 : cluster [INF] Cluster is now healthy 2023-11-08T02:35:59.991 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:35:59.991 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:33:49.383451Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.kefdvo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:53.523893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noeyps on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\nDeploy daemon haproxy.nfs.foo.smithi153.noeyps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.637721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yzypqs on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\nDeploy daemon haproxy.nfs.foo.smithi148.yzypqs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.641395Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.uailnx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:36:00.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:36:01.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:01 smithi148 bash[24200]: cluster 2023-11-08T02:35:59.966552+0000 mgr.smithi148.cvefzo (mgr.14180) 709 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:36:01.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:01 smithi148 bash[24200]: audit 2023-11-08T02:35:59.986700+0000 mgr.smithi148.cvefzo (mgr.14180) 710 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:01.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:01 smithi153 bash[28288]: cluster 2023-11-08T02:35:59.966552+0000 mgr.smithi148.cvefzo (mgr.14180) 709 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:36:01.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:01 smithi153 bash[28288]: audit 2023-11-08T02:35:59.986700+0000 mgr.smithi148.cvefzo (mgr.14180) 710 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:01.752 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:36:02.296 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: cephadm 2023-11-08T02:36:01.950631+0000 mgr.smithi148.cvefzo (mgr.14180) 711 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr 2023-11-08T02:36:02.297 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:36:02.297 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr 2023-11-08T02:36:02.297 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr 2023-11-08T02:36:02.297 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:36:02.297 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr 2023-11-08T02:36:02.298 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.xtfwyr ... 2023-11-08T02:36:02.298 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:02.298 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:36:02.298 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:36:02.298 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:36:02.299 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:02.299 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:36:02.299 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:36:02.299 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:36:02.299 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:36:02.300 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:36:02.300 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr 2023-11-08T02:36:02.300 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:36:02.300 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr 2023-11-08T02:36:02.300 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr 2023-11-08T02:36:02.301 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:36:02.301 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr 2023-11-08T02:36:02.301 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.xtfwyr ... 2023-11-08T02:36:02.301 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:02.301 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:36:02.302 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:36:02.302 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:36:02.302 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:02.302 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: cephadm 2023-11-08T02:36:01.951143+0000 mgr.smithi148.cvefzo (mgr.14180) 712 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.xtfwyr 2023-11-08T02:36:02.302 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: audit 2023-11-08T02:36:01.951781+0000 mon.smithi148 (mon.0) 864 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.xtfwyr"}]: dispatch 2023-11-08T02:36:02.303 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: cephadm 2023-11-08T02:36:01.952996+0000 mgr.smithi148.cvefzo (mgr.14180) 713 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.xtfwyr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr 2023-11-08T02:36:02.303 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:36:02.303 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr 2023-11-08T02:36:02.303 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr 2023-11-08T02:36:02.304 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:36:02.304 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr 2023-11-08T02:36:02.304 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.xtfwyr ... 2023-11-08T02:36:02.304 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:02.304 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:36:02.305 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:36:02.305 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:36:02.305 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:02.305 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:02 smithi148 bash[24200]: cephadm 2023-11-08T02:36:01.957839+0000 mgr.smithi148.cvefzo (mgr.14180) 714 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.figrrr on smithi148 2023-11-08T02:36:02.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: cephadm 2023-11-08T02:36:01.950631+0000 mgr.smithi148.cvefzo (mgr.14180) 711 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr 2023-11-08T02:36:02.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:36:02.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr 2023-11-08T02:36:02.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr 2023-11-08T02:36:02.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:36:02.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr 2023-11-08T02:36:02.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.xtfwyr ... 2023-11-08T02:36:02.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:02.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:36:02.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:36:02.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:36:02.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:02.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:36:02.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:36:02.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:36:02.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:36:02.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:36:02.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr 2023-11-08T02:36:02.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:36:02.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr 2023-11-08T02:36:02.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr 2023-11-08T02:36:02.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:36:02.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr 2023-11-08T02:36:02.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.xtfwyr ... 2023-11-08T02:36:02.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:02.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:36:02.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:36:02.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:36:02.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:02.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: cephadm 2023-11-08T02:36:01.951143+0000 mgr.smithi148.cvefzo (mgr.14180) 712 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.xtfwyr 2023-11-08T02:36:02.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: audit 2023-11-08T02:36:01.951781+0000 mon.smithi148 (mon.0) 864 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.xtfwyr"}]: dispatch 2023-11-08T02:36:02.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: cephadm 2023-11-08T02:36:01.952996+0000 mgr.smithi148.cvefzo (mgr.14180) 713 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.xtfwyr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr 2023-11-08T02:36:02.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:36:02.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr 2023-11-08T02:36:02.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr 2023-11-08T02:36:02.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:36:02.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr 2023-11-08T02:36:02.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.xtfwyr ... 2023-11-08T02:36:02.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:02.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:36:02.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:36:02.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:36:02.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:02.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:02 smithi153 bash[28288]: cephadm 2023-11-08T02:36:01.957839+0000 mgr.smithi148.cvefzo (mgr.14180) 714 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.figrrr on smithi148 2023-11-08T02:36:03.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:03 smithi148 bash[24200]: cluster 2023-11-08T02:36:01.967195+0000 mgr.smithi148.cvefzo (mgr.14180) 715 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:36:03.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:03 smithi153 bash[28288]: cluster 2023-11-08T02:36:01.967195+0000 mgr.smithi148.cvefzo (mgr.14180) 715 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:36:05.148 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:36:05.148 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:34:53.523893Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.noeyps on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-noeyps\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.noeyps\nDeploy daemon haproxy.nfs.foo.smithi153.noeyps ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.637721Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yzypqs on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yzypqs\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yzypqs\nDeploy daemon haproxy.nfs.foo.smithi148.yzypqs ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:34:57.641395Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.uailnx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:01.952822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xtfwyr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\nDeploy daemon haproxy.nfs.foo.smithi153.xtfwyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:36:05.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:05 smithi148 bash[24200]: cluster 2023-11-08T02:36:03.967925+0000 mgr.smithi148.cvefzo (mgr.14180) 716 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:36:05.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:05 smithi153 bash[28288]: cluster 2023-11-08T02:36:03.967925+0000 mgr.smithi148.cvefzo (mgr.14180) 716 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:36:05.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:36:06.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:06 smithi148 bash[24200]: audit 2023-11-08T02:36:05.138796+0000 mgr.smithi148.cvefzo (mgr.14180) 717 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:06.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:06 smithi148 bash[24200]: audit 2023-11-08T02:36:06.020812+0000 mon.smithi148 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.figrrr"}]: dispatch 2023-11-08T02:36:06.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:06 smithi153 bash[28288]: audit 2023-11-08T02:36:05.138796+0000 mgr.smithi148.cvefzo (mgr.14180) 717 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:06.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:06 smithi153 bash[28288]: audit 2023-11-08T02:36:06.020812+0000 mon.smithi148 (mon.0) 865 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.figrrr"}]: dispatch 2023-11-08T02:36:06.981 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:36:07.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: cluster 2023-11-08T02:36:05.968726+0000 mgr.smithi148.cvefzo (mgr.14180) 718 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:36:07.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: cephadm 2023-11-08T02:36:06.019985+0000 mgr.smithi148.cvefzo (mgr.14180) 719 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr 2023-11-08T02:36:07.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:36:07.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr 2023-11-08T02:36:07.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr 2023-11-08T02:36:07.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:36:07.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr 2023-11-08T02:36:07.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.figrrr ... 2023-11-08T02:36:07.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:07.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:36:07.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:36:07.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:36:07.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:07.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:36:07.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:36:07.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:36:07.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:36:07.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:36:07.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr 2023-11-08T02:36:07.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:36:07.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr 2023-11-08T02:36:07.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr 2023-11-08T02:36:07.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:36:07.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr 2023-11-08T02:36:07.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.figrrr ... 2023-11-08T02:36:07.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:07.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:36:07.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:36:07.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:36:07.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:07.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: cephadm 2023-11-08T02:36:06.020248+0000 mgr.smithi148.cvefzo (mgr.14180) 720 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.figrrr 2023-11-08T02:36:07.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: cephadm 2023-11-08T02:36:06.022411+0000 mgr.smithi148.cvefzo (mgr.14180) 721 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.figrrr on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr 2023-11-08T02:36:07.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:36:07.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr 2023-11-08T02:36:07.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr 2023-11-08T02:36:07.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:36:07.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr 2023-11-08T02:36:07.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.figrrr ... 2023-11-08T02:36:07.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:07.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:36:07.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:36:07.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:36:07.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:07.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: cephadm 2023-11-08T02:36:06.026349+0000 mgr.smithi148.cvefzo (mgr.14180) 722 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.iyceny on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:36:07.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: cephadm 2023-11-08T02:36:06.030014+0000 mgr.smithi148.cvefzo (mgr.14180) 723 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:36:07.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: cluster 2023-11-08T02:36:06.031290+0000 mgr.smithi148.cvefzo (mgr.14180) 724 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:36:07.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:07 smithi148 bash[24200]: cluster 2023-11-08T02:36:06.181397+0000 mon.smithi148 (mon.0) 866 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:36:07.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: cluster 2023-11-08T02:36:05.968726+0000 mgr.smithi148.cvefzo (mgr.14180) 718 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:36:07.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: cephadm 2023-11-08T02:36:06.019985+0000 mgr.smithi148.cvefzo (mgr.14180) 719 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr 2023-11-08T02:36:07.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:36:07.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr 2023-11-08T02:36:07.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr 2023-11-08T02:36:07.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:36:07.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr 2023-11-08T02:36:07.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.figrrr ... 2023-11-08T02:36:07.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:07.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:36:07.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:36:07.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:36:07.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:07.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:36:07.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:36:07.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:36:07.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:36:07.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:36:07.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr 2023-11-08T02:36:07.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:36:07.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr 2023-11-08T02:36:07.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr 2023-11-08T02:36:07.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:36:07.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr 2023-11-08T02:36:07.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.figrrr ... 2023-11-08T02:36:07.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:07.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:36:07.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:36:07.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:36:07.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:07.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: cephadm 2023-11-08T02:36:06.020248+0000 mgr.smithi148.cvefzo (mgr.14180) 720 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.figrrr 2023-11-08T02:36:07.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: cephadm 2023-11-08T02:36:06.022411+0000 mgr.smithi148.cvefzo (mgr.14180) 721 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.figrrr on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr 2023-11-08T02:36:07.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:36:07.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr 2023-11-08T02:36:07.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr 2023-11-08T02:36:07.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:36:07.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr 2023-11-08T02:36:07.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.figrrr ... 2023-11-08T02:36:07.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:07.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:36:07.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:36:07.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:36:07.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:36:07.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: cephadm 2023-11-08T02:36:06.026349+0000 mgr.smithi148.cvefzo (mgr.14180) 722 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.iyceny on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:36:07.664 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: cephadm 2023-11-08T02:36:06.030014+0000 mgr.smithi148.cvefzo (mgr.14180) 723 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:36:07.664 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: cluster 2023-11-08T02:36:06.031290+0000 mgr.smithi148.cvefzo (mgr.14180) 724 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:36:07.664 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:07 smithi153 bash[28288]: cluster 2023-11-08T02:36:06.181397+0000 mon.smithi148 (mon.0) 866 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:36:09.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:09 smithi148 bash[24200]: cluster 2023-11-08T02:36:08.032369+0000 mgr.smithi148.cvefzo (mgr.14180) 725 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:36:09.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:09 smithi153 bash[28288]: cluster 2023-11-08T02:36:08.032369+0000 mgr.smithi148.cvefzo (mgr.14180) 725 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:36:10.228 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:36:10.228 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:01.952822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xtfwyr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\nDeploy daemon haproxy.nfs.foo.smithi153.xtfwyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.022127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.figrrr on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\nDeploy daemon haproxy.nfs.foo.smithi148.figrrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.026124Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.iyceny on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:36:10.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:36:11.257 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:10 smithi148 bash[24200]: audit 2023-11-08T02:36:09.950923+0000 mon.smithi148 (mon.0) 867 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:36:11.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:10 smithi153 bash[28288]: audit 2023-11-08T02:36:09.950923+0000 mon.smithi148 (mon.0) 867 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:36:11.993 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:36:12.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:11 smithi148 bash[24200]: cluster 2023-11-08T02:36:10.033462+0000 mgr.smithi148.cvefzo (mgr.14180) 726 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:36:12.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:11 smithi148 bash[24200]: audit 2023-11-08T02:36:10.218453+0000 mgr.smithi148.cvefzo (mgr.14180) 727 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:12.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:11 smithi153 bash[28288]: cluster 2023-11-08T02:36:10.033462+0000 mgr.smithi148.cvefzo (mgr.14180) 726 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:36:12.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:11 smithi153 bash[28288]: audit 2023-11-08T02:36:10.218453+0000 mgr.smithi148.cvefzo (mgr.14180) 727 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:14.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:13 smithi153 bash[28288]: cluster 2023-11-08T02:36:12.034615+0000 mgr.smithi148.cvefzo (mgr.14180) 728 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:36:14.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:13 smithi148 bash[24200]: cluster 2023-11-08T02:36:12.034615+0000 mgr.smithi148.cvefzo (mgr.14180) 728 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:36:15.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:14 smithi148 bash[24200]: cluster 2023-11-08T02:36:14.035719+0000 mgr.smithi148.cvefzo (mgr.14180) 729 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:36:15.165 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:36:15.166 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:01.952822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xtfwyr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\nDeploy daemon haproxy.nfs.foo.smithi153.xtfwyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.022127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.figrrr on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\nDeploy daemon haproxy.nfs.foo.smithi148.figrrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.026124Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.iyceny on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:36:15.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:14 smithi153 bash[28288]: cluster 2023-11-08T02:36:14.035719+0000 mgr.smithi148.cvefzo (mgr.14180) 729 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:36:15.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:36:16.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:15 smithi148 bash[24200]: audit 2023-11-08T02:36:15.157571+0000 mgr.smithi148.cvefzo (mgr.14180) 730 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:16.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:15 smithi153 bash[28288]: audit 2023-11-08T02:36:15.157571+0000 mgr.smithi148.cvefzo (mgr.14180) 730 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:16.974 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:36:17.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:16 smithi148 bash[24200]: cluster 2023-11-08T02:36:16.036771+0000 mgr.smithi148.cvefzo (mgr.14180) 731 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:36:17.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:16 smithi153 bash[28288]: cluster 2023-11-08T02:36:16.036771+0000 mgr.smithi148.cvefzo (mgr.14180) 731 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:36:19.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:19 smithi148 bash[24200]: cluster 2023-11-08T02:36:18.037941+0000 mgr.smithi148.cvefzo (mgr.14180) 732 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:36:19.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:19 smithi153 bash[28288]: cluster 2023-11-08T02:36:18.037941+0000 mgr.smithi148.cvefzo (mgr.14180) 732 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:36:20.113 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:36:20.114 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:01.952822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xtfwyr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\nDeploy daemon haproxy.nfs.foo.smithi153.xtfwyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.022127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.figrrr on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\nDeploy daemon haproxy.nfs.foo.smithi148.figrrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.026124Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.iyceny on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:36:20.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:36:21.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:21 smithi148 bash[24200]: cluster 2023-11-08T02:36:20.039114+0000 mgr.smithi148.cvefzo (mgr.14180) 733 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:21.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:21 smithi148 bash[24200]: audit 2023-11-08T02:36:20.105370+0000 mgr.smithi148.cvefzo (mgr.14180) 734 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:21.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:21 smithi153 bash[28288]: cluster 2023-11-08T02:36:20.039114+0000 mgr.smithi148.cvefzo (mgr.14180) 733 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:21.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:21 smithi153 bash[28288]: audit 2023-11-08T02:36:20.105370+0000 mgr.smithi148.cvefzo (mgr.14180) 734 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:21.870 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:36:23.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:23 smithi148 bash[24200]: cluster 2023-11-08T02:36:22.039846+0000 mgr.smithi148.cvefzo (mgr.14180) 735 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:23.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:23 smithi153 bash[28288]: cluster 2023-11-08T02:36:22.039846+0000 mgr.smithi148.cvefzo (mgr.14180) 735 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:25.053 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:36:25.053 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:01.952822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xtfwyr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\nDeploy daemon haproxy.nfs.foo.smithi153.xtfwyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.022127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.figrrr on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\nDeploy daemon haproxy.nfs.foo.smithi148.figrrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.026124Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.iyceny on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:36:25.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:25 smithi148 bash[24200]: cluster 2023-11-08T02:36:24.040592+0000 mgr.smithi148.cvefzo (mgr.14180) 736 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:25.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:25 smithi153 bash[28288]: cluster 2023-11-08T02:36:24.040592+0000 mgr.smithi148.cvefzo (mgr.14180) 736 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:25.840 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:36:26.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:26 smithi148 bash[24200]: audit 2023-11-08T02:36:25.044839+0000 mgr.smithi148.cvefzo (mgr.14180) 737 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:26.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:26 smithi153 bash[28288]: audit 2023-11-08T02:36:25.044839+0000 mgr.smithi148.cvefzo (mgr.14180) 737 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:26.842 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:36:27.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:27 smithi148 bash[24200]: cluster 2023-11-08T02:36:26.041607+0000 mgr.smithi148.cvefzo (mgr.14180) 738 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:27.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:27 smithi153 bash[28288]: cluster 2023-11-08T02:36:26.041607+0000 mgr.smithi148.cvefzo (mgr.14180) 738 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:29.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:29 smithi148 bash[24200]: cluster 2023-11-08T02:36:28.042674+0000 mgr.smithi148.cvefzo (mgr.14180) 739 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:36:29.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:29 smithi153 bash[28288]: cluster 2023-11-08T02:36:28.042674+0000 mgr.smithi148.cvefzo (mgr.14180) 739 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:36:30.104 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:36:30.105 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:01.952822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xtfwyr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\nDeploy daemon haproxy.nfs.foo.smithi153.xtfwyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.022127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.figrrr on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\nDeploy daemon haproxy.nfs.foo.smithi148.figrrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.026124Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.iyceny on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:36:30.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:36:31.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:31 smithi148 bash[24200]: cluster 2023-11-08T02:36:30.043912+0000 mgr.smithi148.cvefzo (mgr.14180) 740 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:31.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:31 smithi148 bash[24200]: audit 2023-11-08T02:36:30.100015+0000 mgr.smithi148.cvefzo (mgr.14180) 741 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:31.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:31 smithi153 bash[28288]: cluster 2023-11-08T02:36:30.043912+0000 mgr.smithi148.cvefzo (mgr.14180) 740 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:31.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:31 smithi153 bash[28288]: audit 2023-11-08T02:36:30.100015+0000 mgr.smithi148.cvefzo (mgr.14180) 741 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:31.869 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:36:33.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:33 smithi148 bash[24200]: cluster 2023-11-08T02:36:32.045076+0000 mgr.smithi148.cvefzo (mgr.14180) 742 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:33.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:33 smithi153 bash[28288]: cluster 2023-11-08T02:36:32.045076+0000 mgr.smithi148.cvefzo (mgr.14180) 742 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:35.233 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:36:35.233 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:01.952822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xtfwyr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\nDeploy daemon haproxy.nfs.foo.smithi153.xtfwyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.022127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.figrrr on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\nDeploy daemon haproxy.nfs.foo.smithi148.figrrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.026124Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.iyceny on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:36:35.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:35 smithi148 bash[24200]: cluster 2023-11-08T02:36:34.046271+0000 mgr.smithi148.cvefzo (mgr.14180) 743 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:35.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:35 smithi153 bash[28288]: cluster 2023-11-08T02:36:34.046271+0000 mgr.smithi148.cvefzo (mgr.14180) 743 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:35.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:36:36.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:36 smithi148 bash[24200]: audit 2023-11-08T02:36:35.224950+0000 mgr.smithi148.cvefzo (mgr.14180) 744 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:36.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:36 smithi153 bash[28288]: audit 2023-11-08T02:36:35.224950+0000 mgr.smithi148.cvefzo (mgr.14180) 744 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:36.982 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:36:37.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:37 smithi148 bash[24200]: cluster 2023-11-08T02:36:36.047464+0000 mgr.smithi148.cvefzo (mgr.14180) 745 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:37.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:37 smithi153 bash[28288]: cluster 2023-11-08T02:36:36.047464+0000 mgr.smithi148.cvefzo (mgr.14180) 745 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:39.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:39 smithi148 bash[24200]: cluster 2023-11-08T02:36:38.048721+0000 mgr.smithi148.cvefzo (mgr.14180) 746 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:36:39.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:39 smithi153 bash[28288]: cluster 2023-11-08T02:36:38.048721+0000 mgr.smithi148.cvefzo (mgr.14180) 746 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:36:40.244 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:36:40.244 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:01.952822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xtfwyr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\nDeploy daemon haproxy.nfs.foo.smithi153.xtfwyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.022127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.figrrr on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\nDeploy daemon haproxy.nfs.foo.smithi148.figrrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.026124Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.iyceny on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:36:41.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:36:41.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:41 smithi148 bash[24200]: cluster 2023-11-08T02:36:40.049932+0000 mgr.smithi148.cvefzo (mgr.14180) 747 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:41.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:41 smithi148 bash[24200]: audit 2023-11-08T02:36:40.235856+0000 mgr.smithi148.cvefzo (mgr.14180) 748 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:41.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:41 smithi153 bash[28288]: cluster 2023-11-08T02:36:40.049932+0000 mgr.smithi148.cvefzo (mgr.14180) 747 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:41.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:41 smithi153 bash[28288]: audit 2023-11-08T02:36:40.235856+0000 mgr.smithi148.cvefzo (mgr.14180) 748 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:42.038 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:36:43.271 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:43 smithi148 bash[24200]: cluster 2023-11-08T02:36:42.051084+0000 mgr.smithi148.cvefzo (mgr.14180) 749 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:43.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:43 smithi153 bash[28288]: cluster 2023-11-08T02:36:42.051084+0000 mgr.smithi148.cvefzo (mgr.14180) 749 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:45.247 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:36:45.248 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:01.952822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xtfwyr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\nDeploy daemon haproxy.nfs.foo.smithi153.xtfwyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.022127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.figrrr on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\nDeploy daemon haproxy.nfs.foo.smithi148.figrrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.026124Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.iyceny on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:36:45.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:45 smithi148 bash[24200]: cluster 2023-11-08T02:36:44.051836+0000 mgr.smithi148.cvefzo (mgr.14180) 750 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:45.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:45 smithi153 bash[28288]: cluster 2023-11-08T02:36:44.051836+0000 mgr.smithi148.cvefzo (mgr.14180) 750 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:46.034 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:36:46.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:46 smithi148 bash[24200]: audit 2023-11-08T02:36:45.238810+0000 mgr.smithi148.cvefzo (mgr.14180) 751 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:46.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:46 smithi153 bash[28288]: audit 2023-11-08T02:36:45.238810+0000 mgr.smithi148.cvefzo (mgr.14180) 751 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:47.035 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:36:47.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:47 smithi148 bash[24200]: cluster 2023-11-08T02:36:46.052981+0000 mgr.smithi148.cvefzo (mgr.14180) 752 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:47.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:47 smithi153 bash[28288]: cluster 2023-11-08T02:36:46.052981+0000 mgr.smithi148.cvefzo (mgr.14180) 752 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:49.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:49 smithi148 bash[24200]: cluster 2023-11-08T02:36:48.054135+0000 mgr.smithi148.cvefzo (mgr.14180) 753 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:36:49.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:49 smithi153 bash[28288]: cluster 2023-11-08T02:36:48.054135+0000 mgr.smithi148.cvefzo (mgr.14180) 753 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:36:50.355 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:36:50.356 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:01.952822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xtfwyr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\nDeploy daemon haproxy.nfs.foo.smithi153.xtfwyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.022127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.figrrr on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\nDeploy daemon haproxy.nfs.foo.smithi148.figrrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.026124Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.iyceny on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:36:51.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:36:51.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:51 smithi148 bash[24200]: cluster 2023-11-08T02:36:50.055394+0000 mgr.smithi148.cvefzo (mgr.14180) 754 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:51.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:51 smithi148 bash[24200]: audit 2023-11-08T02:36:50.346134+0000 mgr.smithi148.cvefzo (mgr.14180) 755 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:51.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:51 smithi153 bash[28288]: cluster 2023-11-08T02:36:50.055394+0000 mgr.smithi148.cvefzo (mgr.14180) 754 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:51.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:51 smithi153 bash[28288]: audit 2023-11-08T02:36:50.346134+0000 mgr.smithi148.cvefzo (mgr.14180) 755 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:52.135 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:36:53.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:53 smithi148 bash[24200]: cluster 2023-11-08T02:36:52.056592+0000 mgr.smithi148.cvefzo (mgr.14180) 756 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:53.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:53 smithi153 bash[28288]: cluster 2023-11-08T02:36:52.056592+0000 mgr.smithi148.cvefzo (mgr.14180) 756 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:55.409 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:36:55.409 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:01.952822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xtfwyr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\nDeploy daemon haproxy.nfs.foo.smithi153.xtfwyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.022127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.figrrr on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\nDeploy daemon haproxy.nfs.foo.smithi148.figrrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.026124Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.iyceny on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:36:55.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:55 smithi148 bash[24200]: cluster 2023-11-08T02:36:54.057736+0000 mgr.smithi148.cvefzo (mgr.14180) 757 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:55.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:55 smithi153 bash[28288]: cluster 2023-11-08T02:36:54.057736+0000 mgr.smithi148.cvefzo (mgr.14180) 757 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:56.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:36:56.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:56 smithi148 bash[24200]: audit 2023-11-08T02:36:55.398839+0000 mgr.smithi148.cvefzo (mgr.14180) 758 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:56.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:56 smithi153 bash[28288]: audit 2023-11-08T02:36:55.398839+0000 mgr.smithi148.cvefzo (mgr.14180) 758 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:36:57.176 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:36:57.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:57 smithi148 bash[24200]: cluster 2023-11-08T02:36:56.058887+0000 mgr.smithi148.cvefzo (mgr.14180) 759 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:57.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:57 smithi153 bash[28288]: cluster 2023-11-08T02:36:56.058887+0000 mgr.smithi148.cvefzo (mgr.14180) 759 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:36:59.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:36:59 smithi153 bash[28288]: cluster 2023-11-08T02:36:58.060051+0000 mgr.smithi148.cvefzo (mgr.14180) 760 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:36:59.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:36:59 smithi148 bash[24200]: cluster 2023-11-08T02:36:58.060051+0000 mgr.smithi148.cvefzo (mgr.14180) 760 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:37:00.316 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:37:00.316 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:01.952822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xtfwyr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\nDeploy daemon haproxy.nfs.foo.smithi153.xtfwyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.022127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.figrrr on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\nDeploy daemon haproxy.nfs.foo.smithi148.figrrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.026124Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.iyceny on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:37:01.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:37:01.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:01 smithi148 bash[24200]: cluster 2023-11-08T02:37:00.061331+0000 mgr.smithi148.cvefzo (mgr.14180) 761 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:01.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:01 smithi148 bash[24200]: audit 2023-11-08T02:37:00.308428+0000 mgr.smithi148.cvefzo (mgr.14180) 762 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:01.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:01 smithi153 bash[28288]: cluster 2023-11-08T02:37:00.061331+0000 mgr.smithi148.cvefzo (mgr.14180) 761 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:01.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:01 smithi153 bash[28288]: audit 2023-11-08T02:37:00.308428+0000 mgr.smithi148.cvefzo (mgr.14180) 762 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:02.120 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:37:03.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:03 smithi148 bash[24200]: cluster 2023-11-08T02:37:02.062466+0000 mgr.smithi148.cvefzo (mgr.14180) 763 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:03.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:03 smithi153 bash[28288]: cluster 2023-11-08T02:37:02.062466+0000 mgr.smithi148.cvefzo (mgr.14180) 763 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:05.405 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:37:05.405 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:34:57.643439Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lsipdu on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:01.952822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xtfwyr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\nDeploy daemon haproxy.nfs.foo.smithi153.xtfwyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.022127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.figrrr on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\nDeploy daemon haproxy.nfs.foo.smithi148.figrrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.026124Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.iyceny on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:37:05.622 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:05 smithi148 bash[24200]: cluster 2023-11-08T02:37:04.063675+0000 mgr.smithi148.cvefzo (mgr.14180) 764 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:05.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:05 smithi153 bash[28288]: cluster 2023-11-08T02:37:04.063675+0000 mgr.smithi148.cvefzo (mgr.14180) 764 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:06.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:37:06.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:06 smithi148 bash[24200]: audit 2023-11-08T02:37:05.396680+0000 mgr.smithi148.cvefzo (mgr.14180) 765 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:06.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:06 smithi148 bash[24200]: audit 2023-11-08T02:37:06.034583+0000 mon.smithi148 (mon.0) 868 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:37:06.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:06 smithi153 bash[28288]: audit 2023-11-08T02:37:05.396680+0000 mgr.smithi148.cvefzo (mgr.14180) 765 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:06.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:06 smithi153 bash[28288]: audit 2023-11-08T02:37:06.034583+0000 mon.smithi148 (mon.0) 868 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:37:07.162 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:37:07.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:07 smithi148 bash[24200]: cluster 2023-11-08T02:37:06.064789+0000 mgr.smithi148.cvefzo (mgr.14180) 766 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:07.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:07 smithi148 bash[24200]: audit 2023-11-08T02:37:06.343650+0000 mon.smithi148 (mon.0) 869 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:37:07.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:07 smithi148 bash[24200]: audit 2023-11-08T02:37:06.347443+0000 mon.smithi148 (mon.0) 870 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:37:07.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:07 smithi148 bash[24200]: audit 2023-11-08T02:37:06.353064+0000 mon.smithi148 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:37:07.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:07 smithi148 bash[24200]: cluster 2023-11-08T02:37:06.353695+0000 mgr.smithi148.cvefzo (mgr.14180) 767 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:37:07.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:07 smithi148 bash[24200]: audit 2023-11-08T02:37:06.359532+0000 mon.smithi148 (mon.0) 872 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:37:07.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:07 smithi148 bash[24200]: audit 2023-11-08T02:37:06.373051+0000 mon.smithi148 (mon.0) 873 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:37:07.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:07 smithi148 bash[24200]: cephadm 2023-11-08T02:37:06.376859+0000 mgr.smithi148.cvefzo (mgr.14180) 768 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.qgnodg on smithi153 2023-11-08T02:37:07.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:07 smithi153 bash[28288]: cluster 2023-11-08T02:37:06.064789+0000 mgr.smithi148.cvefzo (mgr.14180) 766 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:07.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:07 smithi153 bash[28288]: audit 2023-11-08T02:37:06.343650+0000 mon.smithi148 (mon.0) 869 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:37:07.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:07 smithi153 bash[28288]: audit 2023-11-08T02:37:06.347443+0000 mon.smithi148 (mon.0) 870 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:37:07.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:07 smithi153 bash[28288]: audit 2023-11-08T02:37:06.353064+0000 mon.smithi148 (mon.0) 871 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:37:07.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:07 smithi153 bash[28288]: cluster 2023-11-08T02:37:06.353695+0000 mgr.smithi148.cvefzo (mgr.14180) 767 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:37:07.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:07 smithi153 bash[28288]: audit 2023-11-08T02:37:06.359532+0000 mon.smithi148 (mon.0) 872 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:37:07.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:07 smithi153 bash[28288]: audit 2023-11-08T02:37:06.373051+0000 mon.smithi148 (mon.0) 873 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:37:07.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:07 smithi153 bash[28288]: cephadm 2023-11-08T02:37:06.376859+0000 mgr.smithi148.cvefzo (mgr.14180) 768 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.qgnodg on smithi153 2023-11-08T02:37:08.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:08 smithi148 bash[24200]: cluster 2023-11-08T02:37:07.351550+0000 mon.smithi148 (mon.0) 874 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:37:08.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:08 smithi148 bash[24200]: cluster 2023-11-08T02:37:07.351587+0000 mon.smithi148 (mon.0) 875 : cluster [INF] Cluster is now healthy 2023-11-08T02:37:08.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:08 smithi153 bash[28288]: cluster 2023-11-08T02:37:07.351550+0000 mon.smithi148 (mon.0) 874 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:37:08.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:08 smithi153 bash[28288]: cluster 2023-11-08T02:37:07.351587+0000 mon.smithi148 (mon.0) 875 : cluster [INF] Cluster is now healthy 2023-11-08T02:37:09.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:09 smithi148 bash[24200]: cluster 2023-11-08T02:37:08.354228+0000 mgr.smithi148.cvefzo (mgr.14180) 769 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:37:09.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:09 smithi153 bash[28288]: cluster 2023-11-08T02:37:08.354228+0000 mgr.smithi148.cvefzo (mgr.14180) 769 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:37:10.420 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:37:10.420 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:36:01.952822Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.xtfwyr on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-xtfwyr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.xtfwyr\nDeploy daemon haproxy.nfs.foo.smithi153.xtfwyr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.022127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.figrrr on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-figrrr\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.figrrr\nDeploy daemon haproxy.nfs.foo.smithi148.figrrr ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:36:06.026124Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.iyceny on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:10.265789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\nDeploy daemon haproxy.nfs.foo.smithi153.qgnodg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:37:11.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:10 smithi148 bash[24200]: audit 2023-11-08T02:37:09.847161+0000 mon.smithi148 (mon.0) 876 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:37:11.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:10 smithi148 bash[24200]: audit 2023-11-08T02:37:10.264406+0000 mon.smithi148 (mon.0) 877 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.qgnodg"}]: dispatch 2023-11-08T02:37:11.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:10 smithi153 bash[28288]: audit 2023-11-08T02:37:09.847161+0000 mon.smithi148 (mon.0) 876 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:37:11.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:10 smithi153 bash[28288]: audit 2023-11-08T02:37:10.264406+0000 mon.smithi148 (mon.0) 877 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.qgnodg"}]: dispatch 2023-11-08T02:37:11.217 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:37:12.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: cephadm 2023-11-08T02:37:10.263378+0000 mgr.smithi148.cvefzo (mgr.14180) 770 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg 2023-11-08T02:37:12.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:37:12.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg 2023-11-08T02:37:12.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg 2023-11-08T02:37:12.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:37:12.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg 2023-11-08T02:37:12.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.qgnodg ... 2023-11-08T02:37:12.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:12.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:37:12.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:37:12.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:37:12.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:12.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:37:12.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:37:12.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:37:12.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:37:12.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:37:12.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg 2023-11-08T02:37:12.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:37:12.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg 2023-11-08T02:37:12.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg 2023-11-08T02:37:12.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:37:12.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg 2023-11-08T02:37:12.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.qgnodg ... 2023-11-08T02:37:12.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:12.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:37:12.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:37:12.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:37:12.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:12.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: cephadm 2023-11-08T02:37:10.263783+0000 mgr.smithi148.cvefzo (mgr.14180) 771 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.qgnodg 2023-11-08T02:37:12.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: cephadm 2023-11-08T02:37:10.266026+0000 mgr.smithi148.cvefzo (mgr.14180) 772 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg 2023-11-08T02:37:12.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:37:12.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg 2023-11-08T02:37:12.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg 2023-11-08T02:37:12.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:37:12.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg 2023-11-08T02:37:12.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.qgnodg ... 2023-11-08T02:37:12.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:12.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:37:12.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:37:12.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:37:12.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:12.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: cephadm 2023-11-08T02:37:10.271043+0000 mgr.smithi148.cvefzo (mgr.14180) 773 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.ubusyp on smithi148 2023-11-08T02:37:12.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: cluster 2023-11-08T02:37:10.355074+0000 mgr.smithi148.cvefzo (mgr.14180) 774 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:37:12.165 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:11 smithi153 bash[28288]: audit 2023-11-08T02:37:10.411254+0000 mgr.smithi148.cvefzo (mgr.14180) 775 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:12.218 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:37:12.234 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: cephadm 2023-11-08T02:37:10.263378+0000 mgr.smithi148.cvefzo (mgr.14180) 770 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg 2023-11-08T02:37:12.234 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:37:12.235 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg 2023-11-08T02:37:12.235 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg 2023-11-08T02:37:12.235 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:37:12.235 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg 2023-11-08T02:37:12.236 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.qgnodg ... 2023-11-08T02:37:12.236 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:12.236 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:37:12.236 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:37:12.236 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:37:12.237 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:12.237 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:37:12.237 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:37:12.237 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:37:12.238 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:37:12.238 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:37:12.239 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg 2023-11-08T02:37:12.239 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:37:12.239 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg 2023-11-08T02:37:12.240 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg 2023-11-08T02:37:12.240 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:37:12.240 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg 2023-11-08T02:37:12.240 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.qgnodg ... 2023-11-08T02:37:12.240 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:12.241 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:37:12.241 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:37:12.241 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:37:12.242 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:12.242 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: cephadm 2023-11-08T02:37:10.263783+0000 mgr.smithi148.cvefzo (mgr.14180) 771 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.qgnodg 2023-11-08T02:37:12.242 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: cephadm 2023-11-08T02:37:10.266026+0000 mgr.smithi148.cvefzo (mgr.14180) 772 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg 2023-11-08T02:37:12.242 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:37:12.243 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg 2023-11-08T02:37:12.243 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg 2023-11-08T02:37:12.243 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:37:12.243 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg 2023-11-08T02:37:12.244 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.qgnodg ... 2023-11-08T02:37:12.244 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:12.244 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:37:12.244 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:37:12.245 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:37:12.245 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:12.245 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: cephadm 2023-11-08T02:37:10.271043+0000 mgr.smithi148.cvefzo (mgr.14180) 773 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.ubusyp on smithi148 2023-11-08T02:37:12.245 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: cluster 2023-11-08T02:37:10.355074+0000 mgr.smithi148.cvefzo (mgr.14180) 774 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:37:12.245 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:11 smithi148 bash[24200]: audit 2023-11-08T02:37:10.411254+0000 mgr.smithi148.cvefzo (mgr.14180) 775 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:13.440 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:13 smithi148 bash[24200]: cluster 2023-11-08T02:37:12.355992+0000 mgr.smithi148.cvefzo (mgr.14180) 776 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:37:13.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:13 smithi153 bash[28288]: cluster 2023-11-08T02:37:12.355992+0000 mgr.smithi148.cvefzo (mgr.14180) 776 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:37:14.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:14 smithi148 bash[24200]: audit 2023-11-08T02:37:14.385474+0000 mon.smithi148 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.ubusyp"}]: dispatch 2023-11-08T02:37:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:14 smithi148 bash[24200]: cluster 2023-11-08T02:37:14.407714+0000 mon.smithi148 (mon.0) 879 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:37:14.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:14 smithi153 bash[28288]: audit 2023-11-08T02:37:14.385474+0000 mon.smithi148 (mon.0) 878 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.ubusyp"}]: dispatch 2023-11-08T02:37:14.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:14 smithi153 bash[28288]: cluster 2023-11-08T02:37:14.407714+0000 mon.smithi148 (mon.0) 879 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:37:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: cluster 2023-11-08T02:37:14.356777+0000 mgr.smithi148.cvefzo (mgr.14180) 777 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:37:15.850 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: cephadm 2023-11-08T02:37:14.384743+0000 mgr.smithi148.cvefzo (mgr.14180) 778 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp 2023-11-08T02:37:15.850 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:37:15.850 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp 2023-11-08T02:37:15.851 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp 2023-11-08T02:37:15.851 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:37:15.851 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp 2023-11-08T02:37:15.851 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.ubusyp ... 2023-11-08T02:37:15.851 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:15.852 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:37:15.852 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:37:15.852 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:37:15.852 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:15.853 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:37:15.853 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:37:15.853 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:37:15.853 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:37:15.853 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:37:15.854 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp 2023-11-08T02:37:15.854 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:37:15.854 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp 2023-11-08T02:37:15.854 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp 2023-11-08T02:37:15.855 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:37:15.855 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp 2023-11-08T02:37:15.855 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.ubusyp ... 2023-11-08T02:37:15.855 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:15.855 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:37:15.856 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:37:15.856 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:37:15.856 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:15.856 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: cephadm 2023-11-08T02:37:14.385023+0000 mgr.smithi148.cvefzo (mgr.14180) 779 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.ubusyp 2023-11-08T02:37:15.856 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: cephadm 2023-11-08T02:37:14.386363+0000 mgr.smithi148.cvefzo (mgr.14180) 780 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.ubusyp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp 2023-11-08T02:37:15.857 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:37:15.857 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp 2023-11-08T02:37:15.857 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp 2023-11-08T02:37:15.857 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:37:15.857 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp 2023-11-08T02:37:15.858 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.ubusyp ... 2023-11-08T02:37:15.858 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:15.858 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:37:15.858 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:37:15.858 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:37:15.859 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:15.859 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: cephadm 2023-11-08T02:37:14.388814+0000 mgr.smithi148.cvefzo (mgr.14180) 781 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.wjcvjp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:37:15.859 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: cephadm 2023-11-08T02:37:14.390985+0000 mgr.smithi148.cvefzo (mgr.14180) 782 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:37:15.859 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: cluster 2023-11-08T02:37:14.391877+0000 mgr.smithi148.cvefzo (mgr.14180) 783 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 0 op/s 2023-11-08T02:37:15.860 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:15 smithi148 bash[24200]: audit 2023-11-08T02:37:14.997412+0000 mon.smithi148 (mon.0) 880 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:37:15.860 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:37:15.861 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:10.265789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\nDeploy daemon haproxy.nfs.foo.smithi153.qgnodg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.386181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ubusyp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\nDeploy daemon haproxy.nfs.foo.smithi148.ubusyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.388676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wjcvjp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:37:15.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: cluster 2023-11-08T02:37:14.356777+0000 mgr.smithi148.cvefzo (mgr.14180) 777 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:37:15.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: cephadm 2023-11-08T02:37:14.384743+0000 mgr.smithi148.cvefzo (mgr.14180) 778 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp 2023-11-08T02:37:15.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:37:15.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp 2023-11-08T02:37:15.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp 2023-11-08T02:37:15.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:37:15.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp 2023-11-08T02:37:15.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.ubusyp ... 2023-11-08T02:37:15.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:15.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:37:15.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:37:15.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:37:15.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:15.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:37:15.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:37:15.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:37:15.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:37:15.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:37:15.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp 2023-11-08T02:37:15.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:37:15.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp 2023-11-08T02:37:15.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp 2023-11-08T02:37:15.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:37:15.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp 2023-11-08T02:37:15.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.ubusyp ... 2023-11-08T02:37:15.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:15.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:37:15.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:37:15.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:37:15.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:15.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: cephadm 2023-11-08T02:37:14.385023+0000 mgr.smithi148.cvefzo (mgr.14180) 779 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.ubusyp 2023-11-08T02:37:15.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: cephadm 2023-11-08T02:37:14.386363+0000 mgr.smithi148.cvefzo (mgr.14180) 780 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.ubusyp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp 2023-11-08T02:37:15.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:37:15.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp 2023-11-08T02:37:15.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp 2023-11-08T02:37:15.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:37:15.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp 2023-11-08T02:37:15.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.ubusyp ... 2023-11-08T02:37:15.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:15.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:37:15.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:37:15.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:37:15.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:37:15.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: cephadm 2023-11-08T02:37:14.388814+0000 mgr.smithi148.cvefzo (mgr.14180) 781 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.wjcvjp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:37:15.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: cephadm 2023-11-08T02:37:14.390985+0000 mgr.smithi148.cvefzo (mgr.14180) 782 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:37:15.915 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: cluster 2023-11-08T02:37:14.391877+0000 mgr.smithi148.cvefzo (mgr.14180) 783 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 0 op/s 2023-11-08T02:37:15.915 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:15 smithi153 bash[28288]: audit 2023-11-08T02:37:14.997412+0000 mon.smithi148 (mon.0) 880 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:37:16.585 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:37:16.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:16 smithi148 bash[24200]: audit 2023-11-08T02:37:15.811355+0000 mgr.smithi148.cvefzo (mgr.14180) 784 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:16.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:16 smithi153 bash[28288]: audit 2023-11-08T02:37:15.811355+0000 mgr.smithi148.cvefzo (mgr.14180) 784 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:17.587 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:37:17.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:17 smithi148 bash[24200]: cluster 2023-11-08T02:37:16.392977+0000 mgr.smithi148.cvefzo (mgr.14180) 785 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-08T02:37:17.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:17 smithi153 bash[28288]: cluster 2023-11-08T02:37:16.392977+0000 mgr.smithi148.cvefzo (mgr.14180) 785 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2023-11-08T02:37:19.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:19 smithi148 bash[24200]: cluster 2023-11-08T02:37:18.394182+0000 mgr.smithi148.cvefzo (mgr.14180) 786 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:37:19.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:19 smithi153 bash[28288]: cluster 2023-11-08T02:37:18.394182+0000 mgr.smithi148.cvefzo (mgr.14180) 786 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:37:20.995 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:37:20.995 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:10.265789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\nDeploy daemon haproxy.nfs.foo.smithi153.qgnodg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.386181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ubusyp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\nDeploy daemon haproxy.nfs.foo.smithi148.ubusyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.388676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wjcvjp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:37:21.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:21 smithi148 bash[24200]: cluster 2023-11-08T02:37:20.395290+0000 mgr.smithi148.cvefzo (mgr.14180) 787 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:37:21.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:37:21.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:21 smithi153 bash[28288]: cluster 2023-11-08T02:37:20.395290+0000 mgr.smithi148.cvefzo (mgr.14180) 787 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:37:22.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:22 smithi148 bash[24200]: audit 2023-11-08T02:37:20.990869+0000 mgr.smithi148.cvefzo (mgr.14180) 788 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:22.817 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:37:22.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:22 smithi153 bash[28288]: audit 2023-11-08T02:37:20.990869+0000 mgr.smithi148.cvefzo (mgr.14180) 788 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:23.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:23 smithi148 bash[24200]: cluster 2023-11-08T02:37:22.396508+0000 mgr.smithi148.cvefzo (mgr.14180) 789 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:37:23.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:23 smithi153 bash[28288]: cluster 2023-11-08T02:37:22.396508+0000 mgr.smithi148.cvefzo (mgr.14180) 789 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:37:26.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:25 smithi148 bash[24200]: cluster 2023-11-08T02:37:24.397166+0000 mgr.smithi148.cvefzo (mgr.14180) 790 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:37:26.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:25 smithi148 bash[24200]: audit 2023-11-08T02:37:24.845742+0000 mon.smithi148 (mon.0) 881 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:37:26.071 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:37:26.071 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:10.265789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\nDeploy daemon haproxy.nfs.foo.smithi153.qgnodg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.386181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ubusyp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\nDeploy daemon haproxy.nfs.foo.smithi148.ubusyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.388676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wjcvjp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:37:26.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:25 smithi153 bash[28288]: cluster 2023-11-08T02:37:24.397166+0000 mgr.smithi148.cvefzo (mgr.14180) 790 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:37:26.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:25 smithi153 bash[28288]: audit 2023-11-08T02:37:24.845742+0000 mon.smithi148 (mon.0) 881 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:37:26.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:37:27.821 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:37:28.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:27 smithi153 bash[28288]: audit 2023-11-08T02:37:26.061202+0000 mgr.smithi148.cvefzo (mgr.14180) 791 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:28.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:27 smithi153 bash[28288]: cluster 2023-11-08T02:37:26.398028+0000 mgr.smithi148.cvefzo (mgr.14180) 792 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:28.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:27 smithi148 bash[24200]: audit 2023-11-08T02:37:26.061202+0000 mgr.smithi148.cvefzo (mgr.14180) 791 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:28.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:27 smithi148 bash[24200]: cluster 2023-11-08T02:37:26.398028+0000 mgr.smithi148.cvefzo (mgr.14180) 792 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:30.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:29 smithi148 bash[24200]: cluster 2023-11-08T02:37:28.398786+0000 mgr.smithi148.cvefzo (mgr.14180) 793 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:37:30.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:29 smithi153 bash[28288]: cluster 2023-11-08T02:37:28.398786+0000 mgr.smithi148.cvefzo (mgr.14180) 793 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:37:31.008 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:37:31.008 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:10.265789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\nDeploy daemon haproxy.nfs.foo.smithi153.qgnodg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.386181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ubusyp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\nDeploy daemon haproxy.nfs.foo.smithi148.ubusyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.388676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wjcvjp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:37:31.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:37:32.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:31 smithi148 bash[24200]: cluster 2023-11-08T02:37:30.399898+0000 mgr.smithi148.cvefzo (mgr.14180) 794 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:32.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:31 smithi153 bash[28288]: cluster 2023-11-08T02:37:30.399898+0000 mgr.smithi148.cvefzo (mgr.14180) 794 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:32.723 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:37:33.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:32 smithi148 bash[24200]: audit 2023-11-08T02:37:31.002861+0000 mgr.smithi148.cvefzo (mgr.14180) 795 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:33.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:32 smithi153 bash[28288]: audit 2023-11-08T02:37:31.002861+0000 mgr.smithi148.cvefzo (mgr.14180) 795 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:34.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:33 smithi148 bash[24200]: cluster 2023-11-08T02:37:32.401109+0000 mgr.smithi148.cvefzo (mgr.14180) 796 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:34.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:33 smithi153 bash[28288]: cluster 2023-11-08T02:37:32.401109+0000 mgr.smithi148.cvefzo (mgr.14180) 796 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:35.954 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:37:35.955 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:10.265789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\nDeploy daemon haproxy.nfs.foo.smithi153.qgnodg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.386181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ubusyp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\nDeploy daemon haproxy.nfs.foo.smithi148.ubusyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.388676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wjcvjp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:37:36.142 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:35 smithi148 bash[24200]: cluster 2023-11-08T02:37:34.402264+0000 mgr.smithi148.cvefzo (mgr.14180) 797 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:36.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:35 smithi153 bash[28288]: cluster 2023-11-08T02:37:34.402264+0000 mgr.smithi148.cvefzo (mgr.14180) 797 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:36.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:37:37.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:36 smithi148 bash[24200]: audit 2023-11-08T02:37:35.943667+0000 mgr.smithi148.cvefzo (mgr.14180) 798 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:37.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:36 smithi153 bash[28288]: audit 2023-11-08T02:37:35.943667+0000 mgr.smithi148.cvefzo (mgr.14180) 798 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:37.714 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:37:38.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:37 smithi148 bash[24200]: cluster 2023-11-08T02:37:36.403360+0000 mgr.smithi148.cvefzo (mgr.14180) 799 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:38.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:37 smithi153 bash[28288]: cluster 2023-11-08T02:37:36.403360+0000 mgr.smithi148.cvefzo (mgr.14180) 799 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:40.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:39 smithi148 bash[24200]: cluster 2023-11-08T02:37:38.404540+0000 mgr.smithi148.cvefzo (mgr.14180) 800 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:37:40.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:39 smithi153 bash[28288]: cluster 2023-11-08T02:37:38.404540+0000 mgr.smithi148.cvefzo (mgr.14180) 800 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:37:40.931 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:37:40.931 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:10.265789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\nDeploy daemon haproxy.nfs.foo.smithi153.qgnodg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.386181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ubusyp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\nDeploy daemon haproxy.nfs.foo.smithi148.ubusyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.388676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wjcvjp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:37:41.624 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:37:42.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:41 smithi153 bash[28288]: cluster 2023-11-08T02:37:40.405782+0000 mgr.smithi148.cvefzo (mgr.14180) 801 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:42.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:41 smithi153 bash[28288]: audit 2023-11-08T02:37:40.927001+0000 mgr.smithi148.cvefzo (mgr.14180) 802 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:42.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:41 smithi148 bash[24200]: cluster 2023-11-08T02:37:40.405782+0000 mgr.smithi148.cvefzo (mgr.14180) 801 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:42.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:41 smithi148 bash[24200]: audit 2023-11-08T02:37:40.927001+0000 mgr.smithi148.cvefzo (mgr.14180) 802 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:42.626 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:37:43.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:43 smithi148 bash[24200]: cluster 2023-11-08T02:37:42.407099+0000 mgr.smithi148.cvefzo (mgr.14180) 803 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:43.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:43 smithi153 bash[28288]: cluster 2023-11-08T02:37:42.407099+0000 mgr.smithi148.cvefzo (mgr.14180) 803 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:45.660 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:37:45.661 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:10.265789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\nDeploy daemon haproxy.nfs.foo.smithi153.qgnodg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.386181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ubusyp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\nDeploy daemon haproxy.nfs.foo.smithi148.ubusyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.388676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wjcvjp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:37:45.716 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:45 smithi148 bash[24200]: cluster 2023-11-08T02:37:44.408352+0000 mgr.smithi148.cvefzo (mgr.14180) 804 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:45.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:45 smithi153 bash[28288]: cluster 2023-11-08T02:37:44.408352+0000 mgr.smithi148.cvefzo (mgr.14180) 804 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:46.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:37:46.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:46 smithi148 bash[24200]: audit 2023-11-08T02:37:45.651490+0000 mgr.smithi148.cvefzo (mgr.14180) 805 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:46.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:46 smithi153 bash[28288]: audit 2023-11-08T02:37:45.651490+0000 mgr.smithi148.cvefzo (mgr.14180) 805 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:47.367 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:37:47.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:47 smithi148 bash[24200]: cluster 2023-11-08T02:37:46.409399+0000 mgr.smithi148.cvefzo (mgr.14180) 806 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:47.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:47 smithi153 bash[28288]: cluster 2023-11-08T02:37:46.409399+0000 mgr.smithi148.cvefzo (mgr.14180) 806 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:49.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:49 smithi148 bash[24200]: cluster 2023-11-08T02:37:48.410411+0000 mgr.smithi148.cvefzo (mgr.14180) 807 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:37:49.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:49 smithi153 bash[28288]: cluster 2023-11-08T02:37:48.410411+0000 mgr.smithi148.cvefzo (mgr.14180) 807 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:37:50.311 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:37:50.311 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:10.265789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\nDeploy daemon haproxy.nfs.foo.smithi153.qgnodg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.386181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ubusyp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\nDeploy daemon haproxy.nfs.foo.smithi148.ubusyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.388676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wjcvjp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:37:51.069 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:37:51.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:51 smithi148 bash[24200]: audit 2023-11-08T02:37:50.301705+0000 mgr.smithi148.cvefzo (mgr.14180) 808 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:51.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:51 smithi148 bash[24200]: cluster 2023-11-08T02:37:50.411560+0000 mgr.smithi148.cvefzo (mgr.14180) 809 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:51.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:51 smithi153 bash[28288]: audit 2023-11-08T02:37:50.301705+0000 mgr.smithi148.cvefzo (mgr.14180) 808 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:51.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:51 smithi153 bash[28288]: cluster 2023-11-08T02:37:50.411560+0000 mgr.smithi148.cvefzo (mgr.14180) 809 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:52.071 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:37:53.318 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:53 smithi148 bash[24200]: cluster 2023-11-08T02:37:52.412812+0000 mgr.smithi148.cvefzo (mgr.14180) 810 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:53.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:53 smithi153 bash[28288]: cluster 2023-11-08T02:37:52.412812+0000 mgr.smithi148.cvefzo (mgr.14180) 810 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:55.272 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:37:55.272 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:10.265789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\nDeploy daemon haproxy.nfs.foo.smithi153.qgnodg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.386181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ubusyp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\nDeploy daemon haproxy.nfs.foo.smithi148.ubusyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.388676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wjcvjp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:37:55.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:55 smithi148 bash[24200]: cluster 2023-11-08T02:37:54.414014+0000 mgr.smithi148.cvefzo (mgr.14180) 811 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:55.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:55 smithi153 bash[28288]: cluster 2023-11-08T02:37:54.414014+0000 mgr.smithi148.cvefzo (mgr.14180) 811 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:56.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:37:56.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:56 smithi148 bash[24200]: audit 2023-11-08T02:37:55.263735+0000 mgr.smithi148.cvefzo (mgr.14180) 812 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:56.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:56 smithi153 bash[28288]: audit 2023-11-08T02:37:55.263735+0000 mgr.smithi148.cvefzo (mgr.14180) 812 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:37:57.041 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:37:57.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:57 smithi148 bash[24200]: cluster 2023-11-08T02:37:56.415161+0000 mgr.smithi148.cvefzo (mgr.14180) 813 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:57.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:57 smithi153 bash[28288]: cluster 2023-11-08T02:37:56.415161+0000 mgr.smithi148.cvefzo (mgr.14180) 813 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:37:59.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:37:59 smithi148 bash[24200]: cluster 2023-11-08T02:37:58.416316+0000 mgr.smithi148.cvefzo (mgr.14180) 814 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:37:59.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:37:59 smithi153 bash[28288]: cluster 2023-11-08T02:37:58.416316+0000 mgr.smithi148.cvefzo (mgr.14180) 814 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:38:00.292 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:38:00.293 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:10.265789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\nDeploy daemon haproxy.nfs.foo.smithi153.qgnodg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.386181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ubusyp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\nDeploy daemon haproxy.nfs.foo.smithi148.ubusyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.388676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wjcvjp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:38:01.028 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:38:01.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:01 smithi148 bash[24200]: audit 2023-11-08T02:38:00.288621+0000 mgr.smithi148.cvefzo (mgr.14180) 815 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:01.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:01 smithi148 bash[24200]: cluster 2023-11-08T02:38:00.417554+0000 mgr.smithi148.cvefzo (mgr.14180) 816 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:01.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:01 smithi153 bash[28288]: audit 2023-11-08T02:38:00.288621+0000 mgr.smithi148.cvefzo (mgr.14180) 815 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:01.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:01 smithi153 bash[28288]: cluster 2023-11-08T02:38:00.417554+0000 mgr.smithi148.cvefzo (mgr.14180) 816 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:02.029 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:38:03.472 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:03 smithi148 bash[24200]: cluster 2023-11-08T02:38:02.418875+0000 mgr.smithi148.cvefzo (mgr.14180) 817 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:03.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:03 smithi153 bash[28288]: cluster 2023-11-08T02:38:02.418875+0000 mgr.smithi148.cvefzo (mgr.14180) 817 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:05.077 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:38:05.077 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:10.265789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\nDeploy daemon haproxy.nfs.foo.smithi153.qgnodg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.386181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ubusyp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\nDeploy daemon haproxy.nfs.foo.smithi148.ubusyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.388676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wjcvjp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:38:05.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:05 smithi148 bash[24200]: cluster 2023-11-08T02:38:04.419989+0000 mgr.smithi148.cvefzo (mgr.14180) 818 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:05.850 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:38:05.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:05 smithi153 bash[28288]: cluster 2023-11-08T02:38:04.419989+0000 mgr.smithi148.cvefzo (mgr.14180) 818 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:06.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:06 smithi148 bash[24200]: audit 2023-11-08T02:38:05.072735+0000 mgr.smithi148.cvefzo (mgr.14180) 819 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:06.851 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:38:06.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:06 smithi153 bash[28288]: audit 2023-11-08T02:38:05.072735+0000 mgr.smithi148.cvefzo (mgr.14180) 819 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:07.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:07 smithi148 bash[24200]: cluster 2023-11-08T02:38:06.421096+0000 mgr.smithi148.cvefzo (mgr.14180) 820 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:07.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:07 smithi153 bash[28288]: cluster 2023-11-08T02:38:06.421096+0000 mgr.smithi148.cvefzo (mgr.14180) 820 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:09.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:09 smithi148 bash[24200]: cluster 2023-11-08T02:38:08.422429+0000 mgr.smithi148.cvefzo (mgr.14180) 821 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:38:09.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:09 smithi153 bash[28288]: cluster 2023-11-08T02:38:08.422429+0000 mgr.smithi148.cvefzo (mgr.14180) 821 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:38:10.168 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:38:10.168 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:10.265789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\nDeploy daemon haproxy.nfs.foo.smithi153.qgnodg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.386181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ubusyp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\nDeploy daemon haproxy.nfs.foo.smithi148.ubusyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.388676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wjcvjp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:38:10.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:38:11.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:11 smithi148 bash[24200]: audit 2023-11-08T02:38:10.163863+0000 mgr.smithi148.cvefzo (mgr.14180) 822 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:11.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:11 smithi148 bash[24200]: cluster 2023-11-08T02:38:10.423195+0000 mgr.smithi148.cvefzo (mgr.14180) 823 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:11.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:11 smithi153 bash[28288]: audit 2023-11-08T02:38:10.163863+0000 mgr.smithi148.cvefzo (mgr.14180) 822 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:11.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:11 smithi153 bash[28288]: cluster 2023-11-08T02:38:10.423195+0000 mgr.smithi148.cvefzo (mgr.14180) 823 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:11.920 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:38:13.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:13 smithi148 bash[24200]: cluster 2023-11-08T02:38:12.423933+0000 mgr.smithi148.cvefzo (mgr.14180) 824 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:13.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:13 smithi153 bash[28288]: cluster 2023-11-08T02:38:12.423933+0000 mgr.smithi148.cvefzo (mgr.14180) 824 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:14.761 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:14 smithi148 bash[24200]: audit 2023-11-08T02:38:14.394269+0000 mon.smithi148 (mon.0) 882 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:38:14.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:14 smithi153 bash[28288]: audit 2023-11-08T02:38:14.394269+0000 mon.smithi148 (mon.0) 882 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:38:15.108 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:38:15.108 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:36:06.029802Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ethbvh on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:10.265789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\nDeploy daemon haproxy.nfs.foo.smithi153.qgnodg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.386181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ubusyp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\nDeploy daemon haproxy.nfs.foo.smithi148.ubusyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.388676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wjcvjp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:38:15.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:15 smithi148 bash[24200]: cluster 2023-11-08T02:38:14.424504+0000 mgr.smithi148.cvefzo (mgr.14180) 825 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:15.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:15 smithi148 bash[24200]: audit 2023-11-08T02:38:14.695350+0000 mon.smithi148 (mon.0) 883 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:38:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:15 smithi148 bash[24200]: audit 2023-11-08T02:38:14.696684+0000 mon.smithi148 (mon.0) 884 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:38:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:15 smithi148 bash[24200]: audit 2023-11-08T02:38:14.702835+0000 mon.smithi148 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:38:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:15 smithi148 bash[24200]: cluster 2023-11-08T02:38:14.703532+0000 mgr.smithi148.cvefzo (mgr.14180) 826 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:38:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:15 smithi148 bash[24200]: audit 2023-11-08T02:38:14.708916+0000 mon.smithi148 (mon.0) 886 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:38:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:15 smithi148 bash[24200]: audit 2023-11-08T02:38:14.720957+0000 mon.smithi148 (mon.0) 887 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:38:15.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:15 smithi148 bash[24200]: cephadm 2023-11-08T02:38:14.724288+0000 mgr.smithi148.cvefzo (mgr.14180) 827 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.klvcme on smithi153 2023-11-08T02:38:15.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:15 smithi153 bash[28288]: cluster 2023-11-08T02:38:14.424504+0000 mgr.smithi148.cvefzo (mgr.14180) 825 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:15.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:15 smithi153 bash[28288]: audit 2023-11-08T02:38:14.695350+0000 mon.smithi148 (mon.0) 883 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:38:15.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:15 smithi153 bash[28288]: audit 2023-11-08T02:38:14.696684+0000 mon.smithi148 (mon.0) 884 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:38:15.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:15 smithi153 bash[28288]: audit 2023-11-08T02:38:14.702835+0000 mon.smithi148 (mon.0) 885 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:38:15.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:15 smithi153 bash[28288]: cluster 2023-11-08T02:38:14.703532+0000 mgr.smithi148.cvefzo (mgr.14180) 826 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:38:15.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:15 smithi153 bash[28288]: audit 2023-11-08T02:38:14.708916+0000 mon.smithi148 (mon.0) 886 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:38:15.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:15 smithi153 bash[28288]: audit 2023-11-08T02:38:14.720957+0000 mon.smithi148 (mon.0) 887 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:38:15.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:15 smithi153 bash[28288]: cephadm 2023-11-08T02:38:14.724288+0000 mgr.smithi148.cvefzo (mgr.14180) 827 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.klvcme on smithi153 2023-11-08T02:38:15.922 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:38:16.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:16 smithi148 bash[24200]: audit 2023-11-08T02:38:15.099882+0000 mgr.smithi148.cvefzo (mgr.14180) 828 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:16.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:16 smithi148 bash[24200]: cluster 2023-11-08T02:38:15.700808+0000 mon.smithi148 (mon.0) 888 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:38:16.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:16 smithi148 bash[24200]: cluster 2023-11-08T02:38:15.700866+0000 mon.smithi148 (mon.0) 889 : cluster [INF] Cluster is now healthy 2023-11-08T02:38:16.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:16 smithi153 bash[28288]: audit 2023-11-08T02:38:15.099882+0000 mgr.smithi148.cvefzo (mgr.14180) 828 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:16.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:16 smithi153 bash[28288]: cluster 2023-11-08T02:38:15.700808+0000 mon.smithi148 (mon.0) 888 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:38:16.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:16 smithi153 bash[28288]: cluster 2023-11-08T02:38:15.700866+0000 mon.smithi148 (mon.0) 889 : cluster [INF] Cluster is now healthy 2023-11-08T02:38:16.923 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:38:17.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:17 smithi148 bash[24200]: cluster 2023-11-08T02:38:16.704430+0000 mgr.smithi148.cvefzo (mgr.14180) 829 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:38:17.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:17 smithi153 bash[28288]: cluster 2023-11-08T02:38:16.704430+0000 mgr.smithi148.cvefzo (mgr.14180) 829 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:38:18.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:18 smithi153 bash[28288]: audit 2023-11-08T02:38:18.663277+0000 mon.smithi148 (mon.0) 890 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.klvcme"}]: dispatch 2023-11-08T02:38:19.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:18 smithi148 bash[24200]: audit 2023-11-08T02:38:18.663277+0000 mon.smithi148 (mon.0) 890 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.klvcme"}]: dispatch 2023-11-08T02:38:20.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: cephadm 2023-11-08T02:38:18.662159+0000 mgr.smithi148.cvefzo (mgr.14180) 830 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme 2023-11-08T02:38:20.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:38:20.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme 2023-11-08T02:38:20.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme 2023-11-08T02:38:20.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:38:20.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme 2023-11-08T02:38:20.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.klvcme ... 2023-11-08T02:38:20.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:20.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:38:20.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:38:20.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:38:20.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:20.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:38:20.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:38:20.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:38:20.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:38:20.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:38:20.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme 2023-11-08T02:38:20.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:38:20.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme 2023-11-08T02:38:20.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme 2023-11-08T02:38:20.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:38:20.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme 2023-11-08T02:38:20.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.klvcme ... 2023-11-08T02:38:20.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:20.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:38:20.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:38:20.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:38:20.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:20.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: cephadm 2023-11-08T02:38:18.662746+0000 mgr.smithi148.cvefzo (mgr.14180) 831 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.klvcme 2023-11-08T02:38:20.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: cephadm 2023-11-08T02:38:18.664685+0000 mgr.smithi148.cvefzo (mgr.14180) 832 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.klvcme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme 2023-11-08T02:38:20.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:38:20.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme 2023-11-08T02:38:20.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme 2023-11-08T02:38:20.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:38:20.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme 2023-11-08T02:38:20.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.klvcme ... 2023-11-08T02:38:20.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:20.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:38:20.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:38:20.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:38:20.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:20.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: cephadm 2023-11-08T02:38:18.669026+0000 mgr.smithi148.cvefzo (mgr.14180) 833 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.inhpqa on smithi148 2023-11-08T02:38:20.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:19 smithi148 bash[24200]: cluster 2023-11-08T02:38:18.705407+0000 mgr.smithi148.cvefzo (mgr.14180) 834 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:38:20.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: cephadm 2023-11-08T02:38:18.662159+0000 mgr.smithi148.cvefzo (mgr.14180) 830 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme 2023-11-08T02:38:20.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:38:20.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme 2023-11-08T02:38:20.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme 2023-11-08T02:38:20.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:38:20.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme 2023-11-08T02:38:20.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.klvcme ... 2023-11-08T02:38:20.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:20.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:38:20.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:38:20.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:38:20.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:20.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:38:20.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:38:20.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:38:20.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:38:20.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:38:20.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme 2023-11-08T02:38:20.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:38:20.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme 2023-11-08T02:38:20.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme 2023-11-08T02:38:20.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:38:20.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme 2023-11-08T02:38:20.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.klvcme ... 2023-11-08T02:38:20.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:20.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:38:20.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:38:20.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:38:20.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:20.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: cephadm 2023-11-08T02:38:18.662746+0000 mgr.smithi148.cvefzo (mgr.14180) 831 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.klvcme 2023-11-08T02:38:20.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: cephadm 2023-11-08T02:38:18.664685+0000 mgr.smithi148.cvefzo (mgr.14180) 832 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.klvcme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme 2023-11-08T02:38:20.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:38:20.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme 2023-11-08T02:38:20.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme 2023-11-08T02:38:20.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:38:20.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme 2023-11-08T02:38:20.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.klvcme ... 2023-11-08T02:38:20.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:20.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:38:20.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:38:20.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:38:20.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:20.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: cephadm 2023-11-08T02:38:18.669026+0000 mgr.smithi148.cvefzo (mgr.14180) 833 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.inhpqa on smithi148 2023-11-08T02:38:20.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:19 smithi153 bash[28288]: cluster 2023-11-08T02:38:18.705407+0000 mgr.smithi148.cvefzo (mgr.14180) 834 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:38:20.313 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:38:20.314 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:37:10.265789Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.qgnodg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-qgnodg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.qgnodg\nDeploy daemon haproxy.nfs.foo.smithi153.qgnodg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.386181Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ubusyp on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ubusyp\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ubusyp\nDeploy daemon haproxy.nfs.foo.smithi148.ubusyp ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:37:14.388676Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.wjcvjp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:18.664393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.klvcme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\nDeploy daemon haproxy.nfs.foo.smithi153.klvcme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:38:21.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:38:22.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:21 smithi148 bash[24200]: audit 2023-11-08T02:38:20.305656+0000 mgr.smithi148.cvefzo (mgr.14180) 835 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:22.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:21 smithi148 bash[24200]: cluster 2023-11-08T02:38:20.706375+0000 mgr.smithi148.cvefzo (mgr.14180) 836 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:38:22.114 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:38:22.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:21 smithi153 bash[28288]: audit 2023-11-08T02:38:20.305656+0000 mgr.smithi148.cvefzo (mgr.14180) 835 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:22.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:21 smithi153 bash[28288]: cluster 2023-11-08T02:38:20.706375+0000 mgr.smithi148.cvefzo (mgr.14180) 836 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:38:23.352 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:23 smithi148 bash[24200]: cluster 2023-11-08T02:38:22.707315+0000 mgr.smithi148.cvefzo (mgr.14180) 837 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:38:23.352 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:23 smithi148 bash[24200]: audit 2023-11-08T02:38:23.149299+0000 mon.smithi148 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.inhpqa"}]: dispatch 2023-11-08T02:38:23.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:23 smithi153 bash[28288]: cluster 2023-11-08T02:38:22.707315+0000 mgr.smithi148.cvefzo (mgr.14180) 837 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:38:23.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:23 smithi153 bash[28288]: audit 2023-11-08T02:38:23.149299+0000 mon.smithi148 (mon.0) 891 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.inhpqa"}]: dispatch 2023-11-08T02:38:24.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: cephadm 2023-11-08T02:38:23.148173+0000 mgr.smithi148.cvefzo (mgr.14180) 838 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa 2023-11-08T02:38:24.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:38:24.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa 2023-11-08T02:38:24.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa 2023-11-08T02:38:24.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:38:24.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa 2023-11-08T02:38:24.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.inhpqa ... 2023-11-08T02:38:24.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:24.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:38:24.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:38:24.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:38:24.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:24.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:38:24.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:38:24.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:38:24.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:38:24.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:38:24.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa 2023-11-08T02:38:24.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:38:24.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa 2023-11-08T02:38:24.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa 2023-11-08T02:38:24.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:38:24.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa 2023-11-08T02:38:24.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.inhpqa ... 2023-11-08T02:38:24.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:24.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:38:24.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:38:24.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:38:24.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:24.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: cephadm 2023-11-08T02:38:23.148691+0000 mgr.smithi148.cvefzo (mgr.14180) 839 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.inhpqa 2023-11-08T02:38:24.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: cephadm 2023-11-08T02:38:23.150774+0000 mgr.smithi148.cvefzo (mgr.14180) 840 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.inhpqa on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa 2023-11-08T02:38:24.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:38:24.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa 2023-11-08T02:38:24.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa 2023-11-08T02:38:24.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:38:24.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa 2023-11-08T02:38:24.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.inhpqa ... 2023-11-08T02:38:24.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:24.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:38:24.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:38:24.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:38:24.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:24.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: cephadm 2023-11-08T02:38:23.153803+0000 mgr.smithi148.cvefzo (mgr.14180) 841 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.louyhg on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:38:24.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: cephadm 2023-11-08T02:38:23.156102+0000 mgr.smithi148.cvefzo (mgr.14180) 842 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:38:24.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: cluster 2023-11-08T02:38:23.157280+0000 mgr.smithi148.cvefzo (mgr.14180) 843 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2023-11-08T02:38:24.536 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:24 smithi148 bash[24200]: cluster 2023-11-08T02:38:23.196469+0000 mon.smithi148 (mon.0) 892 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:38:24.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: cephadm 2023-11-08T02:38:23.148173+0000 mgr.smithi148.cvefzo (mgr.14180) 838 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa 2023-11-08T02:38:24.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:38:24.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa 2023-11-08T02:38:24.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa 2023-11-08T02:38:24.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:38:24.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa 2023-11-08T02:38:24.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.inhpqa ... 2023-11-08T02:38:24.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:24.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:38:24.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:38:24.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:38:24.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:24.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:38:24.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:38:24.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:38:24.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:38:24.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:38:24.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa 2023-11-08T02:38:24.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:38:24.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa 2023-11-08T02:38:24.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa 2023-11-08T02:38:24.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:38:24.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa 2023-11-08T02:38:24.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.inhpqa ... 2023-11-08T02:38:24.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:24.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:38:24.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:38:24.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:38:24.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:24.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: cephadm 2023-11-08T02:38:23.148691+0000 mgr.smithi148.cvefzo (mgr.14180) 839 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.inhpqa 2023-11-08T02:38:24.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: cephadm 2023-11-08T02:38:23.150774+0000 mgr.smithi148.cvefzo (mgr.14180) 840 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.inhpqa on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa 2023-11-08T02:38:24.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:38:24.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa 2023-11-08T02:38:24.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa 2023-11-08T02:38:24.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:38:24.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa 2023-11-08T02:38:24.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.inhpqa ... 2023-11-08T02:38:24.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:24.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:38:24.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:38:24.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:38:24.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:38:24.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: cephadm 2023-11-08T02:38:23.153803+0000 mgr.smithi148.cvefzo (mgr.14180) 841 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.louyhg on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:38:24.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: cephadm 2023-11-08T02:38:23.156102+0000 mgr.smithi148.cvefzo (mgr.14180) 842 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:38:24.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: cluster 2023-11-08T02:38:23.157280+0000 mgr.smithi148.cvefzo (mgr.14180) 843 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2023-11-08T02:38:24.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:24 smithi153 bash[28288]: cluster 2023-11-08T02:38:23.196469+0000 mon.smithi148 (mon.0) 892 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:38:25.694 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:38:25.694 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:18.664393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.klvcme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\nDeploy daemon haproxy.nfs.foo.smithi153.klvcme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.150443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.inhpqa on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\nDeploy daemon haproxy.nfs.foo.smithi148.inhpqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.153674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.louyhg on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:38:26.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:26 smithi148 bash[24200]: audit 2023-11-08T02:38:25.048860+0000 mon.smithi148 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:38:26.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:26 smithi148 bash[24200]: cluster 2023-11-08T02:38:25.158606+0000 mgr.smithi148.cvefzo (mgr.14180) 844 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-08T02:38:26.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:26 smithi148 bash[24200]: audit 2023-11-08T02:38:25.685927+0000 mgr.smithi148.cvefzo (mgr.14180) 845 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:26.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:26 smithi153 bash[28288]: audit 2023-11-08T02:38:25.048860+0000 mon.smithi148 (mon.0) 893 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:38:26.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:26 smithi153 bash[28288]: cluster 2023-11-08T02:38:25.158606+0000 mgr.smithi148.cvefzo (mgr.14180) 844 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-08T02:38:26.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:26 smithi153 bash[28288]: audit 2023-11-08T02:38:25.685927+0000 mgr.smithi148.cvefzo (mgr.14180) 845 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:26.505 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:38:27.506 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:38:28.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:28 smithi148 bash[24200]: cluster 2023-11-08T02:38:27.159813+0000 mgr.smithi148.cvefzo (mgr.14180) 846 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 391 B/s rd, 0 op/s 2023-11-08T02:38:28.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:28 smithi153 bash[28288]: cluster 2023-11-08T02:38:27.159813+0000 mgr.smithi148.cvefzo (mgr.14180) 846 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 391 B/s rd, 0 op/s 2023-11-08T02:38:30.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:30 smithi148 bash[24200]: cluster 2023-11-08T02:38:29.160759+0000 mgr.smithi148.cvefzo (mgr.14180) 847 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-08T02:38:30.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:30 smithi153 bash[28288]: cluster 2023-11-08T02:38:29.160759+0000 mgr.smithi148.cvefzo (mgr.14180) 847 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-08T02:38:30.655 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:38:30.655 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:18.664393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.klvcme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\nDeploy daemon haproxy.nfs.foo.smithi153.klvcme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.150443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.inhpqa on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\nDeploy daemon haproxy.nfs.foo.smithi148.inhpqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.153674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.louyhg on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:38:31.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:38:31.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:31 smithi148 bash[24200]: audit 2023-11-08T02:38:30.647213+0000 mgr.smithi148.cvefzo (mgr.14180) 848 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:31.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:31 smithi153 bash[28288]: audit 2023-11-08T02:38:30.647213+0000 mgr.smithi148.cvefzo (mgr.14180) 848 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:32.432 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:38:32.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:32 smithi148 bash[24200]: cluster 2023-11-08T02:38:31.161581+0000 mgr.smithi148.cvefzo (mgr.14180) 849 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-08T02:38:32.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:32 smithi153 bash[28288]: cluster 2023-11-08T02:38:31.161581+0000 mgr.smithi148.cvefzo (mgr.14180) 849 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-08T02:38:34.506 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:34 smithi148 bash[24200]: cluster 2023-11-08T02:38:33.162747+0000 mgr.smithi148.cvefzo (mgr.14180) 850 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-08T02:38:34.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:34 smithi153 bash[28288]: cluster 2023-11-08T02:38:33.162747+0000 mgr.smithi148.cvefzo (mgr.14180) 850 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 195 B/s rd, 0 op/s 2023-11-08T02:38:35.859 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:38:35.859 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:18.664393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.klvcme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\nDeploy daemon haproxy.nfs.foo.smithi153.klvcme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.150443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.inhpqa on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\nDeploy daemon haproxy.nfs.foo.smithi148.inhpqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.153674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.louyhg on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:38:36.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:36 smithi148 bash[24200]: cluster 2023-11-08T02:38:35.163648+0000 mgr.smithi148.cvefzo (mgr.14180) 851 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:36.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:36 smithi148 bash[24200]: audit 2023-11-08T02:38:35.854701+0000 mgr.smithi148.cvefzo (mgr.14180) 852 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:36.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:36 smithi153 bash[28288]: cluster 2023-11-08T02:38:35.163648+0000 mgr.smithi148.cvefzo (mgr.14180) 851 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:36.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:36 smithi153 bash[28288]: audit 2023-11-08T02:38:35.854701+0000 mgr.smithi148.cvefzo (mgr.14180) 852 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:36.655 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:38:37.656 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:38:38.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:38 smithi148 bash[24200]: cluster 2023-11-08T02:38:37.164746+0000 mgr.smithi148.cvefzo (mgr.14180) 853 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:38:38.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:38 smithi153 bash[28288]: cluster 2023-11-08T02:38:37.164746+0000 mgr.smithi148.cvefzo (mgr.14180) 853 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:38:40.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:40 smithi148 bash[24200]: cluster 2023-11-08T02:38:39.165874+0000 mgr.smithi148.cvefzo (mgr.14180) 854 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:40.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:40 smithi153 bash[28288]: cluster 2023-11-08T02:38:39.165874+0000 mgr.smithi148.cvefzo (mgr.14180) 854 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:40.861 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:38:40.862 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:18.664393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.klvcme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\nDeploy daemon haproxy.nfs.foo.smithi153.klvcme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.150443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.inhpqa on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\nDeploy daemon haproxy.nfs.foo.smithi148.inhpqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.153674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.louyhg on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:38:41.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:41 smithi148 bash[24200]: audit 2023-11-08T02:38:40.857264+0000 mgr.smithi148.cvefzo (mgr.14180) 855 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:41.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:38:41.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:41 smithi153 bash[28288]: audit 2023-11-08T02:38:40.857264+0000 mgr.smithi148.cvefzo (mgr.14180) 855 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:42.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:42 smithi148 bash[24200]: cluster 2023-11-08T02:38:41.167041+0000 mgr.smithi148.cvefzo (mgr.14180) 856 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:42.620 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:38:42.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:42 smithi153 bash[28288]: cluster 2023-11-08T02:38:41.167041+0000 mgr.smithi148.cvefzo (mgr.14180) 856 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:44.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:44 smithi148 bash[24200]: cluster 2023-11-08T02:38:43.168201+0000 mgr.smithi148.cvefzo (mgr.14180) 857 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:44.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:44 smithi153 bash[28288]: cluster 2023-11-08T02:38:43.168201+0000 mgr.smithi148.cvefzo (mgr.14180) 857 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:45.922 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:38:45.922 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:18.664393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.klvcme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\nDeploy daemon haproxy.nfs.foo.smithi153.klvcme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.150443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.inhpqa on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\nDeploy daemon haproxy.nfs.foo.smithi148.inhpqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.153674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.louyhg on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:38:46.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:46 smithi148 bash[24200]: cluster 2023-11-08T02:38:45.169538+0000 mgr.smithi148.cvefzo (mgr.14180) 858 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:46.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:46 smithi148 bash[24200]: audit 2023-11-08T02:38:45.912769+0000 mgr.smithi148.cvefzo (mgr.14180) 859 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:46.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:46 smithi153 bash[28288]: cluster 2023-11-08T02:38:45.169538+0000 mgr.smithi148.cvefzo (mgr.14180) 858 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:46.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:46 smithi153 bash[28288]: audit 2023-11-08T02:38:45.912769+0000 mgr.smithi148.cvefzo (mgr.14180) 859 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:46.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:38:47.688 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:38:48.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:48 smithi153 bash[28288]: cluster 2023-11-08T02:38:47.170787+0000 mgr.smithi148.cvefzo (mgr.14180) 860 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:38:48.701 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:48 smithi148 bash[24200]: cluster 2023-11-08T02:38:47.170787+0000 mgr.smithi148.cvefzo (mgr.14180) 860 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:38:50.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:50 smithi153 bash[28288]: cluster 2023-11-08T02:38:49.171979+0000 mgr.smithi148.cvefzo (mgr.14180) 861 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:50.737 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:38:50.737 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:18.664393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.klvcme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\nDeploy daemon haproxy.nfs.foo.smithi153.klvcme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.150443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.inhpqa on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\nDeploy daemon haproxy.nfs.foo.smithi148.inhpqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.153674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.louyhg on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:38:50.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:50 smithi148 bash[24200]: cluster 2023-11-08T02:38:49.171979+0000 mgr.smithi148.cvefzo (mgr.14180) 861 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:51.523 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:51 smithi148 bash[24200]: audit 2023-11-08T02:38:50.728777+0000 mgr.smithi148.cvefzo (mgr.14180) 862 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:51.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:38:51.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:51 smithi153 bash[28288]: audit 2023-11-08T02:38:50.728777+0000 mgr.smithi148.cvefzo (mgr.14180) 862 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:52.525 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:38:52.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:52 smithi153 bash[28288]: cluster 2023-11-08T02:38:51.173078+0000 mgr.smithi148.cvefzo (mgr.14180) 863 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:52.726 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:52 smithi148 bash[24200]: cluster 2023-11-08T02:38:51.173078+0000 mgr.smithi148.cvefzo (mgr.14180) 863 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:54.574 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:54 smithi148 bash[24200]: cluster 2023-11-08T02:38:53.174310+0000 mgr.smithi148.cvefzo (mgr.14180) 864 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:54.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:54 smithi153 bash[28288]: cluster 2023-11-08T02:38:53.174310+0000 mgr.smithi148.cvefzo (mgr.14180) 864 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:55.874 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:38:55.875 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:18.664393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.klvcme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\nDeploy daemon haproxy.nfs.foo.smithi153.klvcme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.150443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.inhpqa on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\nDeploy daemon haproxy.nfs.foo.smithi148.inhpqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.153674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.louyhg on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:38:56.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:56 smithi148 bash[24200]: cluster 2023-11-08T02:38:55.175090+0000 mgr.smithi148.cvefzo (mgr.14180) 865 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:56.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:56 smithi148 bash[24200]: audit 2023-11-08T02:38:55.870554+0000 mgr.smithi148.cvefzo (mgr.14180) 866 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:56.645 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:38:56.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:56 smithi153 bash[28288]: cluster 2023-11-08T02:38:55.175090+0000 mgr.smithi148.cvefzo (mgr.14180) 865 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:38:56.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:56 smithi153 bash[28288]: audit 2023-11-08T02:38:55.870554+0000 mgr.smithi148.cvefzo (mgr.14180) 866 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:38:57.647 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:38:58.586 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:38:58 smithi148 bash[24200]: cluster 2023-11-08T02:38:57.176275+0000 mgr.smithi148.cvefzo (mgr.14180) 867 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:38:58.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:38:58 smithi153 bash[28288]: cluster 2023-11-08T02:38:57.176275+0000 mgr.smithi148.cvefzo (mgr.14180) 867 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:39:00.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:00 smithi153 bash[28288]: cluster 2023-11-08T02:38:59.177445+0000 mgr.smithi148.cvefzo (mgr.14180) 868 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:00.730 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:39:00.731 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:18.664393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.klvcme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\nDeploy daemon haproxy.nfs.foo.smithi153.klvcme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.150443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.inhpqa on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\nDeploy daemon haproxy.nfs.foo.smithi148.inhpqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.153674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.louyhg on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:39:00.759 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:00 smithi148 bash[24200]: cluster 2023-11-08T02:38:59.177445+0000 mgr.smithi148.cvefzo (mgr.14180) 868 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:01.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:39:01.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:01 smithi148 bash[24200]: audit 2023-11-08T02:39:00.722387+0000 mgr.smithi148.cvefzo (mgr.14180) 869 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:01.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:01 smithi153 bash[28288]: audit 2023-11-08T02:39:00.722387+0000 mgr.smithi148.cvefzo (mgr.14180) 869 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:02.474 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:39:02.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:02 smithi153 bash[28288]: cluster 2023-11-08T02:39:01.178150+0000 mgr.smithi148.cvefzo (mgr.14180) 870 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:02.673 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:02 smithi148 bash[24200]: cluster 2023-11-08T02:39:01.178150+0000 mgr.smithi148.cvefzo (mgr.14180) 870 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:04.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:04 smithi153 bash[28288]: cluster 2023-11-08T02:39:03.179512+0000 mgr.smithi148.cvefzo (mgr.14180) 871 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:04.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:04 smithi148 bash[24200]: cluster 2023-11-08T02:39:03.179512+0000 mgr.smithi148.cvefzo (mgr.14180) 871 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:05.877 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:39:05.878 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:18.664393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.klvcme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\nDeploy daemon haproxy.nfs.foo.smithi153.klvcme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.150443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.inhpqa on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\nDeploy daemon haproxy.nfs.foo.smithi148.inhpqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.153674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.louyhg on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:39:06.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:06 smithi148 bash[24200]: cluster 2023-11-08T02:39:05.180558+0000 mgr.smithi148.cvefzo (mgr.14180) 872 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:06.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:06 smithi148 bash[24200]: audit 2023-11-08T02:39:05.868491+0000 mgr.smithi148.cvefzo (mgr.14180) 873 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:06.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:06 smithi153 bash[28288]: cluster 2023-11-08T02:39:05.180558+0000 mgr.smithi148.cvefzo (mgr.14180) 872 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:06.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:06 smithi153 bash[28288]: audit 2023-11-08T02:39:05.868491+0000 mgr.smithi148.cvefzo (mgr.14180) 873 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:06.677 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:39:07.678 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:39:08.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:08 smithi153 bash[28288]: cluster 2023-11-08T02:39:07.181766+0000 mgr.smithi148.cvefzo (mgr.14180) 874 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:39:08.731 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:08 smithi148 bash[24200]: cluster 2023-11-08T02:39:07.181766+0000 mgr.smithi148.cvefzo (mgr.14180) 874 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:39:10.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:10 smithi153 bash[28288]: cluster 2023-11-08T02:39:09.182791+0000 mgr.smithi148.cvefzo (mgr.14180) 875 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:10.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:10 smithi148 bash[24200]: cluster 2023-11-08T02:39:09.182791+0000 mgr.smithi148.cvefzo (mgr.14180) 875 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:10.852 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:39:10.852 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:18.664393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.klvcme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\nDeploy daemon haproxy.nfs.foo.smithi153.klvcme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.150443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.inhpqa on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\nDeploy daemon haproxy.nfs.foo.smithi148.inhpqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.153674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.louyhg on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:39:11.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:11 smithi148 bash[24200]: audit 2023-11-08T02:39:10.847690+0000 mgr.smithi148.cvefzo (mgr.14180) 876 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:11.583 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:39:11.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:11 smithi153 bash[28288]: audit 2023-11-08T02:39:10.847690+0000 mgr.smithi148.cvefzo (mgr.14180) 876 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:12.584 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:39:12.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:12 smithi153 bash[28288]: cluster 2023-11-08T02:39:11.183593+0000 mgr.smithi148.cvefzo (mgr.14180) 877 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:12.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:12 smithi148 bash[24200]: cluster 2023-11-08T02:39:11.183593+0000 mgr.smithi148.cvefzo (mgr.14180) 877 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:14.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:14 smithi153 bash[28288]: cluster 2023-11-08T02:39:13.184800+0000 mgr.smithi148.cvefzo (mgr.14180) 878 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:14.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:14 smithi148 bash[24200]: cluster 2023-11-08T02:39:13.184800+0000 mgr.smithi148.cvefzo (mgr.14180) 878 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:15.904 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:39:15.904 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:18.664393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.klvcme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\nDeploy daemon haproxy.nfs.foo.smithi153.klvcme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.150443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.inhpqa on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\nDeploy daemon haproxy.nfs.foo.smithi148.inhpqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.153674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.louyhg on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:39:16.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:16 smithi153 bash[28288]: cluster 2023-11-08T02:39:15.185991+0000 mgr.smithi148.cvefzo (mgr.14180) 879 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:16.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:16 smithi153 bash[28288]: audit 2023-11-08T02:39:15.896037+0000 mgr.smithi148.cvefzo (mgr.14180) 880 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:16.662 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:16 smithi148 bash[24200]: cluster 2023-11-08T02:39:15.185991+0000 mgr.smithi148.cvefzo (mgr.14180) 879 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:16.662 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:16 smithi148 bash[24200]: audit 2023-11-08T02:39:15.896037+0000 mgr.smithi148.cvefzo (mgr.14180) 880 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:16.663 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:39:17.664 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:39:18.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:18 smithi153 bash[28288]: cluster 2023-11-08T02:39:17.187327+0000 mgr.smithi148.cvefzo (mgr.14180) 881 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:39:18.720 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:18 smithi148 bash[24200]: cluster 2023-11-08T02:39:17.187327+0000 mgr.smithi148.cvefzo (mgr.14180) 881 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:39:20.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:20 smithi153 bash[28288]: cluster 2023-11-08T02:39:19.188593+0000 mgr.smithi148.cvefzo (mgr.14180) 882 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:20.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:20 smithi148 bash[24200]: cluster 2023-11-08T02:39:19.188593+0000 mgr.smithi148.cvefzo (mgr.14180) 882 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:20.918 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:39:20.919 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:18.664393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.klvcme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\nDeploy daemon haproxy.nfs.foo.smithi153.klvcme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.150443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.inhpqa on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\nDeploy daemon haproxy.nfs.foo.smithi148.inhpqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.153674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.louyhg on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:39:21.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:21 smithi148 bash[24200]: audit 2023-11-08T02:39:20.913317+0000 mgr.smithi148.cvefzo (mgr.14180) 883 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:21.699 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:39:21.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:21 smithi153 bash[28288]: audit 2023-11-08T02:39:20.913317+0000 mgr.smithi148.cvefzo (mgr.14180) 883 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:22.701 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:39:22.712 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:22 smithi148 bash[24200]: cluster 2023-11-08T02:39:21.189725+0000 mgr.smithi148.cvefzo (mgr.14180) 884 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:22.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:22 smithi153 bash[28288]: cluster 2023-11-08T02:39:21.189725+0000 mgr.smithi148.cvefzo (mgr.14180) 884 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:23.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:23 smithi148 bash[24200]: audit 2023-11-08T02:39:23.160268+0000 mon.smithi148 (mon.0) 894 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:39:23.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:23 smithi153 bash[28288]: audit 2023-11-08T02:39:23.160268+0000 mon.smithi148 (mon.0) 894 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:39:24.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:24 smithi148 bash[24200]: cluster 2023-11-08T02:39:23.191061+0000 mgr.smithi148.cvefzo (mgr.14180) 885 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:24.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:24 smithi148 bash[24200]: audit 2023-11-08T02:39:23.460927+0000 mon.smithi148 (mon.0) 895 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:39:24.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:24 smithi148 bash[24200]: audit 2023-11-08T02:39:23.462173+0000 mon.smithi148 (mon.0) 896 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:39:24.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:24 smithi148 bash[24200]: audit 2023-11-08T02:39:23.468196+0000 mon.smithi148 (mon.0) 897 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:39:24.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:24 smithi148 bash[24200]: cluster 2023-11-08T02:39:23.468770+0000 mgr.smithi148.cvefzo (mgr.14180) 886 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:39:24.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:24 smithi148 bash[24200]: audit 2023-11-08T02:39:23.475102+0000 mon.smithi148 (mon.0) 898 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:39:24.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:24 smithi148 bash[24200]: audit 2023-11-08T02:39:23.489435+0000 mon.smithi148 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:39:24.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:24 smithi148 bash[24200]: cephadm 2023-11-08T02:39:23.493081+0000 mgr.smithi148.cvefzo (mgr.14180) 887 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.fuccok on smithi153 2023-11-08T02:39:24.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:24 smithi153 bash[28288]: cluster 2023-11-08T02:39:23.191061+0000 mgr.smithi148.cvefzo (mgr.14180) 885 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:24.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:24 smithi153 bash[28288]: audit 2023-11-08T02:39:23.460927+0000 mon.smithi148 (mon.0) 895 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:39:24.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:24 smithi153 bash[28288]: audit 2023-11-08T02:39:23.462173+0000 mon.smithi148 (mon.0) 896 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:39:24.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:24 smithi153 bash[28288]: audit 2023-11-08T02:39:23.468196+0000 mon.smithi148 (mon.0) 897 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:39:24.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:24 smithi153 bash[28288]: cluster 2023-11-08T02:39:23.468770+0000 mgr.smithi148.cvefzo (mgr.14180) 886 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:39:24.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:24 smithi153 bash[28288]: audit 2023-11-08T02:39:23.475102+0000 mon.smithi148 (mon.0) 898 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:39:24.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:24 smithi153 bash[28288]: audit 2023-11-08T02:39:23.489435+0000 mon.smithi148 (mon.0) 899 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:39:24.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:24 smithi153 bash[28288]: cephadm 2023-11-08T02:39:23.493081+0000 mgr.smithi148.cvefzo (mgr.14180) 887 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.fuccok on smithi153 2023-11-08T02:39:25.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:25 smithi148 bash[24200]: cluster 2023-11-08T02:39:24.466430+0000 mon.smithi148 (mon.0) 900 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:39:25.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:25 smithi148 bash[24200]: cluster 2023-11-08T02:39:24.466462+0000 mon.smithi148 (mon.0) 901 : cluster [INF] Cluster is now healthy 2023-11-08T02:39:25.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:25 smithi148 bash[24200]: audit 2023-11-08T02:39:24.847707+0000 mon.smithi148 (mon.0) 902 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:39:25.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:25 smithi153 bash[28288]: cluster 2023-11-08T02:39:24.466430+0000 mon.smithi148 (mon.0) 900 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:39:25.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:25 smithi153 bash[28288]: cluster 2023-11-08T02:39:24.466462+0000 mon.smithi148 (mon.0) 901 : cluster [INF] Cluster is now healthy 2023-11-08T02:39:25.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:25 smithi153 bash[28288]: audit 2023-11-08T02:39:24.847707+0000 mon.smithi148 (mon.0) 902 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:39:26.215 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:39:26.215 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:37:14.390892Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.owxstr on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:18.664393Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.klvcme on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-klvcme\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.klvcme\nDeploy daemon haproxy.nfs.foo.smithi153.klvcme ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.150443Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.inhpqa on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-inhpqa\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.inhpqa\nDeploy daemon haproxy.nfs.foo.smithi148.inhpqa ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:38:23.153674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.louyhg on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:39:26.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:26 smithi148 bash[24200]: cluster 2023-11-08T02:39:25.469615+0000 mgr.smithi148.cvefzo (mgr.14180) 888 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:39:26.851 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:26 smithi153 bash[28288]: cluster 2023-11-08T02:39:25.469615+0000 mgr.smithi148.cvefzo (mgr.14180) 888 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:39:27.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:39:27.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:27 smithi148 bash[24200]: audit 2023-11-08T02:39:26.206849+0000 mgr.smithi148.cvefzo (mgr.14180) 889 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:27.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:27 smithi148 bash[24200]: audit 2023-11-08T02:39:27.268996+0000 mon.smithi148 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.fuccok"}]: dispatch 2023-11-08T02:39:27.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:27 smithi153 bash[28288]: audit 2023-11-08T02:39:26.206849+0000 mgr.smithi148.cvefzo (mgr.14180) 889 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:27.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:27 smithi153 bash[28288]: audit 2023-11-08T02:39:27.268996+0000 mon.smithi148 (mon.0) 903 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.fuccok"}]: dispatch 2023-11-08T02:39:28.020 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:39:28.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: cephadm 2023-11-08T02:39:27.267778+0000 mgr.smithi148.cvefzo (mgr.14180) 890 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok 2023-11-08T02:39:28.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:39:28.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok 2023-11-08T02:39:28.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok 2023-11-08T02:39:28.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:39:28.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok 2023-11-08T02:39:28.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.fuccok ... 2023-11-08T02:39:28.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:28.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:39:28.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:39:28.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:39:28.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:28.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:39:28.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:39:28.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:39:28.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:39:28.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:39:28.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok 2023-11-08T02:39:28.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:39:28.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok 2023-11-08T02:39:28.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok 2023-11-08T02:39:28.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:39:28.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok 2023-11-08T02:39:28.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.fuccok ... 2023-11-08T02:39:28.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:28.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:39:28.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:39:28.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:39:28.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:28.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: cephadm 2023-11-08T02:39:27.268390+0000 mgr.smithi148.cvefzo (mgr.14180) 891 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.fuccok 2023-11-08T02:39:28.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: cephadm 2023-11-08T02:39:27.270685+0000 mgr.smithi148.cvefzo (mgr.14180) 892 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok 2023-11-08T02:39:28.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:39:28.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok 2023-11-08T02:39:28.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok 2023-11-08T02:39:28.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:39:28.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok 2023-11-08T02:39:28.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.fuccok ... 2023-11-08T02:39:28.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:28.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:39:28.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:39:28.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:39:28.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:28.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: cephadm 2023-11-08T02:39:27.275413+0000 mgr.smithi148.cvefzo (mgr.14180) 893 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.rtsuhu on smithi148 2023-11-08T02:39:28.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:28 smithi148 bash[24200]: cluster 2023-11-08T02:39:27.470521+0000 mgr.smithi148.cvefzo (mgr.14180) 894 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:39:28.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: cephadm 2023-11-08T02:39:27.267778+0000 mgr.smithi148.cvefzo (mgr.14180) 890 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok 2023-11-08T02:39:28.938 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:39:28.938 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok 2023-11-08T02:39:28.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok 2023-11-08T02:39:28.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:39:28.939 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok 2023-11-08T02:39:28.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.fuccok ... 2023-11-08T02:39:28.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:28.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:39:28.940 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:39:28.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:39:28.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:28.941 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:39:28.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:39:28.942 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:39:28.945 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:39:28.945 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:39:28.945 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok 2023-11-08T02:39:28.946 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:39:28.946 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok 2023-11-08T02:39:28.946 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok 2023-11-08T02:39:28.946 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:39:28.946 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok 2023-11-08T02:39:28.947 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.fuccok ... 2023-11-08T02:39:28.947 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:28.947 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:39:28.947 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:39:28.948 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:39:28.948 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:28.948 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: cephadm 2023-11-08T02:39:27.268390+0000 mgr.smithi148.cvefzo (mgr.14180) 891 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.fuccok 2023-11-08T02:39:28.948 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: cephadm 2023-11-08T02:39:27.270685+0000 mgr.smithi148.cvefzo (mgr.14180) 892 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok 2023-11-08T02:39:28.949 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:39:28.949 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok 2023-11-08T02:39:28.949 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok 2023-11-08T02:39:28.950 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:39:28.950 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok 2023-11-08T02:39:28.950 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.fuccok ... 2023-11-08T02:39:28.950 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:28.951 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:39:28.951 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:39:28.951 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:39:28.951 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:28.952 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: cephadm 2023-11-08T02:39:27.275413+0000 mgr.smithi148.cvefzo (mgr.14180) 893 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.rtsuhu on smithi148 2023-11-08T02:39:28.952 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:28 smithi153 bash[28288]: cluster 2023-11-08T02:39:27.470521+0000 mgr.smithi148.cvefzo (mgr.14180) 894 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:39:30.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:30 smithi153 bash[28288]: cluster 2023-11-08T02:39:29.471748+0000 mgr.smithi148.cvefzo (mgr.14180) 895 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:39:30.967 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:30 smithi148 bash[24200]: cluster 2023-11-08T02:39:29.471748+0000 mgr.smithi148.cvefzo (mgr.14180) 895 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:39:31.434 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:39:31.434 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:27.270408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\nDeploy daemon haproxy.nfs.foo.smithi153.fuccok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.067618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\nDeploy daemon haproxy.nfs.foo.smithi148.rtsuhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.069675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:39:31.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:31 smithi153 bash[28288]: audit 2023-11-08T02:39:31.066550+0000 mon.smithi148 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.rtsuhu"}]: dispatch 2023-11-08T02:39:32.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:31 smithi148 bash[24200]: audit 2023-11-08T02:39:31.066550+0000 mon.smithi148 (mon.0) 904 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.rtsuhu"}]: dispatch 2023-11-08T02:39:32.248 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:39:32.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: cephadm 2023-11-08T02:39:31.065595+0000 mgr.smithi148.cvefzo (mgr.14180) 896 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu 2023-11-08T02:39:32.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:39:32.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu 2023-11-08T02:39:32.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu 2023-11-08T02:39:32.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:39:32.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu 2023-11-08T02:39:32.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.rtsuhu ... 2023-11-08T02:39:32.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:32.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:39:32.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:39:32.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:39:32.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:32.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:39:32.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:39:32.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:39:32.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:39:32.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:39:32.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu 2023-11-08T02:39:32.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:39:32.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu 2023-11-08T02:39:32.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu 2023-11-08T02:39:32.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:39:32.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu 2023-11-08T02:39:32.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.rtsuhu ... 2023-11-08T02:39:32.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:32.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:39:32.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:39:32.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:39:32.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:32.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: cephadm 2023-11-08T02:39:31.066030+0000 mgr.smithi148.cvefzo (mgr.14180) 897 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.rtsuhu 2023-11-08T02:39:32.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: cephadm 2023-11-08T02:39:31.067759+0000 mgr.smithi148.cvefzo (mgr.14180) 898 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu 2023-11-08T02:39:32.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:39:32.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu 2023-11-08T02:39:32.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu 2023-11-08T02:39:32.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:39:32.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu 2023-11-08T02:39:32.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.rtsuhu ... 2023-11-08T02:39:32.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:32.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:39:32.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:39:32.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:39:32.915 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:32.915 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: cephadm 2023-11-08T02:39:31.069772+0000 mgr.smithi148.cvefzo (mgr.14180) 899 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:39:32.915 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: cephadm 2023-11-08T02:39:31.071650+0000 mgr.smithi148.cvefzo (mgr.14180) 900 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:39:32.915 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: cluster 2023-11-08T02:39:31.072752+0000 mgr.smithi148.cvefzo (mgr.14180) 901 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2023-11-08T02:39:32.915 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: audit 2023-11-08T02:39:31.429965+0000 mgr.smithi148.cvefzo (mgr.14180) 902 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:32.916 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:32 smithi153 bash[28288]: cluster 2023-11-08T02:39:31.529043+0000 mon.smithi148 (mon.0) 905 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:39:33.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: cephadm 2023-11-08T02:39:31.065595+0000 mgr.smithi148.cvefzo (mgr.14180) 896 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu 2023-11-08T02:39:33.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:39:33.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu 2023-11-08T02:39:33.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu 2023-11-08T02:39:33.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:39:33.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu 2023-11-08T02:39:33.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.rtsuhu ... 2023-11-08T02:39:33.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:33.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:39:33.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:39:33.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:39:33.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:33.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:39:33.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:39:33.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:39:33.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:39:33.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:39:33.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu 2023-11-08T02:39:33.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:39:33.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu 2023-11-08T02:39:33.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu 2023-11-08T02:39:33.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:39:33.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu 2023-11-08T02:39:33.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.rtsuhu ... 2023-11-08T02:39:33.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:33.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:39:33.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:39:33.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:39:33.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:33.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: cephadm 2023-11-08T02:39:31.066030+0000 mgr.smithi148.cvefzo (mgr.14180) 897 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.rtsuhu 2023-11-08T02:39:33.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: cephadm 2023-11-08T02:39:31.067759+0000 mgr.smithi148.cvefzo (mgr.14180) 898 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu 2023-11-08T02:39:33.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:39:33.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu 2023-11-08T02:39:33.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu 2023-11-08T02:39:33.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:39:33.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu 2023-11-08T02:39:33.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.rtsuhu ... 2023-11-08T02:39:33.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:33.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:39:33.037 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:39:33.037 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:39:33.037 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:39:33.039 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: cephadm 2023-11-08T02:39:31.069772+0000 mgr.smithi148.cvefzo (mgr.14180) 899 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:39:33.039 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: cephadm 2023-11-08T02:39:31.071650+0000 mgr.smithi148.cvefzo (mgr.14180) 900 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:39:33.039 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: cluster 2023-11-08T02:39:31.072752+0000 mgr.smithi148.cvefzo (mgr.14180) 901 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2023-11-08T02:39:33.039 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: audit 2023-11-08T02:39:31.429965+0000 mgr.smithi148.cvefzo (mgr.14180) 902 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:33.040 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:32 smithi148 bash[24200]: cluster 2023-11-08T02:39:31.529043+0000 mon.smithi148 (mon.0) 905 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:39:33.250 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:39:34.587 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:34 smithi148 bash[24200]: cluster 2023-11-08T02:39:33.073906+0000 mgr.smithi148.cvefzo (mgr.14180) 903 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2023-11-08T02:39:34.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:34 smithi153 bash[28288]: cluster 2023-11-08T02:39:33.073906+0000 mgr.smithi148.cvefzo (mgr.14180) 903 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2023-11-08T02:39:36.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:36 smithi153 bash[28288]: cluster 2023-11-08T02:39:35.075174+0000 mgr.smithi148.cvefzo (mgr.14180) 904 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-08T02:39:36.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:36 smithi153 bash[28288]: audit 2023-11-08T02:39:35.097369+0000 mon.smithi148 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:39:36.503 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:39:36.503 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:27.270408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\nDeploy daemon haproxy.nfs.foo.smithi153.fuccok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.067618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\nDeploy daemon haproxy.nfs.foo.smithi148.rtsuhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.069675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:39:36.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:36 smithi148 bash[24200]: cluster 2023-11-08T02:39:35.075174+0000 mgr.smithi148.cvefzo (mgr.14180) 904 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-08T02:39:36.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:36 smithi148 bash[24200]: audit 2023-11-08T02:39:35.097369+0000 mon.smithi148 (mon.0) 906 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:39:37.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:39:37.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:37 smithi153 bash[28288]: audit 2023-11-08T02:39:36.494777+0000 mgr.smithi148.cvefzo (mgr.14180) 905 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:37.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:37 smithi148 bash[24200]: audit 2023-11-08T02:39:36.494777+0000 mgr.smithi148.cvefzo (mgr.14180) 905 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:38.344 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:39:38.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:38 smithi148 bash[24200]: cluster 2023-11-08T02:39:37.076327+0000 mgr.smithi148.cvefzo (mgr.14180) 906 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 352 B/s rd, 0 op/s 2023-11-08T02:39:38.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:38 smithi153 bash[28288]: cluster 2023-11-08T02:39:37.076327+0000 mgr.smithi148.cvefzo (mgr.14180) 906 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 352 B/s rd, 0 op/s 2023-11-08T02:39:41.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:40 smithi153 bash[28288]: cluster 2023-11-08T02:39:39.077519+0000 mgr.smithi148.cvefzo (mgr.14180) 907 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-08T02:39:41.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:40 smithi153 bash[28288]: audit 2023-11-08T02:39:39.850136+0000 mon.smithi148 (mon.0) 907 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:39:41.193 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:40 smithi148 bash[24200]: cluster 2023-11-08T02:39:39.077519+0000 mgr.smithi148.cvefzo (mgr.14180) 907 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-08T02:39:41.193 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:40 smithi148 bash[24200]: audit 2023-11-08T02:39:39.850136+0000 mon.smithi148 (mon.0) 907 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:39:41.623 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:39:41.623 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:27.270408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\nDeploy daemon haproxy.nfs.foo.smithi153.fuccok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.067618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\nDeploy daemon haproxy.nfs.foo.smithi148.rtsuhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.069675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:39:42.413 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:39:43.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:42 smithi153 bash[28288]: cluster 2023-11-08T02:39:41.078199+0000 mgr.smithi148.cvefzo (mgr.14180) 908 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-08T02:39:43.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:42 smithi153 bash[28288]: audit 2023-11-08T02:39:41.612884+0000 mgr.smithi148.cvefzo (mgr.14180) 909 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:43.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:42 smithi148 bash[24200]: cluster 2023-11-08T02:39:41.078199+0000 mgr.smithi148.cvefzo (mgr.14180) 908 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-08T02:39:43.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:42 smithi148 bash[24200]: audit 2023-11-08T02:39:41.612884+0000 mgr.smithi148.cvefzo (mgr.14180) 909 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:43.414 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:39:45.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:44 smithi153 bash[28288]: cluster 2023-11-08T02:39:43.079359+0000 mgr.smithi148.cvefzo (mgr.14180) 910 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:45.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:44 smithi148 bash[24200]: cluster 2023-11-08T02:39:43.079359+0000 mgr.smithi148.cvefzo (mgr.14180) 910 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:46.777 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:39:46.777 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:27.270408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\nDeploy daemon haproxy.nfs.foo.smithi153.fuccok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.067618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\nDeploy daemon haproxy.nfs.foo.smithi148.rtsuhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.069675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:39:47.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:46 smithi153 bash[28288]: cluster 2023-11-08T02:39:45.080229+0000 mgr.smithi148.cvefzo (mgr.14180) 911 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:47.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:46 smithi148 bash[24200]: cluster 2023-11-08T02:39:45.080229+0000 mgr.smithi148.cvefzo (mgr.14180) 911 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:47.555 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:39:48.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:47 smithi153 bash[28288]: audit 2023-11-08T02:39:46.768543+0000 mgr.smithi148.cvefzo (mgr.14180) 912 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:48.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:47 smithi148 bash[24200]: audit 2023-11-08T02:39:46.768543+0000 mgr.smithi148.cvefzo (mgr.14180) 912 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:48.557 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:39:49.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:48 smithi153 bash[28288]: cluster 2023-11-08T02:39:47.081345+0000 mgr.smithi148.cvefzo (mgr.14180) 913 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:39:49.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:48 smithi148 bash[24200]: cluster 2023-11-08T02:39:47.081345+0000 mgr.smithi148.cvefzo (mgr.14180) 913 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:39:51.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:50 smithi153 bash[28288]: cluster 2023-11-08T02:39:49.082565+0000 mgr.smithi148.cvefzo (mgr.14180) 914 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:51.256 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:50 smithi148 bash[24200]: cluster 2023-11-08T02:39:49.082565+0000 mgr.smithi148.cvefzo (mgr.14180) 914 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:51.697 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:39:51.697 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:27.270408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\nDeploy daemon haproxy.nfs.foo.smithi153.fuccok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.067618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\nDeploy daemon haproxy.nfs.foo.smithi148.rtsuhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.069675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:39:52.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:39:53.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:52 smithi153 bash[28288]: cluster 2023-11-08T02:39:51.083700+0000 mgr.smithi148.cvefzo (mgr.14180) 915 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:53.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:52 smithi153 bash[28288]: audit 2023-11-08T02:39:51.686421+0000 mgr.smithi148.cvefzo (mgr.14180) 916 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:53.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:52 smithi148 bash[24200]: cluster 2023-11-08T02:39:51.083700+0000 mgr.smithi148.cvefzo (mgr.14180) 915 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:53.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:52 smithi148 bash[24200]: audit 2023-11-08T02:39:51.686421+0000 mgr.smithi148.cvefzo (mgr.14180) 916 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:53.483 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:39:55.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:54 smithi153 bash[28288]: cluster 2023-11-08T02:39:53.084798+0000 mgr.smithi148.cvefzo (mgr.14180) 917 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:55.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:54 smithi148 bash[24200]: cluster 2023-11-08T02:39:53.084798+0000 mgr.smithi148.cvefzo (mgr.14180) 917 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:56.803 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:39:56.803 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:27.270408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\nDeploy daemon haproxy.nfs.foo.smithi153.fuccok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.067618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\nDeploy daemon haproxy.nfs.foo.smithi148.rtsuhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.069675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:39:57.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:56 smithi148 bash[24200]: cluster 2023-11-08T02:39:55.085575+0000 mgr.smithi148.cvefzo (mgr.14180) 918 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:57.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:56 smithi153 bash[28288]: cluster 2023-11-08T02:39:55.085575+0000 mgr.smithi148.cvefzo (mgr.14180) 918 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:39:57.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:39:58.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:57 smithi148 bash[24200]: audit 2023-11-08T02:39:56.793689+0000 mgr.smithi148.cvefzo (mgr.14180) 919 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:58.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:57 smithi153 bash[28288]: audit 2023-11-08T02:39:56.793689+0000 mgr.smithi148.cvefzo (mgr.14180) 919 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:39:58.565 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:39:59.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:39:58 smithi148 bash[24200]: cluster 2023-11-08T02:39:57.086589+0000 mgr.smithi148.cvefzo (mgr.14180) 920 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:39:59.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:39:58 smithi153 bash[28288]: cluster 2023-11-08T02:39:57.086589+0000 mgr.smithi148.cvefzo (mgr.14180) 920 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:40:01.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:00 smithi148 bash[24200]: cluster 2023-11-08T02:39:59.087759+0000 mgr.smithi148.cvefzo (mgr.14180) 921 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:01.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:00 smithi148 bash[24200]: cluster 2023-11-08T02:40:00.000151+0000 mon.smithi148 (mon.0) 908 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-08T02:40:01.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:00 smithi153 bash[28288]: cluster 2023-11-08T02:39:59.087759+0000 mgr.smithi148.cvefzo (mgr.14180) 921 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:01.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:00 smithi153 bash[28288]: cluster 2023-11-08T02:40:00.000151+0000 mon.smithi148 (mon.0) 908 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-08T02:40:01.882 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:40:01.882 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:27.270408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\nDeploy daemon haproxy.nfs.foo.smithi153.fuccok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.067618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\nDeploy daemon haproxy.nfs.foo.smithi148.rtsuhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.069675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:40:02.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:40:03.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:02 smithi148 bash[24200]: cluster 2023-11-08T02:40:01.088866+0000 mgr.smithi148.cvefzo (mgr.14180) 922 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:03.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:02 smithi148 bash[24200]: audit 2023-11-08T02:40:01.873081+0000 mgr.smithi148.cvefzo (mgr.14180) 923 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:03.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:02 smithi153 bash[28288]: cluster 2023-11-08T02:40:01.088866+0000 mgr.smithi148.cvefzo (mgr.14180) 922 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:03.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:02 smithi153 bash[28288]: audit 2023-11-08T02:40:01.873081+0000 mgr.smithi148.cvefzo (mgr.14180) 923 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:03.654 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:40:05.186 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:04 smithi148 bash[24200]: cluster 2023-11-08T02:40:03.090024+0000 mgr.smithi148.cvefzo (mgr.14180) 924 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:05.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:04 smithi153 bash[28288]: cluster 2023-11-08T02:40:03.090024+0000 mgr.smithi148.cvefzo (mgr.14180) 924 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:07.037 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:40:07.038 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:27.270408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\nDeploy daemon haproxy.nfs.foo.smithi153.fuccok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.067618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\nDeploy daemon haproxy.nfs.foo.smithi148.rtsuhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.069675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:40:07.261 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:06 smithi148 bash[24200]: cluster 2023-11-08T02:40:05.091192+0000 mgr.smithi148.cvefzo (mgr.14180) 925 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:07.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:06 smithi153 bash[28288]: cluster 2023-11-08T02:40:05.091192+0000 mgr.smithi148.cvefzo (mgr.14180) 925 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:07.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:40:08.785 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:40:09.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:08 smithi148 bash[24200]: audit 2023-11-08T02:40:07.029152+0000 mgr.smithi148.cvefzo (mgr.14180) 926 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:09.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:08 smithi148 bash[24200]: cluster 2023-11-08T02:40:07.092291+0000 mgr.smithi148.cvefzo (mgr.14180) 927 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:40:09.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:08 smithi153 bash[28288]: audit 2023-11-08T02:40:07.029152+0000 mgr.smithi148.cvefzo (mgr.14180) 926 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:09.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:08 smithi153 bash[28288]: cluster 2023-11-08T02:40:07.092291+0000 mgr.smithi148.cvefzo (mgr.14180) 927 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:40:11.257 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:10 smithi148 bash[24200]: cluster 2023-11-08T02:40:09.092992+0000 mgr.smithi148.cvefzo (mgr.14180) 928 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:11.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:10 smithi153 bash[28288]: cluster 2023-11-08T02:40:09.092992+0000 mgr.smithi148.cvefzo (mgr.14180) 928 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:11.859 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:40:11.860 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:27.270408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\nDeploy daemon haproxy.nfs.foo.smithi153.fuccok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.067618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\nDeploy daemon haproxy.nfs.foo.smithi148.rtsuhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.069675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:40:12.654 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:40:13.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:12 smithi148 bash[24200]: cluster 2023-11-08T02:40:11.094048+0000 mgr.smithi148.cvefzo (mgr.14180) 929 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:13.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:12 smithi148 bash[24200]: audit 2023-11-08T02:40:11.849654+0000 mgr.smithi148.cvefzo (mgr.14180) 930 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:13.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:12 smithi153 bash[28288]: cluster 2023-11-08T02:40:11.094048+0000 mgr.smithi148.cvefzo (mgr.14180) 929 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:13.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:12 smithi153 bash[28288]: audit 2023-11-08T02:40:11.849654+0000 mgr.smithi148.cvefzo (mgr.14180) 930 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:13.655 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:40:15.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:14 smithi148 bash[24200]: cluster 2023-11-08T02:40:13.095205+0000 mgr.smithi148.cvefzo (mgr.14180) 931 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:15.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:14 smithi153 bash[28288]: cluster 2023-11-08T02:40:13.095205+0000 mgr.smithi148.cvefzo (mgr.14180) 931 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:16.913 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:40:16.913 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:27.270408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\nDeploy daemon haproxy.nfs.foo.smithi153.fuccok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.067618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\nDeploy daemon haproxy.nfs.foo.smithi148.rtsuhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.069675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:40:17.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:16 smithi148 bash[24200]: cluster 2023-11-08T02:40:15.096499+0000 mgr.smithi148.cvefzo (mgr.14180) 932 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:17.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:16 smithi153 bash[28288]: cluster 2023-11-08T02:40:15.096499+0000 mgr.smithi148.cvefzo (mgr.14180) 932 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:17.662 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:40:18.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:17 smithi148 bash[24200]: audit 2023-11-08T02:40:16.904663+0000 mgr.smithi148.cvefzo (mgr.14180) 933 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:18.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:17 smithi153 bash[28288]: audit 2023-11-08T02:40:16.904663+0000 mgr.smithi148.cvefzo (mgr.14180) 933 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:18.663 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:40:19.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:18 smithi148 bash[24200]: cluster 2023-11-08T02:40:17.097661+0000 mgr.smithi148.cvefzo (mgr.14180) 934 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:40:19.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:18 smithi153 bash[28288]: cluster 2023-11-08T02:40:17.097661+0000 mgr.smithi148.cvefzo (mgr.14180) 934 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:40:21.257 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:20 smithi148 bash[24200]: cluster 2023-11-08T02:40:19.098845+0000 mgr.smithi148.cvefzo (mgr.14180) 935 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:21.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:20 smithi153 bash[28288]: cluster 2023-11-08T02:40:19.098845+0000 mgr.smithi148.cvefzo (mgr.14180) 935 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:21.902 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:40:21.902 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:27.270408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\nDeploy daemon haproxy.nfs.foo.smithi153.fuccok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.067618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\nDeploy daemon haproxy.nfs.foo.smithi148.rtsuhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.069675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:40:22.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:40:23.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:22 smithi148 bash[24200]: cluster 2023-11-08T02:40:21.099916+0000 mgr.smithi148.cvefzo (mgr.14180) 936 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:23.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:22 smithi148 bash[24200]: audit 2023-11-08T02:40:21.892847+0000 mgr.smithi148.cvefzo (mgr.14180) 937 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:23.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:22 smithi153 bash[28288]: cluster 2023-11-08T02:40:21.099916+0000 mgr.smithi148.cvefzo (mgr.14180) 936 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:23.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:22 smithi153 bash[28288]: audit 2023-11-08T02:40:21.892847+0000 mgr.smithi148.cvefzo (mgr.14180) 937 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:23.643 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:40:25.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:24 smithi148 bash[24200]: cluster 2023-11-08T02:40:23.101082+0000 mgr.smithi148.cvefzo (mgr.14180) 938 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:25.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:24 smithi153 bash[28288]: cluster 2023-11-08T02:40:23.101082+0000 mgr.smithi148.cvefzo (mgr.14180) 938 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:26.779 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:40:26.780 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:27.270408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\nDeploy daemon haproxy.nfs.foo.smithi153.fuccok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.067618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\nDeploy daemon haproxy.nfs.foo.smithi148.rtsuhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.069675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:40:27.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:27 smithi148 bash[24200]: cluster 2023-11-08T02:40:25.102304+0000 mgr.smithi148.cvefzo (mgr.14180) 939 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:27.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:27 smithi153 bash[28288]: cluster 2023-11-08T02:40:25.102304+0000 mgr.smithi148.cvefzo (mgr.14180) 939 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:27.595 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:40:28.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:28 smithi148 bash[24200]: audit 2023-11-08T02:40:26.771667+0000 mgr.smithi148.cvefzo (mgr.14180) 940 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:28.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:28 smithi153 bash[28288]: audit 2023-11-08T02:40:26.771667+0000 mgr.smithi148.cvefzo (mgr.14180) 940 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:28.597 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:40:29.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:29 smithi148 bash[24200]: cluster 2023-11-08T02:40:27.102957+0000 mgr.smithi148.cvefzo (mgr.14180) 941 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:40:29.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:29 smithi153 bash[28288]: cluster 2023-11-08T02:40:27.102957+0000 mgr.smithi148.cvefzo (mgr.14180) 941 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:40:30.095 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:30 smithi148 bash[24200]: cluster 2023-11-08T02:40:29.103605+0000 mgr.smithi148.cvefzo (mgr.14180) 942 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:30.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:30 smithi153 bash[28288]: cluster 2023-11-08T02:40:29.103605+0000 mgr.smithi148.cvefzo (mgr.14180) 942 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:31.385 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:31 smithi148 bash[24200]: audit 2023-11-08T02:40:31.076196+0000 mon.smithi148 (mon.0) 909 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:40:31.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:31 smithi153 bash[28288]: audit 2023-11-08T02:40:31.076196+0000 mon.smithi148 (mon.0) 909 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:40:31.814 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:40:31.814 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:14.241235Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:27.270408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\nDeploy daemon haproxy.nfs.foo.smithi153.fuccok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.067618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\nDeploy daemon haproxy.nfs.foo.smithi148.rtsuhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.069675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:14.242197Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:14.241434Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:14.241550Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:14.242304Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:14.241661Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:14.241769Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:40:32.632 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:32 smithi148 bash[24200]: cluster 2023-11-08T02:40:31.104382+0000 mgr.smithi148.cvefzo (mgr.14180) 943 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:32.632 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:32 smithi148 bash[24200]: audit 2023-11-08T02:40:31.339924+0000 mon.smithi148 (mon.0) 910 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:40:32.632 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:32 smithi148 bash[24200]: audit 2023-11-08T02:40:31.802263+0000 mgr.smithi148.cvefzo (mgr.14180) 944 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:32.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:40:32.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:32 smithi153 bash[28288]: cluster 2023-11-08T02:40:31.104382+0000 mgr.smithi148.cvefzo (mgr.14180) 943 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:32.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:32 smithi153 bash[28288]: audit 2023-11-08T02:40:31.339924+0000 mon.smithi148 (mon.0) 910 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:40:32.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:32 smithi153 bash[28288]: audit 2023-11-08T02:40:31.802263+0000 mgr.smithi148.cvefzo (mgr.14180) 944 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:33.635 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:40:34.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:34 smithi153 bash[28288]: cluster 2023-11-08T02:40:33.105541+0000 mgr.smithi148.cvefzo (mgr.14180) 945 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:34.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:34 smithi148 bash[24200]: cluster 2023-11-08T02:40:33.105541+0000 mgr.smithi148.cvefzo (mgr.14180) 945 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:36.601 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:36 smithi148 bash[24200]: cluster 2023-11-08T02:40:35.106879+0000 mgr.smithi148.cvefzo (mgr.14180) 946 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:36.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:36 smithi153 bash[28288]: cluster 2023-11-08T02:40:35.106879+0000 mgr.smithi148.cvefzo (mgr.14180) 946 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:40:37.024 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:40:37.024 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:30:15.593651Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:30:15.593921Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:30:15.594151Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:38:23.155977Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.nykxdv on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:27.270408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\nDeploy daemon haproxy.nfs.foo.smithi153.fuccok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.067618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\nDeploy daemon haproxy.nfs.foo.smithi148.rtsuhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.069675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:30:15.595358Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:30:15.593406Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:30:15.593053Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:30:15.595482Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:30:15.594440Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:30:15.594862Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:30:15.594660Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:40:37.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:40:38.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:37 smithi153 bash[28288]: audit 2023-11-08T02:40:36.799423+0000 mon.smithi148 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:40:38.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:37 smithi153 bash[28288]: audit 2023-11-08T02:40:37.534297+0000 mon.smithi148 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:40:38.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:37 smithi148 bash[24200]: audit 2023-11-08T02:40:36.799423+0000 mon.smithi148 (mon.0) 911 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:40:38.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:37 smithi148 bash[24200]: audit 2023-11-08T02:40:37.534297+0000 mon.smithi148 (mon.0) 912 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:40:38.779 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:40:39.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:38 smithi153 bash[28288]: audit 2023-11-08T02:40:37.019821+0000 mgr.smithi148.cvefzo (mgr.14180) 947 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:39.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:38 smithi153 bash[28288]: cluster 2023-11-08T02:40:37.107956+0000 mgr.smithi148.cvefzo (mgr.14180) 948 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:40:39.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:38 smithi153 bash[28288]: audit 2023-11-08T02:40:37.809061+0000 mon.smithi148 (mon.0) 913 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:40:39.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:38 smithi153 bash[28288]: audit 2023-11-08T02:40:37.810081+0000 mon.smithi148 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:40:39.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:38 smithi153 bash[28288]: audit 2023-11-08T02:40:37.814657+0000 mon.smithi148 (mon.0) 915 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:40:39.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:38 smithi153 bash[28288]: cluster 2023-11-08T02:40:37.815430+0000 mgr.smithi148.cvefzo (mgr.14180) 949 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:40:39.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:38 smithi153 bash[28288]: audit 2023-11-08T02:40:37.822299+0000 mon.smithi148 (mon.0) 916 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:40:39.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:38 smithi153 bash[28288]: audit 2023-11-08T02:40:37.835115+0000 mon.smithi148 (mon.0) 917 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:40:39.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:38 smithi153 bash[28288]: cephadm 2023-11-08T02:40:37.839008+0000 mgr.smithi148.cvefzo (mgr.14180) 950 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.kkhwuy on smithi153 2023-11-08T02:40:39.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:38 smithi148 bash[24200]: audit 2023-11-08T02:40:37.019821+0000 mgr.smithi148.cvefzo (mgr.14180) 947 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:39.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:38 smithi148 bash[24200]: cluster 2023-11-08T02:40:37.107956+0000 mgr.smithi148.cvefzo (mgr.14180) 948 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:40:39.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:38 smithi148 bash[24200]: audit 2023-11-08T02:40:37.809061+0000 mon.smithi148 (mon.0) 913 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:40:39.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:38 smithi148 bash[24200]: audit 2023-11-08T02:40:37.810081+0000 mon.smithi148 (mon.0) 914 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:40:39.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:38 smithi148 bash[24200]: audit 2023-11-08T02:40:37.814657+0000 mon.smithi148 (mon.0) 915 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:40:39.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:38 smithi148 bash[24200]: cluster 2023-11-08T02:40:37.815430+0000 mgr.smithi148.cvefzo (mgr.14180) 949 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:40:39.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:38 smithi148 bash[24200]: audit 2023-11-08T02:40:37.822299+0000 mon.smithi148 (mon.0) 916 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:40:39.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:38 smithi148 bash[24200]: audit 2023-11-08T02:40:37.835115+0000 mon.smithi148 (mon.0) 917 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:40:39.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:38 smithi148 bash[24200]: cephadm 2023-11-08T02:40:37.839008+0000 mgr.smithi148.cvefzo (mgr.14180) 950 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.kkhwuy on smithi153 2023-11-08T02:40:40.147 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:39 smithi148 bash[24200]: cluster 2023-11-08T02:40:38.814145+0000 mon.smithi148 (mon.0) 918 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:40:40.147 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:39 smithi148 bash[24200]: cluster 2023-11-08T02:40:38.814186+0000 mon.smithi148 (mon.0) 919 : cluster [INF] Cluster is now healthy 2023-11-08T02:40:40.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:39 smithi153 bash[28288]: cluster 2023-11-08T02:40:38.814145+0000 mon.smithi148 (mon.0) 918 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:40:40.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:39 smithi153 bash[28288]: cluster 2023-11-08T02:40:38.814186+0000 mon.smithi148 (mon.0) 919 : cluster [INF] Cluster is now healthy 2023-11-08T02:40:41.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:40 smithi148 bash[24200]: cluster 2023-11-08T02:40:39.816038+0000 mgr.smithi148.cvefzo (mgr.14180) 951 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:40:41.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:40 smithi148 bash[24200]: audit 2023-11-08T02:40:39.850474+0000 mon.smithi148 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:40:41.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:40 smithi153 bash[28288]: cluster 2023-11-08T02:40:39.816038+0000 mgr.smithi148.cvefzo (mgr.14180) 951 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:40:41.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:40 smithi153 bash[28288]: audit 2023-11-08T02:40:39.850474+0000 mon.smithi148 (mon.0) 920 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:40:42.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:41 smithi148 bash[24200]: audit 2023-11-08T02:40:41.648878+0000 mon.smithi148 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.kkhwuy"}]: dispatch 2023-11-08T02:40:42.071 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:40:42.072 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:39:27.270408Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.fuccok on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-fuccok\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.fuccok\nDeploy daemon haproxy.nfs.foo.smithi153.fuccok ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.067618Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rtsuhu on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rtsuhu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rtsuhu\nDeploy daemon haproxy.nfs.foo.smithi148.rtsuhu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:39:31.069675Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.isqoin on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:41.650206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kkhwuy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\nDeploy daemon haproxy.nfs.foo.smithi153.kkhwuy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:40:42.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:41 smithi153 bash[28288]: audit 2023-11-08T02:40:41.648878+0000 mon.smithi148 (mon.0) 921 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.kkhwuy"}]: dispatch 2023-11-08T02:40:42.853 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:40:43.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: cephadm 2023-11-08T02:40:41.647705+0000 mgr.smithi148.cvefzo (mgr.14180) 952 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy 2023-11-08T02:40:43.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:40:43.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy 2023-11-08T02:40:43.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy 2023-11-08T02:40:43.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:40:43.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy 2023-11-08T02:40:43.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.kkhwuy ... 2023-11-08T02:40:43.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:43.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:40:43.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:40:43.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:40:43.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:43.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:40:43.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:40:43.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:40:43.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:40:43.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:40:43.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy 2023-11-08T02:40:43.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:40:43.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy 2023-11-08T02:40:43.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy 2023-11-08T02:40:43.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:40:43.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy 2023-11-08T02:40:43.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.kkhwuy ... 2023-11-08T02:40:43.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:43.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:40:43.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:40:43.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:40:43.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:43.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: cephadm 2023-11-08T02:40:41.648217+0000 mgr.smithi148.cvefzo (mgr.14180) 953 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.kkhwuy 2023-11-08T02:40:43.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: cephadm 2023-11-08T02:40:41.650469+0000 mgr.smithi148.cvefzo (mgr.14180) 954 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.kkhwuy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy 2023-11-08T02:40:43.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:40:43.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy 2023-11-08T02:40:43.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy 2023-11-08T02:40:43.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:40:43.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy 2023-11-08T02:40:43.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.kkhwuy ... 2023-11-08T02:40:43.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:43.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:40:43.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:40:43.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:40:43.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:43.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: cephadm 2023-11-08T02:40:41.655273+0000 mgr.smithi148.cvefzo (mgr.14180) 955 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.lltpgy on smithi148 2023-11-08T02:40:43.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:42 smithi153 bash[28288]: cluster 2023-11-08T02:40:41.817123+0000 mgr.smithi148.cvefzo (mgr.14180) 956 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:40:43.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: cephadm 2023-11-08T02:40:41.647705+0000 mgr.smithi148.cvefzo (mgr.14180) 952 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy 2023-11-08T02:40:43.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:40:43.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy 2023-11-08T02:40:43.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy 2023-11-08T02:40:43.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:40:43.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy 2023-11-08T02:40:43.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.kkhwuy ... 2023-11-08T02:40:43.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:43.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:40:43.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:40:43.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:40:43.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:43.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:40:43.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:40:43.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:40:43.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:40:43.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:40:43.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy 2023-11-08T02:40:43.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:40:43.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy 2023-11-08T02:40:43.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy 2023-11-08T02:40:43.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:40:43.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy 2023-11-08T02:40:43.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.kkhwuy ... 2023-11-08T02:40:43.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:43.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:40:43.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:40:43.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:40:43.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:43.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: cephadm 2023-11-08T02:40:41.648217+0000 mgr.smithi148.cvefzo (mgr.14180) 953 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.kkhwuy 2023-11-08T02:40:43.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: cephadm 2023-11-08T02:40:41.650469+0000 mgr.smithi148.cvefzo (mgr.14180) 954 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.kkhwuy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy 2023-11-08T02:40:43.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:40:43.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy 2023-11-08T02:40:43.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy 2023-11-08T02:40:43.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:40:43.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy 2023-11-08T02:40:43.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.kkhwuy ... 2023-11-08T02:40:43.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:43.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:40:43.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:40:43.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:40:43.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:43.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: cephadm 2023-11-08T02:40:41.655273+0000 mgr.smithi148.cvefzo (mgr.14180) 955 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.lltpgy on smithi148 2023-11-08T02:40:43.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:42 smithi148 bash[24200]: cluster 2023-11-08T02:40:41.817123+0000 mgr.smithi148.cvefzo (mgr.14180) 956 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:40:43.854 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:40:44.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:43 smithi153 bash[28288]: audit 2023-11-08T02:40:42.063625+0000 mgr.smithi148.cvefzo (mgr.14180) 957 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:44.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:43 smithi148 bash[24200]: audit 2023-11-08T02:40:42.063625+0000 mgr.smithi148.cvefzo (mgr.14180) 957 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:45.131 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:44 smithi148 bash[24200]: cluster 2023-11-08T02:40:43.818191+0000 mgr.smithi148.cvefzo (mgr.14180) 958 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:40:45.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:44 smithi153 bash[28288]: cluster 2023-11-08T02:40:43.818191+0000 mgr.smithi148.cvefzo (mgr.14180) 958 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:40:47.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: cluster 2023-11-08T02:40:45.818796+0000 mgr.smithi148.cvefzo (mgr.14180) 959 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:40:47.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: cephadm 2023-11-08T02:40:45.957313+0000 mgr.smithi148.cvefzo (mgr.14180) 960 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy 2023-11-08T02:40:47.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:40:47.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy 2023-11-08T02:40:47.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy 2023-11-08T02:40:47.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:40:47.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy 2023-11-08T02:40:47.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.lltpgy ... 2023-11-08T02:40:47.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:47.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:40:47.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:40:47.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:40:47.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:47.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:40:47.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:40:47.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:40:47.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:40:47.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:40:47.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy 2023-11-08T02:40:47.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:40:47.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy 2023-11-08T02:40:47.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy 2023-11-08T02:40:47.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:40:47.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy 2023-11-08T02:40:47.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.lltpgy ... 2023-11-08T02:40:47.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:47.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:40:47.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:40:47.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:40:47.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:47.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: cephadm 2023-11-08T02:40:45.957540+0000 mgr.smithi148.cvefzo (mgr.14180) 961 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.lltpgy 2023-11-08T02:40:47.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: audit 2023-11-08T02:40:45.957970+0000 mon.smithi148 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.lltpgy"}]: dispatch 2023-11-08T02:40:47.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: cephadm 2023-11-08T02:40:45.958764+0000 mgr.smithi148.cvefzo (mgr.14180) 962 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.lltpgy on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy 2023-11-08T02:40:47.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:40:47.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy 2023-11-08T02:40:47.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy 2023-11-08T02:40:47.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:40:47.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy 2023-11-08T02:40:47.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.lltpgy ... 2023-11-08T02:40:47.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:47.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:40:47.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:40:47.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:40:47.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:47.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: cephadm 2023-11-08T02:40:45.960940+0000 mgr.smithi148.cvefzo (mgr.14180) 963 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.avesmo on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:40:47.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: cephadm 2023-11-08T02:40:45.962578+0000 mgr.smithi148.cvefzo (mgr.14180) 964 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:40:47.164 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:46 smithi153 bash[28288]: cluster 2023-11-08T02:40:45.963323+0000 mgr.smithi148.cvefzo (mgr.14180) 965 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:40:47.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: cluster 2023-11-08T02:40:45.818796+0000 mgr.smithi148.cvefzo (mgr.14180) 959 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:40:47.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: cephadm 2023-11-08T02:40:45.957313+0000 mgr.smithi148.cvefzo (mgr.14180) 960 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy 2023-11-08T02:40:47.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:40:47.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy 2023-11-08T02:40:47.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy 2023-11-08T02:40:47.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:40:47.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy 2023-11-08T02:40:47.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.lltpgy ... 2023-11-08T02:40:47.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:47.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:40:47.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:40:47.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:40:47.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:47.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:40:47.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:40:47.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:40:47.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:40:47.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:40:47.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy 2023-11-08T02:40:47.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:40:47.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy 2023-11-08T02:40:47.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy 2023-11-08T02:40:47.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:40:47.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy 2023-11-08T02:40:47.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.lltpgy ... 2023-11-08T02:40:47.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:47.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:40:47.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:40:47.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:40:47.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:47.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: cephadm 2023-11-08T02:40:45.957540+0000 mgr.smithi148.cvefzo (mgr.14180) 961 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.lltpgy 2023-11-08T02:40:47.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: audit 2023-11-08T02:40:45.957970+0000 mon.smithi148 (mon.0) 922 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.lltpgy"}]: dispatch 2023-11-08T02:40:47.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: cephadm 2023-11-08T02:40:45.958764+0000 mgr.smithi148.cvefzo (mgr.14180) 962 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.lltpgy on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy 2023-11-08T02:40:47.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:40:47.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy 2023-11-08T02:40:47.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy 2023-11-08T02:40:47.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:40:47.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy 2023-11-08T02:40:47.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.lltpgy ... 2023-11-08T02:40:47.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:47.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:40:47.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:40:47.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:40:47.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:40:47.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: cephadm 2023-11-08T02:40:45.960940+0000 mgr.smithi148.cvefzo (mgr.14180) 963 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.avesmo on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:40:47.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: cephadm 2023-11-08T02:40:45.962578+0000 mgr.smithi148.cvefzo (mgr.14180) 964 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:40:47.287 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:46 smithi148 bash[24200]: cluster 2023-11-08T02:40:45.963323+0000 mgr.smithi148.cvefzo (mgr.14180) 965 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-11-08T02:40:47.327 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:40:47.327 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:41.650206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kkhwuy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\nDeploy daemon haproxy.nfs.foo.smithi153.kkhwuy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.958644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lltpgy on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\nDeploy daemon haproxy.nfs.foo.smithi148.lltpgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.960813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.avesmo on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:40:48.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:40:48.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:47 smithi153 bash[28288]: cluster 2023-11-08T02:40:46.886773+0000 mon.smithi148 (mon.0) 923 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:40:48.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:47 smithi148 bash[24200]: cluster 2023-11-08T02:40:46.886773+0000 mon.smithi148 (mon.0) 923 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:40:49.135 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:40:49.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:48 smithi148 bash[24200]: audit 2023-11-08T02:40:47.319166+0000 mgr.smithi148.cvefzo (mgr.14180) 966 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:49.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:48 smithi148 bash[24200]: cluster 2023-11-08T02:40:47.964403+0000 mgr.smithi148.cvefzo (mgr.14180) 967 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:40:49.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:48 smithi153 bash[28288]: audit 2023-11-08T02:40:47.319166+0000 mgr.smithi148.cvefzo (mgr.14180) 966 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:49.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:48 smithi153 bash[28288]: cluster 2023-11-08T02:40:47.964403+0000 mgr.smithi148.cvefzo (mgr.14180) 967 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:40:50.372 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:50 smithi148 bash[24200]: cluster 2023-11-08T02:40:49.965576+0000 mgr.smithi148.cvefzo (mgr.14180) 968 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:40:50.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:50 smithi153 bash[28288]: cluster 2023-11-08T02:40:49.965576+0000 mgr.smithi148.cvefzo (mgr.14180) 968 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:40:51.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:51 smithi153 bash[28288]: audit 2023-11-08T02:40:50.144776+0000 mon.smithi148 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:40:51.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:51 smithi148 bash[24200]: audit 2023-11-08T02:40:50.144776+0000 mon.smithi148 (mon.0) 924 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:40:52.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:52 smithi153 bash[28288]: cluster 2023-11-08T02:40:51.966680+0000 mgr.smithi148.cvefzo (mgr.14180) 969 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:40:52.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:52 smithi148 bash[24200]: cluster 2023-11-08T02:40:51.966680+0000 mgr.smithi148.cvefzo (mgr.14180) 969 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:40:52.582 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:40:52.583 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:41.650206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kkhwuy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\nDeploy daemon haproxy.nfs.foo.smithi153.kkhwuy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.958644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lltpgy on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\nDeploy daemon haproxy.nfs.foo.smithi148.lltpgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.960813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.avesmo on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:40:53.416 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:40:53.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:53 smithi148 bash[24200]: audit 2023-11-08T02:40:52.578546+0000 mgr.smithi148.cvefzo (mgr.14180) 970 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:53.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:53 smithi153 bash[28288]: audit 2023-11-08T02:40:52.578546+0000 mgr.smithi148.cvefzo (mgr.14180) 970 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:54.417 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:40:54.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:54 smithi148 bash[24200]: cluster 2023-11-08T02:40:53.967806+0000 mgr.smithi148.cvefzo (mgr.14180) 971 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:40:54.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:54 smithi153 bash[28288]: cluster 2023-11-08T02:40:53.967806+0000 mgr.smithi148.cvefzo (mgr.14180) 971 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:40:56.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:55 smithi153 bash[28288]: audit 2023-11-08T02:40:54.851580+0000 mon.smithi148 (mon.0) 925 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:40:56.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:55 smithi148 bash[24200]: audit 2023-11-08T02:40:54.851580+0000 mon.smithi148 (mon.0) 925 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:40:57.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:56 smithi153 bash[28288]: cluster 2023-11-08T02:40:55.968975+0000 mgr.smithi148.cvefzo (mgr.14180) 972 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:40:57.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:56 smithi148 bash[24200]: cluster 2023-11-08T02:40:55.968975+0000 mgr.smithi148.cvefzo (mgr.14180) 972 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:40:57.754 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:40:57.755 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:41.650206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kkhwuy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\nDeploy daemon haproxy.nfs.foo.smithi153.kkhwuy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.958644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lltpgy on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\nDeploy daemon haproxy.nfs.foo.smithi148.lltpgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.960813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.avesmo on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:40:58.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:40:58.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:58 smithi148 bash[24200]: audit 2023-11-08T02:40:57.743819+0000 mgr.smithi148.cvefzo (mgr.14180) 973 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:58.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:40:58 smithi148 bash[24200]: cluster 2023-11-08T02:40:57.970210+0000 mgr.smithi148.cvefzo (mgr.14180) 974 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:40:58.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:58 smithi153 bash[28288]: audit 2023-11-08T02:40:57.743819+0000 mgr.smithi148.cvefzo (mgr.14180) 973 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:40:58.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:40:58 smithi153 bash[28288]: cluster 2023-11-08T02:40:57.970210+0000 mgr.smithi148.cvefzo (mgr.14180) 974 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:40:59.504 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:41:00.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:00 smithi153 bash[28288]: cluster 2023-11-08T02:40:59.971673+0000 mgr.smithi148.cvefzo (mgr.14180) 975 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:00.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:00 smithi148 bash[24200]: cluster 2023-11-08T02:40:59.971673+0000 mgr.smithi148.cvefzo (mgr.14180) 975 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:02.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:02 smithi153 bash[28288]: cluster 2023-11-08T02:41:01.972526+0000 mgr.smithi148.cvefzo (mgr.14180) 976 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:02.438 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:02 smithi148 bash[24200]: cluster 2023-11-08T02:41:01.972526+0000 mgr.smithi148.cvefzo (mgr.14180) 976 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:02.855 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:41:02.855 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:41.650206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kkhwuy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\nDeploy daemon haproxy.nfs.foo.smithi153.kkhwuy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.958644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lltpgy on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\nDeploy daemon haproxy.nfs.foo.smithi148.lltpgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.960813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.avesmo on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:41:03.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:03 smithi148 bash[24200]: audit 2023-11-08T02:41:02.845637+0000 mgr.smithi148.cvefzo (mgr.14180) 977 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:03.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:03 smithi153 bash[28288]: audit 2023-11-08T02:41:02.845637+0000 mgr.smithi148.cvefzo (mgr.14180) 977 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:03.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:41:04.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:04 smithi148 bash[24200]: cluster 2023-11-08T02:41:03.973651+0000 mgr.smithi148.cvefzo (mgr.14180) 978 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:04.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:04 smithi153 bash[28288]: cluster 2023-11-08T02:41:03.973651+0000 mgr.smithi148.cvefzo (mgr.14180) 978 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:04.702 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:41:06.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:06 smithi153 bash[28288]: cluster 2023-11-08T02:41:05.974272+0000 mgr.smithi148.cvefzo (mgr.14180) 979 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:06.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:06 smithi148 bash[24200]: cluster 2023-11-08T02:41:05.974272+0000 mgr.smithi148.cvefzo (mgr.14180) 979 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:07.730 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:41:07.731 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:41.650206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kkhwuy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\nDeploy daemon haproxy.nfs.foo.smithi153.kkhwuy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.958644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lltpgy on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\nDeploy daemon haproxy.nfs.foo.smithi148.lltpgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.960813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.avesmo on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:41:08.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:41:08.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:08 smithi148 bash[24200]: audit 2023-11-08T02:41:07.722157+0000 mgr.smithi148.cvefzo (mgr.14180) 980 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:08.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:08 smithi148 bash[24200]: cluster 2023-11-08T02:41:07.975331+0000 mgr.smithi148.cvefzo (mgr.14180) 981 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:41:08.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:08 smithi153 bash[28288]: audit 2023-11-08T02:41:07.722157+0000 mgr.smithi148.cvefzo (mgr.14180) 980 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:08.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:08 smithi153 bash[28288]: cluster 2023-11-08T02:41:07.975331+0000 mgr.smithi148.cvefzo (mgr.14180) 981 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:41:09.488 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:41:10.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:10 smithi153 bash[28288]: cluster 2023-11-08T02:41:09.976590+0000 mgr.smithi148.cvefzo (mgr.14180) 982 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:10.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:10 smithi148 bash[24200]: cluster 2023-11-08T02:41:09.976590+0000 mgr.smithi148.cvefzo (mgr.14180) 982 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:12.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:12 smithi153 bash[28288]: cluster 2023-11-08T02:41:11.977684+0000 mgr.smithi148.cvefzo (mgr.14180) 983 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:12.403 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:12 smithi148 bash[24200]: cluster 2023-11-08T02:41:11.977684+0000 mgr.smithi148.cvefzo (mgr.14180) 983 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:12.830 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:41:12.830 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:41.650206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kkhwuy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\nDeploy daemon haproxy.nfs.foo.smithi153.kkhwuy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.958644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lltpgy on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\nDeploy daemon haproxy.nfs.foo.smithi148.lltpgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.960813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.avesmo on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:41:13.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:13 smithi148 bash[24200]: audit 2023-11-08T02:41:12.821344+0000 mgr.smithi148.cvefzo (mgr.14180) 984 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:13.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:41:13.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:13 smithi153 bash[28288]: audit 2023-11-08T02:41:12.821344+0000 mgr.smithi148.cvefzo (mgr.14180) 984 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:14.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:14 smithi148 bash[24200]: cluster 2023-11-08T02:41:13.978897+0000 mgr.smithi148.cvefzo (mgr.14180) 985 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:14.653 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:41:14.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:14 smithi153 bash[28288]: cluster 2023-11-08T02:41:13.978897+0000 mgr.smithi148.cvefzo (mgr.14180) 985 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:16.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:16 smithi148 bash[24200]: cluster 2023-11-08T02:41:15.979675+0000 mgr.smithi148.cvefzo (mgr.14180) 986 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:16.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:16 smithi153 bash[28288]: cluster 2023-11-08T02:41:15.979675+0000 mgr.smithi148.cvefzo (mgr.14180) 986 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:17.970 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:41:17.970 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:41.650206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kkhwuy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\nDeploy daemon haproxy.nfs.foo.smithi153.kkhwuy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.958644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lltpgy on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\nDeploy daemon haproxy.nfs.foo.smithi148.lltpgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.960813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.avesmo on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:41:18.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:18 smithi148 bash[24200]: audit 2023-11-08T02:41:17.965939+0000 mgr.smithi148.cvefzo (mgr.14180) 987 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:18.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:18 smithi148 bash[24200]: cluster 2023-11-08T02:41:17.980545+0000 mgr.smithi148.cvefzo (mgr.14180) 988 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:41:18.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:18 smithi153 bash[28288]: audit 2023-11-08T02:41:17.965939+0000 mgr.smithi148.cvefzo (mgr.14180) 987 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:18.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:18 smithi153 bash[28288]: cluster 2023-11-08T02:41:17.980545+0000 mgr.smithi148.cvefzo (mgr.14180) 988 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:41:18.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:41:19.784 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:41:20.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:20 smithi148 bash[24200]: cluster 2023-11-08T02:41:19.981267+0000 mgr.smithi148.cvefzo (mgr.14180) 989 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:20.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:20 smithi153 bash[28288]: cluster 2023-11-08T02:41:19.981267+0000 mgr.smithi148.cvefzo (mgr.14180) 989 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:22.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:22 smithi148 bash[24200]: cluster 2023-11-08T02:41:21.982309+0000 mgr.smithi148.cvefzo (mgr.14180) 990 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:22.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:22 smithi153 bash[28288]: cluster 2023-11-08T02:41:21.982309+0000 mgr.smithi148.cvefzo (mgr.14180) 990 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:23.193 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:41:23.193 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:41.650206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kkhwuy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\nDeploy daemon haproxy.nfs.foo.smithi153.kkhwuy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.958644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lltpgy on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\nDeploy daemon haproxy.nfs.foo.smithi148.lltpgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.960813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.avesmo on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:41:24.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:41:24.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:24 smithi153 bash[28288]: audit 2023-11-08T02:41:23.188693+0000 mgr.smithi148.cvefzo (mgr.14180) 991 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:24.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:24 smithi153 bash[28288]: cluster 2023-11-08T02:41:23.983440+0000 mgr.smithi148.cvefzo (mgr.14180) 992 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:24.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:24 smithi148 bash[24200]: audit 2023-11-08T02:41:23.188693+0000 mgr.smithi148.cvefzo (mgr.14180) 991 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:24.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:24 smithi148 bash[24200]: cluster 2023-11-08T02:41:23.983440+0000 mgr.smithi148.cvefzo (mgr.14180) 992 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:25.038 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:41:26.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:26 smithi148 bash[24200]: cluster 2023-11-08T02:41:25.984522+0000 mgr.smithi148.cvefzo (mgr.14180) 993 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:26.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:26 smithi153 bash[28288]: cluster 2023-11-08T02:41:25.984522+0000 mgr.smithi148.cvefzo (mgr.14180) 993 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:28.079 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:41:28.079 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:41.650206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kkhwuy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\nDeploy daemon haproxy.nfs.foo.smithi153.kkhwuy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.958644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lltpgy on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\nDeploy daemon haproxy.nfs.foo.smithi148.lltpgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.960813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.avesmo on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:41:28.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:28 smithi148 bash[24200]: cluster 2023-11-08T02:41:27.985577+0000 mgr.smithi148.cvefzo (mgr.14180) 994 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:41:28.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:28 smithi153 bash[28288]: cluster 2023-11-08T02:41:27.985577+0000 mgr.smithi148.cvefzo (mgr.14180) 994 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:41:28.857 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:41:29.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:29 smithi153 bash[28288]: audit 2023-11-08T02:41:28.068604+0000 mgr.smithi148.cvefzo (mgr.14180) 995 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:29.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:29 smithi148 bash[24200]: audit 2023-11-08T02:41:28.068604+0000 mgr.smithi148.cvefzo (mgr.14180) 995 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:29.858 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:41:30.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:30 smithi148 bash[24200]: cluster 2023-11-08T02:41:29.986862+0000 mgr.smithi148.cvefzo (mgr.14180) 996 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:30.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:30 smithi153 bash[28288]: cluster 2023-11-08T02:41:29.986862+0000 mgr.smithi148.cvefzo (mgr.14180) 996 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:32.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:32 smithi148 bash[24200]: cluster 2023-11-08T02:41:31.987933+0000 mgr.smithi148.cvefzo (mgr.14180) 997 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:32.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:32 smithi153 bash[28288]: cluster 2023-11-08T02:41:31.987933+0000 mgr.smithi148.cvefzo (mgr.14180) 997 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:33.192 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:41:33.192 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:41.650206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kkhwuy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\nDeploy daemon haproxy.nfs.foo.smithi153.kkhwuy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.958644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lltpgy on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\nDeploy daemon haproxy.nfs.foo.smithi148.lltpgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.960813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.avesmo on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:41:34.240 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:41:34.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:34 smithi153 bash[28288]: audit 2023-11-08T02:41:33.183732+0000 mgr.smithi148.cvefzo (mgr.14180) 998 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:34.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:34 smithi153 bash[28288]: cluster 2023-11-08T02:41:33.988674+0000 mgr.smithi148.cvefzo (mgr.14180) 999 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:34.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:34 smithi148 bash[24200]: audit 2023-11-08T02:41:33.183732+0000 mgr.smithi148.cvefzo (mgr.14180) 998 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:34.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:34 smithi148 bash[24200]: cluster 2023-11-08T02:41:33.988674+0000 mgr.smithi148.cvefzo (mgr.14180) 999 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:35.241 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:41:36.400 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:36 smithi148 bash[24200]: cluster 2023-11-08T02:41:35.989969+0000 mgr.smithi148.cvefzo (mgr.14180) 1000 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:36.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:36 smithi153 bash[28288]: cluster 2023-11-08T02:41:35.989969+0000 mgr.smithi148.cvefzo (mgr.14180) 1000 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:38.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:38 smithi148 bash[24200]: cluster 2023-11-08T02:41:37.991137+0000 mgr.smithi148.cvefzo (mgr.14180) 1001 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:41:38.601 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:41:38.602 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:41.650206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kkhwuy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\nDeploy daemon haproxy.nfs.foo.smithi153.kkhwuy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.958644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lltpgy on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\nDeploy daemon haproxy.nfs.foo.smithi148.lltpgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.960813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.avesmo on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:41:38.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:38 smithi153 bash[28288]: cluster 2023-11-08T02:41:37.991137+0000 mgr.smithi148.cvefzo (mgr.14180) 1001 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:41:39.397 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:41:39.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:39 smithi153 bash[28288]: audit 2023-11-08T02:41:38.596939+0000 mgr.smithi148.cvefzo (mgr.14180) 1002 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:39.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:39 smithi148 bash[24200]: audit 2023-11-08T02:41:38.596939+0000 mgr.smithi148.cvefzo (mgr.14180) 1002 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:40.398 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:41:40.595 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:40 smithi148 bash[24200]: cluster 2023-11-08T02:41:39.992268+0000 mgr.smithi148.cvefzo (mgr.14180) 1003 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:40.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:40 smithi153 bash[28288]: cluster 2023-11-08T02:41:39.992268+0000 mgr.smithi148.cvefzo (mgr.14180) 1003 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:42.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:42 smithi153 bash[28288]: cluster 2023-11-08T02:41:41.993407+0000 mgr.smithi148.cvefzo (mgr.14180) 1004 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:42.465 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:42 smithi148 bash[24200]: cluster 2023-11-08T02:41:41.993407+0000 mgr.smithi148.cvefzo (mgr.14180) 1004 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:43.809 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:41:43.810 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:41.650206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kkhwuy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\nDeploy daemon haproxy.nfs.foo.smithi153.kkhwuy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.958644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lltpgy on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\nDeploy daemon haproxy.nfs.foo.smithi148.lltpgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.960813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.avesmo on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:41:44.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:44 smithi148 bash[24200]: audit 2023-11-08T02:41:43.797996+0000 mgr.smithi148.cvefzo (mgr.14180) 1005 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:44.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:44 smithi148 bash[24200]: cluster 2023-11-08T02:41:43.994679+0000 mgr.smithi148.cvefzo (mgr.14180) 1006 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:44.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:44 smithi153 bash[28288]: audit 2023-11-08T02:41:43.797996+0000 mgr.smithi148.cvefzo (mgr.14180) 1005 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:44.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:44 smithi153 bash[28288]: cluster 2023-11-08T02:41:43.994679+0000 mgr.smithi148.cvefzo (mgr.14180) 1006 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:44.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:41:45.716 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:41:46.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:46 smithi148 bash[24200]: audit 2023-11-08T02:41:45.966144+0000 mon.smithi148 (mon.0) 926 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:41:46.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:46 smithi153 bash[28288]: audit 2023-11-08T02:41:45.966144+0000 mon.smithi148 (mon.0) 926 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:41:47.263 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:47 smithi148 bash[24200]: cluster 2023-11-08T02:41:45.995738+0000 mgr.smithi148.cvefzo (mgr.14180) 1007 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:47.263 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:47 smithi148 bash[24200]: audit 2023-11-08T02:41:46.234476+0000 mon.smithi148 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:41:47.263 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:47 smithi148 bash[24200]: audit 2023-11-08T02:41:46.531286+0000 mon.smithi148 (mon.0) 928 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:41:47.264 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:47 smithi148 bash[24200]: audit 2023-11-08T02:41:46.532837+0000 mon.smithi148 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:41:47.264 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:47 smithi148 bash[24200]: audit 2023-11-08T02:41:46.541037+0000 mon.smithi148 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:41:47.264 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:47 smithi148 bash[24200]: audit 2023-11-08T02:41:46.549370+0000 mon.smithi148 (mon.0) 931 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:41:47.264 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:47 smithi148 bash[24200]: audit 2023-11-08T02:41:46.563505+0000 mon.smithi148 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:41:47.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:47 smithi153 bash[28288]: cluster 2023-11-08T02:41:45.995738+0000 mgr.smithi148.cvefzo (mgr.14180) 1007 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:41:47.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:47 smithi153 bash[28288]: audit 2023-11-08T02:41:46.234476+0000 mon.smithi148 (mon.0) 927 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:41:47.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:47 smithi153 bash[28288]: audit 2023-11-08T02:41:46.531286+0000 mon.smithi148 (mon.0) 928 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:41:47.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:47 smithi153 bash[28288]: audit 2023-11-08T02:41:46.532837+0000 mon.smithi148 (mon.0) 929 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:41:47.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:47 smithi153 bash[28288]: audit 2023-11-08T02:41:46.541037+0000 mon.smithi148 (mon.0) 930 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:41:47.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:47 smithi153 bash[28288]: audit 2023-11-08T02:41:46.549370+0000 mon.smithi148 (mon.0) 931 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:41:47.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:47 smithi153 bash[28288]: audit 2023-11-08T02:41:46.563505+0000 mon.smithi148 (mon.0) 932 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:41:48.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:48 smithi148 bash[24200]: cluster 2023-11-08T02:41:46.541910+0000 mgr.smithi148.cvefzo (mgr.14180) 1008 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-08T02:41:48.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:48 smithi148 bash[24200]: cephadm 2023-11-08T02:41:46.566968+0000 mgr.smithi148.cvefzo (mgr.14180) 1009 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.oxygdv on smithi153 2023-11-08T02:41:48.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:48 smithi148 bash[24200]: cluster 2023-11-08T02:41:47.537414+0000 mon.smithi148 (mon.0) 933 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:41:48.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:48 smithi148 bash[24200]: cluster 2023-11-08T02:41:47.537465+0000 mon.smithi148 (mon.0) 934 : cluster [INF] Cluster is now healthy 2023-11-08T02:41:48.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:48 smithi153 bash[28288]: cluster 2023-11-08T02:41:46.541910+0000 mgr.smithi148.cvefzo (mgr.14180) 1008 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-08T02:41:48.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:48 smithi153 bash[28288]: cephadm 2023-11-08T02:41:46.566968+0000 mgr.smithi148.cvefzo (mgr.14180) 1009 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.oxygdv on smithi153 2023-11-08T02:41:48.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:48 smithi153 bash[28288]: cluster 2023-11-08T02:41:47.537414+0000 mon.smithi148 (mon.0) 933 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:41:48.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:48 smithi153 bash[28288]: cluster 2023-11-08T02:41:47.537465+0000 mon.smithi148 (mon.0) 934 : cluster [INF] Cluster is now healthy 2023-11-08T02:41:49.063 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:41:49.063 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:39:31.071521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opwqik on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:41.650206Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.kkhwuy on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-kkhwuy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.kkhwuy\nDeploy daemon haproxy.nfs.foo.smithi153.kkhwuy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.958644Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lltpgy on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lltpgy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lltpgy\nDeploy daemon haproxy.nfs.foo.smithi148.lltpgy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:40:45.960813Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.avesmo on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:41:49.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:49 smithi153 bash[28288]: cluster 2023-11-08T02:41:48.542912+0000 mgr.smithi148.cvefzo (mgr.14180) 1010 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-08T02:41:49.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:49 smithi148 bash[24200]: cluster 2023-11-08T02:41:48.542912+0000 mgr.smithi148.cvefzo (mgr.14180) 1010 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-08T02:41:49.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:41:50.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:50 smithi148 bash[24200]: audit 2023-11-08T02:41:49.052892+0000 mgr.smithi148.cvefzo (mgr.14180) 1011 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:50.287 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:50 smithi153 bash[28288]: audit 2023-11-08T02:41:49.052892+0000 mgr.smithi148.cvefzo (mgr.14180) 1011 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:50.880 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:41:51.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: cephadm 2023-11-08T02:41:50.360399+0000 mgr.smithi148.cvefzo (mgr.14180) 1012 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv 2023-11-08T02:41:51.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:41:51.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv 2023-11-08T02:41:51.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv 2023-11-08T02:41:51.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:41:51.260 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv 2023-11-08T02:41:51.260 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.oxygdv ... 2023-11-08T02:41:51.260 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:51.260 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:41:51.261 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:41:51.261 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:41:51.261 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:51.261 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:41:51.261 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:41:51.262 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:41:51.262 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:41:51.262 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:41:51.262 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv 2023-11-08T02:41:51.262 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:41:51.263 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv 2023-11-08T02:41:51.263 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv 2023-11-08T02:41:51.263 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:41:51.264 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv 2023-11-08T02:41:51.264 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.oxygdv ... 2023-11-08T02:41:51.264 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:51.265 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:41:51.265 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:41:51.265 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:41:51.266 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:51.266 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: cephadm 2023-11-08T02:41:50.360864+0000 mgr.smithi148.cvefzo (mgr.14180) 1013 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.oxygdv 2023-11-08T02:41:51.266 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: audit 2023-11-08T02:41:50.361577+0000 mon.smithi148 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.oxygdv"}]: dispatch 2023-11-08T02:41:51.267 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: cephadm 2023-11-08T02:41:50.363461+0000 mgr.smithi148.cvefzo (mgr.14180) 1014 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.oxygdv on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv 2023-11-08T02:41:51.267 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:41:51.267 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv 2023-11-08T02:41:51.268 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv 2023-11-08T02:41:51.268 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:41:51.268 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv 2023-11-08T02:41:51.269 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.oxygdv ... 2023-11-08T02:41:51.269 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:51.269 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:41:51.270 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:41:51.270 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:41:51.271 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:51.271 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: cephadm 2023-11-08T02:41:50.369279+0000 mgr.smithi148.cvefzo (mgr.14180) 1015 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.qrpnkh on smithi148 2023-11-08T02:41:51.271 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:51 smithi148 bash[24200]: cluster 2023-11-08T02:41:50.543588+0000 mgr.smithi148.cvefzo (mgr.14180) 1016 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-08T02:41:51.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: cephadm 2023-11-08T02:41:50.360399+0000 mgr.smithi148.cvefzo (mgr.14180) 1012 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv 2023-11-08T02:41:51.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:41:51.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv 2023-11-08T02:41:51.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv 2023-11-08T02:41:51.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:41:51.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv 2023-11-08T02:41:51.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.oxygdv ... 2023-11-08T02:41:51.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:51.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:41:51.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:41:51.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:41:51.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:51.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:41:51.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:41:51.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:41:51.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:41:51.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:41:51.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv 2023-11-08T02:41:51.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:41:51.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv 2023-11-08T02:41:51.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv 2023-11-08T02:41:51.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:41:51.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv 2023-11-08T02:41:51.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.oxygdv ... 2023-11-08T02:41:51.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:51.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:41:51.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:41:51.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:41:51.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:51.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: cephadm 2023-11-08T02:41:50.360864+0000 mgr.smithi148.cvefzo (mgr.14180) 1013 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.oxygdv 2023-11-08T02:41:51.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: audit 2023-11-08T02:41:50.361577+0000 mon.smithi148 (mon.0) 935 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.oxygdv"}]: dispatch 2023-11-08T02:41:51.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: cephadm 2023-11-08T02:41:50.363461+0000 mgr.smithi148.cvefzo (mgr.14180) 1014 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.oxygdv on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv 2023-11-08T02:41:51.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:41:51.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv 2023-11-08T02:41:51.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv 2023-11-08T02:41:51.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:41:51.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv 2023-11-08T02:41:51.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.oxygdv ... 2023-11-08T02:41:51.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:51.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:41:51.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:41:51.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:41:51.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:51.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: cephadm 2023-11-08T02:41:50.369279+0000 mgr.smithi148.cvefzo (mgr.14180) 1015 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.qrpnkh on smithi148 2023-11-08T02:41:51.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:51 smithi153 bash[28288]: cluster 2023-11-08T02:41:50.543588+0000 mgr.smithi148.cvefzo (mgr.14180) 1016 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-08T02:41:53.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:53 smithi153 bash[28288]: cluster 2023-11-08T02:41:52.544504+0000 mgr.smithi148.cvefzo (mgr.14180) 1017 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-08T02:41:53.693 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:53 smithi148 bash[24200]: cluster 2023-11-08T02:41:52.544504+0000 mgr.smithi148.cvefzo (mgr.14180) 1017 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 194 B/s rd, 0 op/s 2023-11-08T02:41:54.293 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:41:54.294 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:50.363097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oxygdv on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\nDeploy daemon haproxy.nfs.foo.smithi153.oxygdv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.151542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qrpnkh on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\nDeploy daemon haproxy.nfs.foo.smithi148.qrpnkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.154283Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qufwbr on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:41:54.478 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:54 smithi148 bash[24200]: audit 2023-11-08T02:41:54.150213+0000 mon.smithi148 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.qrpnkh"}]: dispatch 2023-11-08T02:41:54.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:54 smithi153 bash[28288]: audit 2023-11-08T02:41:54.150213+0000 mon.smithi148 (mon.0) 936 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.qrpnkh"}]: dispatch 2023-11-08T02:41:55.217 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:41:55.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: cephadm 2023-11-08T02:41:54.149074+0000 mgr.smithi148.cvefzo (mgr.14180) 1018 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh 2023-11-08T02:41:55.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:41:55.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh 2023-11-08T02:41:55.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh 2023-11-08T02:41:55.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:41:55.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh 2023-11-08T02:41:55.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.qrpnkh ... 2023-11-08T02:41:55.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:55.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:41:55.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:41:55.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:41:55.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:55.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:41:55.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:41:55.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:41:55.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:41:55.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:41:55.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh 2023-11-08T02:41:55.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:41:55.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh 2023-11-08T02:41:55.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh 2023-11-08T02:41:55.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:41:55.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh 2023-11-08T02:41:55.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.qrpnkh ... 2023-11-08T02:41:55.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:55.536 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:41:55.536 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:41:55.536 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:41:55.536 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:55.537 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: cephadm 2023-11-08T02:41:54.149545+0000 mgr.smithi148.cvefzo (mgr.14180) 1019 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.qrpnkh 2023-11-08T02:41:55.537 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: cephadm 2023-11-08T02:41:54.151686+0000 mgr.smithi148.cvefzo (mgr.14180) 1020 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.qrpnkh on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh 2023-11-08T02:41:55.537 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:41:55.538 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh 2023-11-08T02:41:55.538 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh 2023-11-08T02:41:55.538 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:41:55.539 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh 2023-11-08T02:41:55.539 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.qrpnkh ... 2023-11-08T02:41:55.539 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:55.540 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:41:55.540 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:41:55.540 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:41:55.540 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:55.541 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: cephadm 2023-11-08T02:41:54.154444+0000 mgr.smithi148.cvefzo (mgr.14180) 1021 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.qufwbr on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:41:55.541 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: cephadm 2023-11-08T02:41:54.156870+0000 mgr.smithi148.cvefzo (mgr.14180) 1022 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:41:55.541 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: cluster 2023-11-08T02:41:54.158239+0000 mgr.smithi148.cvefzo (mgr.14180) 1023 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:41:55.541 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: audit 2023-11-08T02:41:54.281933+0000 mgr.smithi148.cvefzo (mgr.14180) 1024 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:55.541 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: cluster 2023-11-08T02:41:54.284840+0000 mon.smithi148 (mon.0) 937 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:41:55.542 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:55 smithi148 bash[24200]: audit 2023-11-08T02:41:55.188192+0000 mon.smithi148 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:41:55.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: cephadm 2023-11-08T02:41:54.149074+0000 mgr.smithi148.cvefzo (mgr.14180) 1018 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh 2023-11-08T02:41:55.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:41:55.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh 2023-11-08T02:41:55.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh 2023-11-08T02:41:55.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:41:55.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh 2023-11-08T02:41:55.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.qrpnkh ... 2023-11-08T02:41:55.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:55.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:41:55.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:41:55.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:41:55.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:55.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:41:55.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:41:55.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:41:55.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:41:55.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:41:55.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh 2023-11-08T02:41:55.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:41:55.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh 2023-11-08T02:41:55.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh 2023-11-08T02:41:55.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:41:55.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh 2023-11-08T02:41:55.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.qrpnkh ... 2023-11-08T02:41:55.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:55.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:41:55.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:41:55.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:41:55.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:55.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: cephadm 2023-11-08T02:41:54.149545+0000 mgr.smithi148.cvefzo (mgr.14180) 1019 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.qrpnkh 2023-11-08T02:41:55.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: cephadm 2023-11-08T02:41:54.151686+0000 mgr.smithi148.cvefzo (mgr.14180) 1020 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.qrpnkh on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh 2023-11-08T02:41:55.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:41:55.663 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh 2023-11-08T02:41:55.664 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh 2023-11-08T02:41:55.664 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:41:55.664 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh 2023-11-08T02:41:55.664 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.qrpnkh ... 2023-11-08T02:41:55.665 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:55.665 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:41:55.665 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:41:55.666 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:41:55.666 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:41:55.666 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: cephadm 2023-11-08T02:41:54.154444+0000 mgr.smithi148.cvefzo (mgr.14180) 1021 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.qufwbr on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:41:55.666 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: cephadm 2023-11-08T02:41:54.156870+0000 mgr.smithi148.cvefzo (mgr.14180) 1022 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:41:55.667 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: cluster 2023-11-08T02:41:54.158239+0000 mgr.smithi148.cvefzo (mgr.14180) 1023 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:41:55.667 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: audit 2023-11-08T02:41:54.281933+0000 mgr.smithi148.cvefzo (mgr.14180) 1024 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:41:55.667 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: cluster 2023-11-08T02:41:54.284840+0000 mon.smithi148 (mon.0) 937 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:41:55.667 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:55 smithi153 bash[28288]: audit 2023-11-08T02:41:55.188192+0000 mon.smithi148 (mon.0) 938 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:41:56.218 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:41:57.551 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:57 smithi148 bash[24200]: cluster 2023-11-08T02:41:56.159281+0000 mgr.smithi148.cvefzo (mgr.14180) 1025 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:41:57.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:57 smithi153 bash[28288]: cluster 2023-11-08T02:41:56.159281+0000 mgr.smithi148.cvefzo (mgr.14180) 1025 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2023-11-08T02:41:59.492 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:41:59.493 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:50.363097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oxygdv on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\nDeploy daemon haproxy.nfs.foo.smithi153.oxygdv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.151542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qrpnkh on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\nDeploy daemon haproxy.nfs.foo.smithi148.qrpnkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.154283Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qufwbr on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:41:59.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:41:59 smithi148 bash[24200]: cluster 2023-11-08T02:41:58.160162+0000 mgr.smithi148.cvefzo (mgr.14180) 1026 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 352 B/s rd, 0 op/s 2023-11-08T02:41:59.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:41:59 smithi153 bash[28288]: cluster 2023-11-08T02:41:58.160162+0000 mgr.smithi148.cvefzo (mgr.14180) 1026 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 352 B/s rd, 0 op/s 2023-11-08T02:42:00.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:42:00.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:00 smithi153 bash[28288]: audit 2023-11-08T02:41:59.487650+0000 mgr.smithi148.cvefzo (mgr.14180) 1027 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:00.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:00 smithi148 bash[24200]: audit 2023-11-08T02:41:59.487650+0000 mgr.smithi148.cvefzo (mgr.14180) 1027 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:01.334 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:42:01.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:01 smithi148 bash[24200]: cluster 2023-11-08T02:42:00.161323+0000 mgr.smithi148.cvefzo (mgr.14180) 1028 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-08T02:42:01.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:01 smithi153 bash[28288]: cluster 2023-11-08T02:42:00.161323+0000 mgr.smithi148.cvefzo (mgr.14180) 1028 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-08T02:42:03.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:03 smithi148 bash[24200]: cluster 2023-11-08T02:42:02.162522+0000 mgr.smithi148.cvefzo (mgr.14180) 1029 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-08T02:42:03.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:03 smithi153 bash[28288]: cluster 2023-11-08T02:42:02.162522+0000 mgr.smithi148.cvefzo (mgr.14180) 1029 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-08T02:42:04.484 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:42:04.484 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:50.363097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oxygdv on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\nDeploy daemon haproxy.nfs.foo.smithi153.oxygdv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.151542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qrpnkh on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\nDeploy daemon haproxy.nfs.foo.smithi148.qrpnkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.154283Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qufwbr on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:42:05.307 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:42:05.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:05 smithi153 bash[28288]: cluster 2023-11-08T02:42:04.163237+0000 mgr.smithi148.cvefzo (mgr.14180) 1030 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-08T02:42:05.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:05 smithi153 bash[28288]: audit 2023-11-08T02:42:04.475569+0000 mgr.smithi148.cvefzo (mgr.14180) 1031 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:05.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:05 smithi148 bash[24200]: cluster 2023-11-08T02:42:04.163237+0000 mgr.smithi148.cvefzo (mgr.14180) 1030 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2023-11-08T02:42:05.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:05 smithi148 bash[24200]: audit 2023-11-08T02:42:04.475569+0000 mgr.smithi148.cvefzo (mgr.14180) 1031 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:06.308 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:42:07.602 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:07 smithi148 bash[24200]: cluster 2023-11-08T02:42:06.164335+0000 mgr.smithi148.cvefzo (mgr.14180) 1032 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:07.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:07 smithi153 bash[28288]: cluster 2023-11-08T02:42:06.164335+0000 mgr.smithi148.cvefzo (mgr.14180) 1032 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:09.479 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:42:09.479 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:50.363097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oxygdv on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\nDeploy daemon haproxy.nfs.foo.smithi153.oxygdv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.151542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qrpnkh on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\nDeploy daemon haproxy.nfs.foo.smithi148.qrpnkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.154283Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qufwbr on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:42:09.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:09 smithi153 bash[28288]: cluster 2023-11-08T02:42:08.165559+0000 mgr.smithi148.cvefzo (mgr.14180) 1033 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:42:09.692 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:09 smithi148 bash[24200]: cluster 2023-11-08T02:42:08.165559+0000 mgr.smithi148.cvefzo (mgr.14180) 1033 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:42:10.290 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:42:10.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:10 smithi153 bash[28288]: audit 2023-11-08T02:42:09.469042+0000 mgr.smithi148.cvefzo (mgr.14180) 1034 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:10.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:10 smithi148 bash[24200]: audit 2023-11-08T02:42:09.469042+0000 mgr.smithi148.cvefzo (mgr.14180) 1034 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:11.292 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:42:11.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:11 smithi148 bash[24200]: cluster 2023-11-08T02:42:10.166824+0000 mgr.smithi148.cvefzo (mgr.14180) 1035 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:11.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:11 smithi153 bash[28288]: cluster 2023-11-08T02:42:10.166824+0000 mgr.smithi148.cvefzo (mgr.14180) 1035 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:13.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:13 smithi153 bash[28288]: cluster 2023-11-08T02:42:12.167862+0000 mgr.smithi148.cvefzo (mgr.14180) 1036 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:13.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:13 smithi148 bash[24200]: cluster 2023-11-08T02:42:12.167862+0000 mgr.smithi148.cvefzo (mgr.14180) 1036 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:14.682 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:42:14.682 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:50.363097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oxygdv on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\nDeploy daemon haproxy.nfs.foo.smithi153.oxygdv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.151542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qrpnkh on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\nDeploy daemon haproxy.nfs.foo.smithi148.qrpnkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.154283Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qufwbr on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:42:15.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:42:15.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:15 smithi153 bash[28288]: cluster 2023-11-08T02:42:14.169391+0000 mgr.smithi148.cvefzo (mgr.14180) 1037 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:15.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:15 smithi153 bash[28288]: audit 2023-11-08T02:42:14.673998+0000 mgr.smithi148.cvefzo (mgr.14180) 1038 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:15.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:15 smithi148 bash[24200]: cluster 2023-11-08T02:42:14.169391+0000 mgr.smithi148.cvefzo (mgr.14180) 1037 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:15.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:15 smithi148 bash[24200]: audit 2023-11-08T02:42:14.673998+0000 mgr.smithi148.cvefzo (mgr.14180) 1038 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:16.494 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:42:17.625 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:17 smithi148 bash[24200]: cluster 2023-11-08T02:42:16.170687+0000 mgr.smithi148.cvefzo (mgr.14180) 1039 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:17.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:17 smithi153 bash[28288]: cluster 2023-11-08T02:42:16.170687+0000 mgr.smithi148.cvefzo (mgr.14180) 1039 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:19.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:19 smithi153 bash[28288]: cluster 2023-11-08T02:42:18.172014+0000 mgr.smithi148.cvefzo (mgr.14180) 1040 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:42:19.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:19 smithi148 bash[24200]: cluster 2023-11-08T02:42:18.172014+0000 mgr.smithi148.cvefzo (mgr.14180) 1040 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:42:19.807 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:42:19.807 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:50.363097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oxygdv on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\nDeploy daemon haproxy.nfs.foo.smithi153.oxygdv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.151542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qrpnkh on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\nDeploy daemon haproxy.nfs.foo.smithi148.qrpnkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.154283Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qufwbr on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:42:20.581 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:42:20.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:20 smithi153 bash[28288]: audit 2023-11-08T02:42:19.802865+0000 mgr.smithi148.cvefzo (mgr.14180) 1041 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:20.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:20 smithi148 bash[24200]: audit 2023-11-08T02:42:19.802865+0000 mgr.smithi148.cvefzo (mgr.14180) 1041 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:21.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:21 smithi148 bash[24200]: cluster 2023-11-08T02:42:20.173272+0000 mgr.smithi148.cvefzo (mgr.14180) 1042 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:21.583 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:42:21.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:21 smithi153 bash[28288]: cluster 2023-11-08T02:42:20.173272+0000 mgr.smithi148.cvefzo (mgr.14180) 1042 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:23.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:23 smithi153 bash[28288]: cluster 2023-11-08T02:42:22.174014+0000 mgr.smithi148.cvefzo (mgr.14180) 1043 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:23.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:23 smithi148 bash[24200]: cluster 2023-11-08T02:42:22.174014+0000 mgr.smithi148.cvefzo (mgr.14180) 1043 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:25.037 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:42:25.037 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:50.363097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oxygdv on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\nDeploy daemon haproxy.nfs.foo.smithi153.oxygdv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.151542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qrpnkh on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\nDeploy daemon haproxy.nfs.foo.smithi148.qrpnkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.154283Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qufwbr on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:42:25.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:25 smithi148 bash[24200]: cluster 2023-11-08T02:42:24.174915+0000 mgr.smithi148.cvefzo (mgr.14180) 1044 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:25.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:25 smithi148 bash[24200]: audit 2023-11-08T02:42:25.028587+0000 mgr.smithi148.cvefzo (mgr.14180) 1045 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:25.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:25 smithi153 bash[28288]: cluster 2023-11-08T02:42:24.174915+0000 mgr.smithi148.cvefzo (mgr.14180) 1044 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:25.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:25 smithi153 bash[28288]: audit 2023-11-08T02:42:25.028587+0000 mgr.smithi148.cvefzo (mgr.14180) 1045 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:25.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:42:26.901 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:42:27.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:27 smithi148 bash[24200]: cluster 2023-11-08T02:42:26.176015+0000 mgr.smithi148.cvefzo (mgr.14180) 1046 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:27.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:27 smithi153 bash[28288]: cluster 2023-11-08T02:42:26.176015+0000 mgr.smithi148.cvefzo (mgr.14180) 1046 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:29.742 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:29 smithi148 bash[24200]: cluster 2023-11-08T02:42:28.176866+0000 mgr.smithi148.cvefzo (mgr.14180) 1047 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:42:29.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:29 smithi153 bash[28288]: cluster 2023-11-08T02:42:28.176866+0000 mgr.smithi148.cvefzo (mgr.14180) 1047 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:42:30.213 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:42:30.213 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:50.363097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oxygdv on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\nDeploy daemon haproxy.nfs.foo.smithi153.oxygdv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.151542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qrpnkh on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\nDeploy daemon haproxy.nfs.foo.smithi148.qrpnkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.154283Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qufwbr on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:42:31.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:42:31.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:31 smithi148 bash[24200]: cluster 2023-11-08T02:42:30.178044+0000 mgr.smithi148.cvefzo (mgr.14180) 1048 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:31.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:31 smithi148 bash[24200]: audit 2023-11-08T02:42:30.206116+0000 mgr.smithi148.cvefzo (mgr.14180) 1049 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:31.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:31 smithi153 bash[28288]: cluster 2023-11-08T02:42:30.178044+0000 mgr.smithi148.cvefzo (mgr.14180) 1048 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:31.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:31 smithi153 bash[28288]: audit 2023-11-08T02:42:30.206116+0000 mgr.smithi148.cvefzo (mgr.14180) 1049 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:32.045 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:42:33.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:33 smithi148 bash[24200]: cluster 2023-11-08T02:42:32.179068+0000 mgr.smithi148.cvefzo (mgr.14180) 1050 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:33.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:33 smithi153 bash[28288]: cluster 2023-11-08T02:42:32.179068+0000 mgr.smithi148.cvefzo (mgr.14180) 1050 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:35.228 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:42:35.228 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:50.363097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oxygdv on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\nDeploy daemon haproxy.nfs.foo.smithi153.oxygdv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.151542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qrpnkh on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\nDeploy daemon haproxy.nfs.foo.smithi148.qrpnkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.154283Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qufwbr on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:42:35.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:35 smithi148 bash[24200]: cluster 2023-11-08T02:42:34.179962+0000 mgr.smithi148.cvefzo (mgr.14180) 1051 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:35.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:35 smithi153 bash[28288]: cluster 2023-11-08T02:42:34.179962+0000 mgr.smithi148.cvefzo (mgr.14180) 1051 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:36.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:42:36.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:36 smithi148 bash[24200]: audit 2023-11-08T02:42:35.218199+0000 mgr.smithi148.cvefzo (mgr.14180) 1052 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:36.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:36 smithi153 bash[28288]: audit 2023-11-08T02:42:35.218199+0000 mgr.smithi148.cvefzo (mgr.14180) 1052 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:37.031 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:42:37.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:37 smithi148 bash[24200]: cluster 2023-11-08T02:42:36.181062+0000 mgr.smithi148.cvefzo (mgr.14180) 1053 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:37.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:37 smithi153 bash[28288]: cluster 2023-11-08T02:42:36.181062+0000 mgr.smithi148.cvefzo (mgr.14180) 1053 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:39.769 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:39 smithi148 bash[24200]: cluster 2023-11-08T02:42:38.182113+0000 mgr.smithi148.cvefzo (mgr.14180) 1054 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:42:39.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:39 smithi153 bash[28288]: cluster 2023-11-08T02:42:38.182113+0000 mgr.smithi148.cvefzo (mgr.14180) 1054 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:42:40.114 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:42:40.114 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:50.363097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oxygdv on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\nDeploy daemon haproxy.nfs.foo.smithi153.oxygdv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.151542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qrpnkh on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\nDeploy daemon haproxy.nfs.foo.smithi148.qrpnkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.154283Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qufwbr on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:42:40.928 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:42:41.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:41 smithi148 bash[24200]: audit 2023-11-08T02:42:40.102923+0000 mgr.smithi148.cvefzo (mgr.14180) 1055 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:41.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:41 smithi148 bash[24200]: cluster 2023-11-08T02:42:40.183465+0000 mgr.smithi148.cvefzo (mgr.14180) 1056 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:41.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:41 smithi153 bash[28288]: audit 2023-11-08T02:42:40.102923+0000 mgr.smithi148.cvefzo (mgr.14180) 1055 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:41.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:41 smithi153 bash[28288]: cluster 2023-11-08T02:42:40.183465+0000 mgr.smithi148.cvefzo (mgr.14180) 1056 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:41.929 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:42:43.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:43 smithi148 bash[24200]: cluster 2023-11-08T02:42:42.184627+0000 mgr.smithi148.cvefzo (mgr.14180) 1057 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:43.823 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:43 smithi153 bash[28288]: cluster 2023-11-08T02:42:42.184627+0000 mgr.smithi148.cvefzo (mgr.14180) 1057 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:45.298 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:42:45.298 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:50.363097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oxygdv on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\nDeploy daemon haproxy.nfs.foo.smithi153.oxygdv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.151542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qrpnkh on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\nDeploy daemon haproxy.nfs.foo.smithi148.qrpnkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.154283Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qufwbr on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:42:45.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:45 smithi148 bash[24200]: cluster 2023-11-08T02:42:44.185815+0000 mgr.smithi148.cvefzo (mgr.14180) 1058 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:45.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:45 smithi153 bash[28288]: cluster 2023-11-08T02:42:44.185815+0000 mgr.smithi148.cvefzo (mgr.14180) 1058 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:46.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:42:46.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:46 smithi148 bash[24200]: audit 2023-11-08T02:42:45.290106+0000 mgr.smithi148.cvefzo (mgr.14180) 1059 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:46.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:46 smithi153 bash[28288]: audit 2023-11-08T02:42:45.290106+0000 mgr.smithi148.cvefzo (mgr.14180) 1059 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:47.176 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:42:47.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:47 smithi148 bash[24200]: cluster 2023-11-08T02:42:46.186906+0000 mgr.smithi148.cvefzo (mgr.14180) 1060 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:47.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:47 smithi153 bash[28288]: cluster 2023-11-08T02:42:46.186906+0000 mgr.smithi148.cvefzo (mgr.14180) 1060 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:49.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:49 smithi148 bash[24200]: cluster 2023-11-08T02:42:48.187584+0000 mgr.smithi148.cvefzo (mgr.14180) 1061 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:42:49.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:49 smithi153 bash[28288]: cluster 2023-11-08T02:42:48.187584+0000 mgr.smithi148.cvefzo (mgr.14180) 1061 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:42:50.527 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:42:50.527 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:50.363097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oxygdv on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\nDeploy daemon haproxy.nfs.foo.smithi153.oxygdv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.151542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qrpnkh on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\nDeploy daemon haproxy.nfs.foo.smithi148.qrpnkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.154283Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qufwbr on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:42:51.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:42:51.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:51 smithi148 bash[24200]: cluster 2023-11-08T02:42:50.189273+0000 mgr.smithi148.cvefzo (mgr.14180) 1062 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:51.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:51 smithi148 bash[24200]: audit 2023-11-08T02:42:50.518078+0000 mgr.smithi148.cvefzo (mgr.14180) 1063 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:51.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:51 smithi153 bash[28288]: cluster 2023-11-08T02:42:50.189273+0000 mgr.smithi148.cvefzo (mgr.14180) 1062 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:51.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:51 smithi153 bash[28288]: audit 2023-11-08T02:42:50.518078+0000 mgr.smithi148.cvefzo (mgr.14180) 1063 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:52.314 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:42:53.727 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:53 smithi148 bash[24200]: cluster 2023-11-08T02:42:52.190515+0000 mgr.smithi148.cvefzo (mgr.14180) 1064 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:53.823 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:53 smithi153 bash[28288]: cluster 2023-11-08T02:42:52.190515+0000 mgr.smithi148.cvefzo (mgr.14180) 1064 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:54.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:54 smithi148 bash[24200]: audit 2023-11-08T02:42:54.161995+0000 mon.smithi148 (mon.0) 939 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:42:54.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:54 smithi148 bash[24200]: audit 2023-11-08T02:42:54.468088+0000 mon.smithi148 (mon.0) 940 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:42:54.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:54 smithi148 bash[24200]: audit 2023-11-08T02:42:54.469317+0000 mon.smithi148 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:42:54.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:54 smithi148 bash[24200]: audit 2023-11-08T02:42:54.475739+0000 mon.smithi148 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:42:54.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:54 smithi148 bash[24200]: audit 2023-11-08T02:42:54.481014+0000 mon.smithi148 (mon.0) 943 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:42:54.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:54 smithi148 bash[24200]: audit 2023-11-08T02:42:54.492576+0000 mon.smithi148 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:42:54.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:54 smithi153 bash[28288]: audit 2023-11-08T02:42:54.161995+0000 mon.smithi148 (mon.0) 939 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:42:54.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:54 smithi153 bash[28288]: audit 2023-11-08T02:42:54.468088+0000 mon.smithi148 (mon.0) 940 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:42:54.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:54 smithi153 bash[28288]: audit 2023-11-08T02:42:54.469317+0000 mon.smithi148 (mon.0) 941 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:42:54.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:54 smithi153 bash[28288]: audit 2023-11-08T02:42:54.475739+0000 mon.smithi148 (mon.0) 942 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:42:54.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:54 smithi153 bash[28288]: audit 2023-11-08T02:42:54.481014+0000 mon.smithi148 (mon.0) 943 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:42:54.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:54 smithi153 bash[28288]: audit 2023-11-08T02:42:54.492576+0000 mon.smithi148 (mon.0) 944 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:42:55.640 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:42:55.641 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:40:45.962477Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.lkbvkw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:50.363097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oxygdv on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\nDeploy daemon haproxy.nfs.foo.smithi153.oxygdv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.151542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qrpnkh on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\nDeploy daemon haproxy.nfs.foo.smithi148.qrpnkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.154283Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qufwbr on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:42:55.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:55 smithi148 bash[24200]: cluster 2023-11-08T02:42:54.191659+0000 mgr.smithi148.cvefzo (mgr.14180) 1065 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:55.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:55 smithi148 bash[24200]: cluster 2023-11-08T02:42:54.476351+0000 mgr.smithi148.cvefzo (mgr.14180) 1066 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:42:55.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:55 smithi148 bash[24200]: cluster 2023-11-08T02:42:54.495024+0000 mon.smithi148 (mon.0) 945 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:42:55.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:55 smithi148 bash[24200]: cluster 2023-11-08T02:42:54.495069+0000 mon.smithi148 (mon.0) 946 : cluster [INF] Cluster is now healthy 2023-11-08T02:42:55.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:55 smithi148 bash[24200]: cephadm 2023-11-08T02:42:54.496252+0000 mgr.smithi148.cvefzo (mgr.14180) 1067 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.hgfvpz on smithi153 2023-11-08T02:42:55.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:55 smithi148 bash[24200]: audit 2023-11-08T02:42:54.855273+0000 mon.smithi148 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:42:55.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:55 smithi153 bash[28288]: cluster 2023-11-08T02:42:54.191659+0000 mgr.smithi148.cvefzo (mgr.14180) 1065 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:42:55.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:55 smithi153 bash[28288]: cluster 2023-11-08T02:42:54.476351+0000 mgr.smithi148.cvefzo (mgr.14180) 1066 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:42:55.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:55 smithi153 bash[28288]: cluster 2023-11-08T02:42:54.495024+0000 mon.smithi148 (mon.0) 945 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:42:55.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:55 smithi153 bash[28288]: cluster 2023-11-08T02:42:54.495069+0000 mon.smithi148 (mon.0) 946 : cluster [INF] Cluster is now healthy 2023-11-08T02:42:55.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:55 smithi153 bash[28288]: cephadm 2023-11-08T02:42:54.496252+0000 mgr.smithi148.cvefzo (mgr.14180) 1067 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.hgfvpz on smithi153 2023-11-08T02:42:55.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:55 smithi153 bash[28288]: audit 2023-11-08T02:42:54.855273+0000 mon.smithi148 (mon.0) 947 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:42:56.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:42:56.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:56 smithi148 bash[24200]: audit 2023-11-08T02:42:55.631628+0000 mgr.smithi148.cvefzo (mgr.14180) 1068 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:56.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:56 smithi153 bash[28288]: audit 2023-11-08T02:42:55.631628+0000 mgr.smithi148.cvefzo (mgr.14180) 1068 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:42:57.459 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:42:57.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:57 smithi148 bash[24200]: cluster 2023-11-08T02:42:56.477161+0000 mgr.smithi148.cvefzo (mgr.14180) 1069 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:42:57.859 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:57 smithi153 bash[28288]: cluster 2023-11-08T02:42:56.477161+0000 mgr.smithi148.cvefzo (mgr.14180) 1069 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:42:58.559 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:58 smithi148 bash[24200]: audit 2023-11-08T02:42:58.293130+0000 mon.smithi148 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.hgfvpz"}]: dispatch 2023-11-08T02:42:58.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:58 smithi153 bash[28288]: audit 2023-11-08T02:42:58.293130+0000 mon.smithi148 (mon.0) 948 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.hgfvpz"}]: dispatch 2023-11-08T02:42:59.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: cephadm 2023-11-08T02:42:58.291798+0000 mgr.smithi148.cvefzo (mgr.14180) 1070 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz 2023-11-08T02:42:59.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:42:59.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz 2023-11-08T02:42:59.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz 2023-11-08T02:42:59.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:42:59.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz 2023-11-08T02:42:59.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.hgfvpz ... 2023-11-08T02:42:59.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:42:59.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:42:59.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:42:59.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:42:59.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:42:59.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:42:59.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:42:59.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:42:59.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:42:59.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:42:59.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz 2023-11-08T02:42:59.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:42:59.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz 2023-11-08T02:42:59.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz 2023-11-08T02:42:59.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:42:59.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz 2023-11-08T02:42:59.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.hgfvpz ... 2023-11-08T02:42:59.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:42:59.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:42:59.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:42:59.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:42:59.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:42:59.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: cephadm 2023-11-08T02:42:58.292370+0000 mgr.smithi148.cvefzo (mgr.14180) 1071 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.hgfvpz 2023-11-08T02:42:59.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: cephadm 2023-11-08T02:42:58.294715+0000 mgr.smithi148.cvefzo (mgr.14180) 1072 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.hgfvpz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz 2023-11-08T02:42:59.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:42:59.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz 2023-11-08T02:42:59.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz 2023-11-08T02:42:59.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:42:59.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz 2023-11-08T02:42:59.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.hgfvpz ... 2023-11-08T02:42:59.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:42:59.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:42:59.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:42:59.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:42:59.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:42:59.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: cephadm 2023-11-08T02:42:58.298553+0000 mgr.smithi148.cvefzo (mgr.14180) 1073 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.maoamx on smithi148 2023-11-08T02:42:59.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:42:59 smithi148 bash[24200]: cluster 2023-11-08T02:42:58.477795+0000 mgr.smithi148.cvefzo (mgr.14180) 1074 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:42:59.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: cephadm 2023-11-08T02:42:58.291798+0000 mgr.smithi148.cvefzo (mgr.14180) 1070 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz 2023-11-08T02:42:59.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:42:59.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz 2023-11-08T02:42:59.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz 2023-11-08T02:42:59.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:42:59.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz 2023-11-08T02:42:59.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.hgfvpz ... 2023-11-08T02:42:59.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:42:59.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:42:59.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:42:59.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:42:59.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:42:59.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:42:59.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:42:59.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:42:59.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:42:59.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:42:59.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz 2023-11-08T02:42:59.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:42:59.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz 2023-11-08T02:42:59.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz 2023-11-08T02:42:59.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:42:59.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz 2023-11-08T02:42:59.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.hgfvpz ... 2023-11-08T02:42:59.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:42:59.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:42:59.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:42:59.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:42:59.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:42:59.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: cephadm 2023-11-08T02:42:58.292370+0000 mgr.smithi148.cvefzo (mgr.14180) 1071 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.hgfvpz 2023-11-08T02:42:59.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: cephadm 2023-11-08T02:42:58.294715+0000 mgr.smithi148.cvefzo (mgr.14180) 1072 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.hgfvpz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz 2023-11-08T02:42:59.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:42:59.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz 2023-11-08T02:42:59.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz 2023-11-08T02:42:59.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:42:59.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz 2023-11-08T02:42:59.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.hgfvpz ... 2023-11-08T02:42:59.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:42:59.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:42:59.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:42:59.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:42:59.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:42:59.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: cephadm 2023-11-08T02:42:58.298553+0000 mgr.smithi148.cvefzo (mgr.14180) 1073 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.maoamx on smithi148 2023-11-08T02:42:59.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:42:59 smithi153 bash[28288]: cluster 2023-11-08T02:42:58.477795+0000 mgr.smithi148.cvefzo (mgr.14180) 1074 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:43:00.749 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:43:00.749 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:41:50.363097Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oxygdv on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oxygdv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oxygdv\nDeploy daemon haproxy.nfs.foo.smithi153.oxygdv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.151542Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.qrpnkh on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-qrpnkh\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.qrpnkh\nDeploy daemon haproxy.nfs.foo.smithi148.qrpnkh ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:41:54.154283Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qufwbr on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:42:58.294498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hgfvpz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\nDeploy daemon haproxy.nfs.foo.smithi153.hgfvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:43:01.564 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:43:01.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:01 smithi153 bash[28288]: cluster 2023-11-08T02:43:00.478787+0000 mgr.smithi148.cvefzo (mgr.14180) 1075 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:43:01.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:01 smithi153 bash[28288]: audit 2023-11-08T02:43:00.740911+0000 mgr.smithi148.cvefzo (mgr.14180) 1076 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:01.966 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:01 smithi148 bash[24200]: cluster 2023-11-08T02:43:00.478787+0000 mgr.smithi148.cvefzo (mgr.14180) 1075 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:43:01.966 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:01 smithi148 bash[24200]: audit 2023-11-08T02:43:00.740911+0000 mgr.smithi148.cvefzo (mgr.14180) 1076 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:02.565 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:43:02.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: cephadm 2023-11-08T02:43:02.032418+0000 mgr.smithi148.cvefzo (mgr.14180) 1077 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx 2023-11-08T02:43:02.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:43:02.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx 2023-11-08T02:43:02.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx 2023-11-08T02:43:02.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:43:02.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx 2023-11-08T02:43:02.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.maoamx ... 2023-11-08T02:43:02.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:43:02.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:43:02.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:43:02.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:43:02.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:43:02.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:43:02.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:43:02.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:43:02.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:43:02.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:43:02.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx 2023-11-08T02:43:02.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:43:02.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx 2023-11-08T02:43:02.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx 2023-11-08T02:43:02.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:43:02.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx 2023-11-08T02:43:02.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.maoamx ... 2023-11-08T02:43:02.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:43:02.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:43:02.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:43:02.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:43:02.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:43:02.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: cephadm 2023-11-08T02:43:02.032881+0000 mgr.smithi148.cvefzo (mgr.14180) 1078 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.maoamx 2023-11-08T02:43:02.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: audit 2023-11-08T02:43:02.033522+0000 mon.smithi148 (mon.0) 949 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.maoamx"}]: dispatch 2023-11-08T02:43:02.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: cephadm 2023-11-08T02:43:02.034996+0000 mgr.smithi148.cvefzo (mgr.14180) 1079 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.maoamx on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx 2023-11-08T02:43:02.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:43:02.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx 2023-11-08T02:43:02.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx 2023-11-08T02:43:02.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:43:02.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx 2023-11-08T02:43:02.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.maoamx ... 2023-11-08T02:43:02.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:43:02.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:43:02.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:43:02.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:43:02.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:43:02.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: cephadm 2023-11-08T02:43:02.038232+0000 mgr.smithi148.cvefzo (mgr.14180) 1080 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.juhnhc on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:43:02.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:02 smithi153 bash[28288]: cephadm 2023-11-08T02:43:02.041046+0000 mgr.smithi148.cvefzo (mgr.14180) 1081 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:43:03.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: cephadm 2023-11-08T02:43:02.032418+0000 mgr.smithi148.cvefzo (mgr.14180) 1077 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx 2023-11-08T02:43:03.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:43:03.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx 2023-11-08T02:43:03.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx 2023-11-08T02:43:03.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:43:03.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx 2023-11-08T02:43:03.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.maoamx ... 2023-11-08T02:43:03.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:43:03.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:43:03.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:43:03.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:43:03.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:43:03.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:43:03.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:43:03.029 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:43:03.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:43:03.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:43:03.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx 2023-11-08T02:43:03.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:43:03.030 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx 2023-11-08T02:43:03.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx 2023-11-08T02:43:03.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:43:03.031 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx 2023-11-08T02:43:03.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.maoamx ... 2023-11-08T02:43:03.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:43:03.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:43:03.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:43:03.032 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:43:03.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:43:03.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: cephadm 2023-11-08T02:43:02.032881+0000 mgr.smithi148.cvefzo (mgr.14180) 1078 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.maoamx 2023-11-08T02:43:03.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: audit 2023-11-08T02:43:02.033522+0000 mon.smithi148 (mon.0) 949 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.maoamx"}]: dispatch 2023-11-08T02:43:03.033 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: cephadm 2023-11-08T02:43:02.034996+0000 mgr.smithi148.cvefzo (mgr.14180) 1079 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.maoamx on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx 2023-11-08T02:43:03.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:43:03.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx 2023-11-08T02:43:03.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx 2023-11-08T02:43:03.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:43:03.034 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx 2023-11-08T02:43:03.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.maoamx ... 2023-11-08T02:43:03.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:43:03.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:43:03.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:43:03.035 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:43:03.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:43:03.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: cephadm 2023-11-08T02:43:02.038232+0000 mgr.smithi148.cvefzo (mgr.14180) 1080 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.juhnhc on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:43:03.036 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:02 smithi148 bash[24200]: cephadm 2023-11-08T02:43:02.041046+0000 mgr.smithi148.cvefzo (mgr.14180) 1081 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:43:03.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:03 smithi153 bash[28288]: cluster 2023-11-08T02:43:02.042524+0000 mgr.smithi148.cvefzo (mgr.14180) 1082 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2023-11-08T02:43:03.825 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:03 smithi153 bash[28288]: cluster 2023-11-08T02:43:02.534630+0000 mon.smithi148 (mon.0) 950 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:43:03.930 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:03 smithi148 bash[24200]: cluster 2023-11-08T02:43:02.042524+0000 mgr.smithi148.cvefzo (mgr.14180) 1082 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2023-11-08T02:43:03.931 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:03 smithi148 bash[24200]: cluster 2023-11-08T02:43:02.534630+0000 mon.smithi148 (mon.0) 950 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:43:05.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:05 smithi148 bash[24200]: cluster 2023-11-08T02:43:04.043824+0000 mgr.smithi148.cvefzo (mgr.14180) 1083 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2023-11-08T02:43:05.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:05 smithi148 bash[24200]: audit 2023-11-08T02:43:05.244284+0000 mon.smithi148 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:43:05.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:05 smithi153 bash[28288]: cluster 2023-11-08T02:43:04.043824+0000 mgr.smithi148.cvefzo (mgr.14180) 1083 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2023-11-08T02:43:05.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:05 smithi153 bash[28288]: audit 2023-11-08T02:43:05.244284+0000 mon.smithi148 (mon.0) 951 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:43:05.911 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:43:05.911 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:42:58.294498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hgfvpz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\nDeploy daemon haproxy.nfs.foo.smithi153.hgfvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.034770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.maoamx on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\nDeploy daemon haproxy.nfs.foo.smithi148.maoamx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.038065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.juhnhc on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:43:06.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:43:06.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:06 smithi153 bash[28288]: audit 2023-11-08T02:43:05.905796+0000 mgr.smithi148.cvefzo (mgr.14180) 1084 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:07.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:06 smithi148 bash[24200]: audit 2023-11-08T02:43:05.905796+0000 mgr.smithi148.cvefzo (mgr.14180) 1084 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:07.748 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:43:07.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:07 smithi153 bash[28288]: cluster 2023-11-08T02:43:06.044943+0000 mgr.smithi148.cvefzo (mgr.14180) 1085 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-08T02:43:07.948 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:07 smithi148 bash[24200]: cluster 2023-11-08T02:43:06.044943+0000 mgr.smithi148.cvefzo (mgr.14180) 1085 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-08T02:43:09.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:09 smithi153 bash[28288]: cluster 2023-11-08T02:43:08.046077+0000 mgr.smithi148.cvefzo (mgr.14180) 1086 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 354 B/s rd, 0 op/s 2023-11-08T02:43:10.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:09 smithi148 bash[24200]: cluster 2023-11-08T02:43:08.046077+0000 mgr.smithi148.cvefzo (mgr.14180) 1086 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 354 B/s rd, 0 op/s 2023-11-08T02:43:11.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:10 smithi148 bash[24200]: audit 2023-11-08T02:43:09.856371+0000 mon.smithi148 (mon.0) 952 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:43:11.079 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:43:11.080 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:42:58.294498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hgfvpz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\nDeploy daemon haproxy.nfs.foo.smithi153.hgfvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.034770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.maoamx on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\nDeploy daemon haproxy.nfs.foo.smithi148.maoamx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.038065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.juhnhc on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:43:11.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:10 smithi153 bash[28288]: audit 2023-11-08T02:43:09.856371+0000 mon.smithi148 (mon.0) 952 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:43:11.900 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:43:12.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:11 smithi153 bash[28288]: cluster 2023-11-08T02:43:10.046873+0000 mgr.smithi148.cvefzo (mgr.14180) 1087 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-08T02:43:12.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:11 smithi148 bash[24200]: cluster 2023-11-08T02:43:10.046873+0000 mgr.smithi148.cvefzo (mgr.14180) 1087 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-08T02:43:12.901 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:43:13.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:12 smithi153 bash[28288]: audit 2023-11-08T02:43:11.067468+0000 mgr.smithi148.cvefzo (mgr.14180) 1088 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:13.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:12 smithi148 bash[24200]: audit 2023-11-08T02:43:11.067468+0000 mgr.smithi148.cvefzo (mgr.14180) 1088 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:14.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:13 smithi153 bash[28288]: cluster 2023-11-08T02:43:12.047879+0000 mgr.smithi148.cvefzo (mgr.14180) 1089 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-08T02:43:14.165 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:13 smithi148 bash[24200]: cluster 2023-11-08T02:43:12.047879+0000 mgr.smithi148.cvefzo (mgr.14180) 1089 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-08T02:43:16.003 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:43:16.003 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:42:58.294498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hgfvpz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\nDeploy daemon haproxy.nfs.foo.smithi153.hgfvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.034770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.maoamx on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\nDeploy daemon haproxy.nfs.foo.smithi148.maoamx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.038065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.juhnhc on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:43:16.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:15 smithi153 bash[28288]: cluster 2023-11-08T02:43:14.048909+0000 mgr.smithi148.cvefzo (mgr.14180) 1090 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:16.239 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:15 smithi148 bash[24200]: cluster 2023-11-08T02:43:14.048909+0000 mgr.smithi148.cvefzo (mgr.14180) 1090 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:16.815 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:43:17.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:16 smithi153 bash[28288]: audit 2023-11-08T02:43:15.998421+0000 mgr.smithi148.cvefzo (mgr.14180) 1091 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:17.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:16 smithi148 bash[24200]: audit 2023-11-08T02:43:15.998421+0000 mgr.smithi148.cvefzo (mgr.14180) 1091 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:17.817 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:43:18.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:17 smithi153 bash[28288]: cluster 2023-11-08T02:43:16.050029+0000 mgr.smithi148.cvefzo (mgr.14180) 1092 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:18.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:17 smithi148 bash[24200]: cluster 2023-11-08T02:43:16.050029+0000 mgr.smithi148.cvefzo (mgr.14180) 1092 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:20.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:19 smithi148 bash[24200]: cluster 2023-11-08T02:43:18.051158+0000 mgr.smithi148.cvefzo (mgr.14180) 1093 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:43:20.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:19 smithi153 bash[28288]: cluster 2023-11-08T02:43:18.051158+0000 mgr.smithi148.cvefzo (mgr.14180) 1093 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:43:20.959 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:43:20.960 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:42:58.294498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hgfvpz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\nDeploy daemon haproxy.nfs.foo.smithi153.hgfvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.034770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.maoamx on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\nDeploy daemon haproxy.nfs.foo.smithi148.maoamx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.038065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.juhnhc on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:43:21.772 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:43:22.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:21 smithi148 bash[24200]: cluster 2023-11-08T02:43:20.052414+0000 mgr.smithi148.cvefzo (mgr.14180) 1094 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:22.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:21 smithi148 bash[24200]: audit 2023-11-08T02:43:20.951034+0000 mgr.smithi148.cvefzo (mgr.14180) 1095 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:22.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:21 smithi153 bash[28288]: cluster 2023-11-08T02:43:20.052414+0000 mgr.smithi148.cvefzo (mgr.14180) 1094 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:22.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:21 smithi153 bash[28288]: audit 2023-11-08T02:43:20.951034+0000 mgr.smithi148.cvefzo (mgr.14180) 1095 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:22.773 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:43:24.146 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:23 smithi148 bash[24200]: cluster 2023-11-08T02:43:22.053579+0000 mgr.smithi148.cvefzo (mgr.14180) 1096 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:24.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:23 smithi153 bash[28288]: cluster 2023-11-08T02:43:22.053579+0000 mgr.smithi148.cvefzo (mgr.14180) 1096 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:26.029 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:43:26.030 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:42:58.294498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hgfvpz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\nDeploy daemon haproxy.nfs.foo.smithi153.hgfvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.034770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.maoamx on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\nDeploy daemon haproxy.nfs.foo.smithi148.maoamx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.038065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.juhnhc on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:43:26.230 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:25 smithi148 bash[24200]: cluster 2023-11-08T02:43:24.054250+0000 mgr.smithi148.cvefzo (mgr.14180) 1097 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:26.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:25 smithi153 bash[28288]: cluster 2023-11-08T02:43:24.054250+0000 mgr.smithi148.cvefzo (mgr.14180) 1097 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:26.840 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:43:27.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:26 smithi148 bash[24200]: audit 2023-11-08T02:43:26.019659+0000 mgr.smithi148.cvefzo (mgr.14180) 1098 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:27.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:26 smithi153 bash[28288]: audit 2023-11-08T02:43:26.019659+0000 mgr.smithi148.cvefzo (mgr.14180) 1098 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:27.841 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:43:28.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:27 smithi148 bash[24200]: cluster 2023-11-08T02:43:26.055156+0000 mgr.smithi148.cvefzo (mgr.14180) 1099 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:28.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:27 smithi153 bash[28288]: cluster 2023-11-08T02:43:26.055156+0000 mgr.smithi148.cvefzo (mgr.14180) 1099 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:30.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:29 smithi148 bash[24200]: cluster 2023-11-08T02:43:28.056288+0000 mgr.smithi148.cvefzo (mgr.14180) 1100 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:43:30.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:29 smithi153 bash[28288]: cluster 2023-11-08T02:43:28.056288+0000 mgr.smithi148.cvefzo (mgr.14180) 1100 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:43:30.968 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:43:30.968 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:42:58.294498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hgfvpz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\nDeploy daemon haproxy.nfs.foo.smithi153.hgfvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.034770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.maoamx on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\nDeploy daemon haproxy.nfs.foo.smithi148.maoamx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.038065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.juhnhc on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:43:31.743 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:43:32.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:31 smithi148 bash[24200]: cluster 2023-11-08T02:43:30.057511+0000 mgr.smithi148.cvefzo (mgr.14180) 1101 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:32.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:31 smithi148 bash[24200]: audit 2023-11-08T02:43:30.963556+0000 mgr.smithi148.cvefzo (mgr.14180) 1102 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:32.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:31 smithi153 bash[28288]: cluster 2023-11-08T02:43:30.057511+0000 mgr.smithi148.cvefzo (mgr.14180) 1101 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:32.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:31 smithi153 bash[28288]: audit 2023-11-08T02:43:30.963556+0000 mgr.smithi148.cvefzo (mgr.14180) 1102 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:32.744 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:43:34.096 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:33 smithi148 bash[24200]: cluster 2023-11-08T02:43:32.058690+0000 mgr.smithi148.cvefzo (mgr.14180) 1103 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:34.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:33 smithi153 bash[28288]: cluster 2023-11-08T02:43:32.058690+0000 mgr.smithi148.cvefzo (mgr.14180) 1103 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:36.011 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:43:36.012 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:42:58.294498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hgfvpz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\nDeploy daemon haproxy.nfs.foo.smithi153.hgfvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.034770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.maoamx on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\nDeploy daemon haproxy.nfs.foo.smithi148.maoamx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.038065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.juhnhc on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:43:36.254 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:35 smithi148 bash[24200]: cluster 2023-11-08T02:43:34.059565+0000 mgr.smithi148.cvefzo (mgr.14180) 1104 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:36.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:35 smithi153 bash[28288]: cluster 2023-11-08T02:43:34.059565+0000 mgr.smithi148.cvefzo (mgr.14180) 1104 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:36.860 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:43:37.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:36 smithi148 bash[24200]: audit 2023-11-08T02:43:36.006969+0000 mgr.smithi148.cvefzo (mgr.14180) 1105 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:37.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:36 smithi153 bash[28288]: audit 2023-11-08T02:43:36.006969+0000 mgr.smithi148.cvefzo (mgr.14180) 1105 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:37.861 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:43:38.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:37 smithi148 bash[24200]: cluster 2023-11-08T02:43:36.060821+0000 mgr.smithi148.cvefzo (mgr.14180) 1106 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:38.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:37 smithi153 bash[28288]: cluster 2023-11-08T02:43:36.060821+0000 mgr.smithi148.cvefzo (mgr.14180) 1106 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:40.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:39 smithi148 bash[24200]: cluster 2023-11-08T02:43:38.061803+0000 mgr.smithi148.cvefzo (mgr.14180) 1107 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:43:40.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:39 smithi153 bash[28288]: cluster 2023-11-08T02:43:38.061803+0000 mgr.smithi148.cvefzo (mgr.14180) 1107 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:43:41.242 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:43:41.243 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:42:58.294498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hgfvpz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\nDeploy daemon haproxy.nfs.foo.smithi153.hgfvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.034770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.maoamx on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\nDeploy daemon haproxy.nfs.foo.smithi148.maoamx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.038065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.juhnhc on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:43:42.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:43:42.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:41 smithi148 bash[24200]: cluster 2023-11-08T02:43:40.062992+0000 mgr.smithi148.cvefzo (mgr.14180) 1108 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:42.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:41 smithi153 bash[28288]: cluster 2023-11-08T02:43:40.062992+0000 mgr.smithi148.cvefzo (mgr.14180) 1108 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:43.089 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:43:43.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:42 smithi148 bash[24200]: audit 2023-11-08T02:43:41.232666+0000 mgr.smithi148.cvefzo (mgr.14180) 1109 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:43.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:42 smithi153 bash[28288]: audit 2023-11-08T02:43:41.232666+0000 mgr.smithi148.cvefzo (mgr.14180) 1109 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:44.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:43 smithi153 bash[28288]: cluster 2023-11-08T02:43:42.063832+0000 mgr.smithi148.cvefzo (mgr.14180) 1110 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:44.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:43 smithi148 bash[24200]: cluster 2023-11-08T02:43:42.063832+0000 mgr.smithi148.cvefzo (mgr.14180) 1110 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:46.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:45 smithi148 bash[24200]: cluster 2023-11-08T02:43:44.065037+0000 mgr.smithi148.cvefzo (mgr.14180) 1111 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:46.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:45 smithi153 bash[28288]: cluster 2023-11-08T02:43:44.065037+0000 mgr.smithi148.cvefzo (mgr.14180) 1111 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:46.543 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:43:46.543 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:42:58.294498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hgfvpz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\nDeploy daemon haproxy.nfs.foo.smithi153.hgfvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.034770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.maoamx on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\nDeploy daemon haproxy.nfs.foo.smithi148.maoamx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.038065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.juhnhc on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:43:47.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:43:48.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:48 smithi148 bash[24200]: cluster 2023-11-08T02:43:46.066055+0000 mgr.smithi148.cvefzo (mgr.14180) 1112 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:48.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:48 smithi148 bash[24200]: audit 2023-11-08T02:43:46.534626+0000 mgr.smithi148.cvefzo (mgr.14180) 1113 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:48.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:48 smithi153 bash[28288]: cluster 2023-11-08T02:43:46.066055+0000 mgr.smithi148.cvefzo (mgr.14180) 1112 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:48.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:48 smithi153 bash[28288]: audit 2023-11-08T02:43:46.534626+0000 mgr.smithi148.cvefzo (mgr.14180) 1113 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:48.413 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:43:50.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:50 smithi148 bash[24200]: cluster 2023-11-08T02:43:48.067228+0000 mgr.smithi148.cvefzo (mgr.14180) 1114 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:43:50.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:50 smithi153 bash[28288]: cluster 2023-11-08T02:43:48.067228+0000 mgr.smithi148.cvefzo (mgr.14180) 1114 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:43:51.811 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:43:51.811 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:42:58.294498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hgfvpz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\nDeploy daemon haproxy.nfs.foo.smithi153.hgfvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.034770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.maoamx on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\nDeploy daemon haproxy.nfs.foo.smithi148.maoamx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.038065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.juhnhc on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:43:52.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:52 smithi148 bash[24200]: cluster 2023-11-08T02:43:50.068217+0000 mgr.smithi148.cvefzo (mgr.14180) 1115 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:52.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:52 smithi153 bash[28288]: cluster 2023-11-08T02:43:50.068217+0000 mgr.smithi148.cvefzo (mgr.14180) 1115 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:52.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:43:53.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:53 smithi148 bash[24200]: audit 2023-11-08T02:43:51.802046+0000 mgr.smithi148.cvefzo (mgr.14180) 1116 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:53.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:53 smithi153 bash[28288]: audit 2023-11-08T02:43:51.802046+0000 mgr.smithi148.cvefzo (mgr.14180) 1116 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:53.618 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:43:54.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:54 smithi153 bash[28288]: cluster 2023-11-08T02:43:52.068949+0000 mgr.smithi148.cvefzo (mgr.14180) 1117 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:54.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:54 smithi148 bash[24200]: cluster 2023-11-08T02:43:52.068949+0000 mgr.smithi148.cvefzo (mgr.14180) 1117 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:56.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:56 smithi153 bash[28288]: cluster 2023-11-08T02:43:54.070090+0000 mgr.smithi148.cvefzo (mgr.14180) 1118 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:56.483 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:56 smithi148 bash[24200]: cluster 2023-11-08T02:43:54.070090+0000 mgr.smithi148.cvefzo (mgr.14180) 1118 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:56.954 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:43:56.954 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:42:58.294498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hgfvpz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\nDeploy daemon haproxy.nfs.foo.smithi153.hgfvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.034770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.maoamx on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\nDeploy daemon haproxy.nfs.foo.smithi148.maoamx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.038065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.juhnhc on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:43:57.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:43:58.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:58 smithi153 bash[28288]: cluster 2023-11-08T02:43:56.071151+0000 mgr.smithi148.cvefzo (mgr.14180) 1119 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:58.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:43:58 smithi153 bash[28288]: audit 2023-11-08T02:43:56.944022+0000 mgr.smithi148.cvefzo (mgr.14180) 1120 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:58.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:58 smithi148 bash[24200]: cluster 2023-11-08T02:43:56.071151+0000 mgr.smithi148.cvefzo (mgr.14180) 1119 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:43:58.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:43:58 smithi148 bash[24200]: audit 2023-11-08T02:43:56.944022+0000 mgr.smithi148.cvefzo (mgr.14180) 1120 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:43:58.758 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:44:00.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:00 smithi148 bash[24200]: cluster 2023-11-08T02:43:58.072333+0000 mgr.smithi148.cvefzo (mgr.14180) 1121 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:44:00.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:00 smithi153 bash[28288]: cluster 2023-11-08T02:43:58.072333+0000 mgr.smithi148.cvefzo (mgr.14180) 1121 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:44:01.257 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:01 smithi148 bash[24200]: cluster 2023-11-08T02:44:00.073500+0000 mgr.smithi148.cvefzo (mgr.14180) 1122 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:01.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:01 smithi153 bash[28288]: cluster 2023-11-08T02:44:00.073500+0000 mgr.smithi148.cvefzo (mgr.14180) 1122 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:02.263 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:44:02.263 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:41:54.156739Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.opepbw on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:42:58.294498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hgfvpz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\nDeploy daemon haproxy.nfs.foo.smithi153.hgfvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.034770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.maoamx on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\nDeploy daemon haproxy.nfs.foo.smithi148.maoamx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.038065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.juhnhc on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:44:02.325 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:02 smithi148 bash[24200]: audit 2023-11-08T02:44:02.052725+0000 mon.smithi148 (mon.0) 953 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:44:02.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:02 smithi153 bash[28288]: audit 2023-11-08T02:44:02.052725+0000 mon.smithi148 (mon.0) 953 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:44:03.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:44:03.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:03 smithi148 bash[24200]: cluster 2023-11-08T02:44:02.074239+0000 mgr.smithi148.cvefzo (mgr.14180) 1123 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:03.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:03 smithi148 bash[24200]: audit 2023-11-08T02:44:02.256519+0000 mgr.smithi148.cvefzo (mgr.14180) 1124 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:03.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:03 smithi148 bash[24200]: audit 2023-11-08T02:44:02.356792+0000 mon.smithi148 (mon.0) 954 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:44:03.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:03 smithi148 bash[24200]: audit 2023-11-08T02:44:02.357927+0000 mon.smithi148 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:44:03.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:03 smithi148 bash[24200]: audit 2023-11-08T02:44:02.365306+0000 mon.smithi148 (mon.0) 956 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:44:03.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:03 smithi148 bash[24200]: cluster 2023-11-08T02:44:02.365867+0000 mgr.smithi148.cvefzo (mgr.14180) 1125 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:44:03.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:03 smithi148 bash[24200]: audit 2023-11-08T02:44:02.370419+0000 mon.smithi148 (mon.0) 957 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:44:03.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:03 smithi148 bash[24200]: audit 2023-11-08T02:44:02.384580+0000 mon.smithi148 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:44:03.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:03 smithi148 bash[24200]: cephadm 2023-11-08T02:44:02.387238+0000 mgr.smithi148.cvefzo (mgr.14180) 1126 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.gaqfrj on smithi153 2023-11-08T02:44:03.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:03 smithi148 bash[24200]: cluster 2023-11-08T02:44:03.068718+0000 mon.smithi148 (mon.0) 959 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:44:03.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:03 smithi148 bash[24200]: cluster 2023-11-08T02:44:03.068796+0000 mon.smithi148 (mon.0) 960 : cluster [INF] Cluster is now healthy 2023-11-08T02:44:03.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:03 smithi153 bash[28288]: cluster 2023-11-08T02:44:02.074239+0000 mgr.smithi148.cvefzo (mgr.14180) 1123 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:03.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:03 smithi153 bash[28288]: audit 2023-11-08T02:44:02.256519+0000 mgr.smithi148.cvefzo (mgr.14180) 1124 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:03.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:03 smithi153 bash[28288]: audit 2023-11-08T02:44:02.356792+0000 mon.smithi148 (mon.0) 954 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:44:03.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:03 smithi153 bash[28288]: audit 2023-11-08T02:44:02.357927+0000 mon.smithi148 (mon.0) 955 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:44:03.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:03 smithi153 bash[28288]: audit 2023-11-08T02:44:02.365306+0000 mon.smithi148 (mon.0) 956 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:44:03.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:03 smithi153 bash[28288]: cluster 2023-11-08T02:44:02.365867+0000 mgr.smithi148.cvefzo (mgr.14180) 1125 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:44:03.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:03 smithi153 bash[28288]: audit 2023-11-08T02:44:02.370419+0000 mon.smithi148 (mon.0) 957 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:44:03.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:03 smithi153 bash[28288]: audit 2023-11-08T02:44:02.384580+0000 mon.smithi148 (mon.0) 958 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:44:03.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:03 smithi153 bash[28288]: cephadm 2023-11-08T02:44:02.387238+0000 mgr.smithi148.cvefzo (mgr.14180) 1126 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.gaqfrj on smithi153 2023-11-08T02:44:03.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:03 smithi153 bash[28288]: cluster 2023-11-08T02:44:03.068718+0000 mon.smithi148 (mon.0) 959 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:44:03.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:03 smithi153 bash[28288]: cluster 2023-11-08T02:44:03.068796+0000 mon.smithi148 (mon.0) 960 : cluster [INF] Cluster is now healthy 2023-11-08T02:44:04.134 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:44:05.706 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:05 smithi148 bash[24200]: cluster 2023-11-08T02:44:04.366789+0000 mgr.smithi148.cvefzo (mgr.14180) 1127 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:44:05.828 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:05 smithi153 bash[28288]: cluster 2023-11-08T02:44:04.366789+0000 mgr.smithi148.cvefzo (mgr.14180) 1127 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:44:06.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:06 smithi153 bash[28288]: audit 2023-11-08T02:44:06.331662+0000 mon.smithi148 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.gaqfrj"}]: dispatch 2023-11-08T02:44:06.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:06 smithi148 bash[24200]: audit 2023-11-08T02:44:06.331662+0000 mon.smithi148 (mon.0) 961 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.gaqfrj"}]: dispatch 2023-11-08T02:44:07.573 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:44:07.574 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:42:58.294498Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hgfvpz on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hgfvpz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hgfvpz\nDeploy daemon haproxy.nfs.foo.smithi153.hgfvpz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.034770Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.maoamx on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-maoamx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.maoamx\nDeploy daemon haproxy.nfs.foo.smithi148.maoamx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:43:02.038065Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.juhnhc on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:06.332924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gaqfrj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\nDeploy daemon haproxy.nfs.foo.smithi153.gaqfrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:44:07.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: cephadm 2023-11-08T02:44:06.330359+0000 mgr.smithi148.cvefzo (mgr.14180) 1128 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj 2023-11-08T02:44:07.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:44:07.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj 2023-11-08T02:44:07.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj 2023-11-08T02:44:07.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:44:07.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj 2023-11-08T02:44:07.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.gaqfrj ... 2023-11-08T02:44:07.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:07.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:44:07.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:44:07.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:44:07.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:07.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:44:07.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:44:07.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:44:07.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:44:07.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:44:07.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj 2023-11-08T02:44:07.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:44:07.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj 2023-11-08T02:44:07.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj 2023-11-08T02:44:07.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:44:07.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj 2023-11-08T02:44:07.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.gaqfrj ... 2023-11-08T02:44:07.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:07.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:44:07.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:44:07.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:44:07.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:07.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: cephadm 2023-11-08T02:44:06.330991+0000 mgr.smithi148.cvefzo (mgr.14180) 1129 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.gaqfrj 2023-11-08T02:44:07.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: cephadm 2023-11-08T02:44:06.333165+0000 mgr.smithi148.cvefzo (mgr.14180) 1130 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.gaqfrj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj 2023-11-08T02:44:07.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:44:07.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj 2023-11-08T02:44:07.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj 2023-11-08T02:44:07.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:44:07.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj 2023-11-08T02:44:07.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.gaqfrj ... 2023-11-08T02:44:07.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:07.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:44:07.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:44:07.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:44:07.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:07.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: cephadm 2023-11-08T02:44:06.337940+0000 mgr.smithi148.cvefzo (mgr.14180) 1131 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.mcqnsi on smithi148 2023-11-08T02:44:07.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:07 smithi148 bash[24200]: cluster 2023-11-08T02:44:06.367692+0000 mgr.smithi148.cvefzo (mgr.14180) 1132 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:44:07.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: cephadm 2023-11-08T02:44:06.330359+0000 mgr.smithi148.cvefzo (mgr.14180) 1128 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj 2023-11-08T02:44:07.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:44:07.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj 2023-11-08T02:44:07.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj 2023-11-08T02:44:07.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:44:07.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj 2023-11-08T02:44:07.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.gaqfrj ... 2023-11-08T02:44:07.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:07.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:44:07.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:44:07.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:44:07.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:07.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:44:07.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:44:07.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:44:07.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:44:07.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:44:07.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj 2023-11-08T02:44:07.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:44:07.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj 2023-11-08T02:44:07.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj 2023-11-08T02:44:07.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:44:07.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj 2023-11-08T02:44:07.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.gaqfrj ... 2023-11-08T02:44:07.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:07.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:44:07.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:44:07.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:44:07.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:07.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: cephadm 2023-11-08T02:44:06.330991+0000 mgr.smithi148.cvefzo (mgr.14180) 1129 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.gaqfrj 2023-11-08T02:44:07.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: cephadm 2023-11-08T02:44:06.333165+0000 mgr.smithi148.cvefzo (mgr.14180) 1130 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.gaqfrj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj 2023-11-08T02:44:07.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:44:07.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj 2023-11-08T02:44:07.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj 2023-11-08T02:44:07.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:44:07.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj 2023-11-08T02:44:07.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.gaqfrj ... 2023-11-08T02:44:07.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:07.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:44:07.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:44:07.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:44:07.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:07.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: cephadm 2023-11-08T02:44:06.337940+0000 mgr.smithi148.cvefzo (mgr.14180) 1131 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.mcqnsi on smithi148 2023-11-08T02:44:07.914 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:07 smithi153 bash[28288]: cluster 2023-11-08T02:44:06.367692+0000 mgr.smithi148.cvefzo (mgr.14180) 1132 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:44:08.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:44:08.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:08 smithi148 bash[24200]: audit 2023-11-08T02:44:07.567547+0000 mgr.smithi148.cvefzo (mgr.14180) 1133 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:08.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:08 smithi153 bash[28288]: audit 2023-11-08T02:44:07.567547+0000 mgr.smithi148.cvefzo (mgr.14180) 1133 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:09.463 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:44:09.757 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:09 smithi148 bash[24200]: cluster 2023-11-08T02:44:08.368316+0000 mgr.smithi148.cvefzo (mgr.14180) 1134 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:44:09.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:09 smithi153 bash[28288]: cluster 2023-11-08T02:44:08.368316+0000 mgr.smithi148.cvefzo (mgr.14180) 1134 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:44:11.147 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:10 smithi148 bash[24200]: audit 2023-11-08T02:44:09.858076+0000 mon.smithi148 (mon.0) 962 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:44:11.148 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:10 smithi148 bash[24200]: audit 2023-11-08T02:44:10.613811+0000 mon.smithi148 (mon.0) 963 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.mcqnsi"}]: dispatch 2023-11-08T02:44:11.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:10 smithi153 bash[28288]: audit 2023-11-08T02:44:09.858076+0000 mon.smithi148 (mon.0) 962 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:44:11.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:10 smithi153 bash[28288]: audit 2023-11-08T02:44:10.613811+0000 mon.smithi148 (mon.0) 963 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.mcqnsi"}]: dispatch 2023-11-08T02:44:12.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: cluster 2023-11-08T02:44:10.369209+0000 mgr.smithi148.cvefzo (mgr.14180) 1135 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:44:12.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: cephadm 2023-11-08T02:44:10.613072+0000 mgr.smithi148.cvefzo (mgr.14180) 1136 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi 2023-11-08T02:44:12.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:44:12.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi 2023-11-08T02:44:12.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi 2023-11-08T02:44:12.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:44:12.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi 2023-11-08T02:44:12.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.mcqnsi ... 2023-11-08T02:44:12.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:12.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:44:12.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:44:12.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:44:12.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:12.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:44:12.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:44:12.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:44:12.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:44:12.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:44:12.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi 2023-11-08T02:44:12.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:44:12.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi 2023-11-08T02:44:12.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi 2023-11-08T02:44:12.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:44:12.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi 2023-11-08T02:44:12.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.mcqnsi ... 2023-11-08T02:44:12.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:12.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:44:12.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:44:12.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:44:12.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:12.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: cephadm 2023-11-08T02:44:10.613350+0000 mgr.smithi148.cvefzo (mgr.14180) 1137 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.mcqnsi 2023-11-08T02:44:12.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: cephadm 2023-11-08T02:44:10.614945+0000 mgr.smithi148.cvefzo (mgr.14180) 1138 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.mcqnsi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi 2023-11-08T02:44:12.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:44:12.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi 2023-11-08T02:44:12.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi 2023-11-08T02:44:12.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:44:12.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi 2023-11-08T02:44:12.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.mcqnsi ... 2023-11-08T02:44:12.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:12.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:44:12.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:44:12.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:44:12.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:12.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: cephadm 2023-11-08T02:44:10.616885+0000 mgr.smithi148.cvefzo (mgr.14180) 1139 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.vikikx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:44:12.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: cephadm 2023-11-08T02:44:10.618573+0000 mgr.smithi148.cvefzo (mgr.14180) 1140 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:44:12.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: cluster 2023-11-08T02:44:10.619589+0000 mgr.smithi148.cvefzo (mgr.14180) 1141 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2023-11-08T02:44:12.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:11 smithi153 bash[28288]: cluster 2023-11-08T02:44:10.853865+0000 mon.smithi148 (mon.0) 964 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:44:12.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: cluster 2023-11-08T02:44:10.369209+0000 mgr.smithi148.cvefzo (mgr.14180) 1135 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:44:12.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: cephadm 2023-11-08T02:44:10.613072+0000 mgr.smithi148.cvefzo (mgr.14180) 1136 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi 2023-11-08T02:44:12.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:44:12.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi 2023-11-08T02:44:12.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi 2023-11-08T02:44:12.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:44:12.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi 2023-11-08T02:44:12.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.mcqnsi ... 2023-11-08T02:44:12.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:12.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:44:12.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:44:12.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:44:12.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:12.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:44:12.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:44:12.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:44:12.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:44:12.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:44:12.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi 2023-11-08T02:44:12.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:44:12.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi 2023-11-08T02:44:12.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi 2023-11-08T02:44:12.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:44:12.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi 2023-11-08T02:44:12.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.mcqnsi ... 2023-11-08T02:44:12.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:12.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:44:12.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:44:12.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:44:12.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:12.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: cephadm 2023-11-08T02:44:10.613350+0000 mgr.smithi148.cvefzo (mgr.14180) 1137 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.mcqnsi 2023-11-08T02:44:12.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: cephadm 2023-11-08T02:44:10.614945+0000 mgr.smithi148.cvefzo (mgr.14180) 1138 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.mcqnsi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi 2023-11-08T02:44:12.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:44:12.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi 2023-11-08T02:44:12.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi 2023-11-08T02:44:12.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:44:12.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi 2023-11-08T02:44:12.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.mcqnsi ... 2023-11-08T02:44:12.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:12.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:44:12.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:44:12.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:44:12.287 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:44:12.287 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: cephadm 2023-11-08T02:44:10.616885+0000 mgr.smithi148.cvefzo (mgr.14180) 1139 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.vikikx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:44:12.287 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: cephadm 2023-11-08T02:44:10.618573+0000 mgr.smithi148.cvefzo (mgr.14180) 1140 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:44:12.287 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: cluster 2023-11-08T02:44:10.619589+0000 mgr.smithi148.cvefzo (mgr.14180) 1141 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 239 B/s rd, 0 op/s 2023-11-08T02:44:12.287 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:11 smithi148 bash[24200]: cluster 2023-11-08T02:44:10.853865+0000 mon.smithi148 (mon.0) 964 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:44:13.062 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:44:13.062 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:06.332924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gaqfrj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\nDeploy daemon haproxy.nfs.foo.smithi153.gaqfrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.614791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mcqnsi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\nDeploy daemon haproxy.nfs.foo.smithi148.mcqnsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.616751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.vikikx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:44:13.547 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:13 smithi148 bash[24200]: cluster 2023-11-08T02:44:12.620828+0000 mgr.smithi148.cvefzo (mgr.14180) 1142 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:44:13.548 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:13 smithi148 bash[24200]: audit 2023-11-08T02:44:13.051710+0000 mgr.smithi148.cvefzo (mgr.14180) 1143 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:13.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:13 smithi153 bash[28288]: cluster 2023-11-08T02:44:12.620828+0000 mgr.smithi148.cvefzo (mgr.14180) 1142 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:44:13.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:13 smithi153 bash[28288]: audit 2023-11-08T02:44:13.051710+0000 mgr.smithi148.cvefzo (mgr.14180) 1143 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:13.791 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:44:14.793 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:44:16.012 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:15 smithi148 bash[24200]: cluster 2023-11-08T02:44:14.622052+0000 mgr.smithi148.cvefzo (mgr.14180) 1144 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:44:16.013 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:15 smithi148 bash[24200]: audit 2023-11-08T02:44:15.293254+0000 mon.smithi148 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:44:16.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:15 smithi153 bash[28288]: cluster 2023-11-08T02:44:14.622052+0000 mgr.smithi148.cvefzo (mgr.14180) 1144 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:44:16.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:15 smithi153 bash[28288]: audit 2023-11-08T02:44:15.293254+0000 mon.smithi148 (mon.0) 965 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:44:17.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:17 smithi148 bash[24200]: cluster 2023-11-08T02:44:16.623147+0000 mgr.smithi148.cvefzo (mgr.14180) 1145 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:44:17.899 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:44:17.899 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:06.332924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gaqfrj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\nDeploy daemon haproxy.nfs.foo.smithi153.gaqfrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.614791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mcqnsi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\nDeploy daemon haproxy.nfs.foo.smithi148.mcqnsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.616751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.vikikx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:44:18.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:17 smithi153 bash[28288]: cluster 2023-11-08T02:44:16.623147+0000 mgr.smithi148.cvefzo (mgr.14180) 1145 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:44:18.697 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:44:19.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:18 smithi148 bash[24200]: audit 2023-11-08T02:44:17.888946+0000 mgr.smithi148.cvefzo (mgr.14180) 1146 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:19.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:18 smithi153 bash[28288]: audit 2023-11-08T02:44:17.888946+0000 mgr.smithi148.cvefzo (mgr.14180) 1146 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:19.698 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:44:20.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:19 smithi148 bash[24200]: cluster 2023-11-08T02:44:18.624349+0000 mgr.smithi148.cvefzo (mgr.14180) 1147 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:44:20.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:19 smithi153 bash[28288]: cluster 2023-11-08T02:44:18.624349+0000 mgr.smithi148.cvefzo (mgr.14180) 1147 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:44:22.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:21 smithi148 bash[24200]: cluster 2023-11-08T02:44:20.625469+0000 mgr.smithi148.cvefzo (mgr.14180) 1148 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:44:22.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:21 smithi153 bash[28288]: cluster 2023-11-08T02:44:20.625469+0000 mgr.smithi148.cvefzo (mgr.14180) 1148 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:44:22.910 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:44:22.910 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:06.332924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gaqfrj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\nDeploy daemon haproxy.nfs.foo.smithi153.gaqfrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.614791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mcqnsi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\nDeploy daemon haproxy.nfs.foo.smithi148.mcqnsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.616751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.vikikx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:44:23.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:23 smithi148 bash[24200]: cluster 2023-11-08T02:44:22.626559+0000 mgr.smithi148.cvefzo (mgr.14180) 1149 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:23.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:23 smithi148 bash[24200]: audit 2023-11-08T02:44:22.905386+0000 mgr.smithi148.cvefzo (mgr.14180) 1150 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:23.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:23 smithi153 bash[28288]: cluster 2023-11-08T02:44:22.626559+0000 mgr.smithi148.cvefzo (mgr.14180) 1149 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:23.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:23 smithi153 bash[28288]: audit 2023-11-08T02:44:22.905386+0000 mgr.smithi148.cvefzo (mgr.14180) 1150 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:23.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:44:24.733 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:44:26.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:25 smithi153 bash[28288]: cluster 2023-11-08T02:44:24.627826+0000 mgr.smithi148.cvefzo (mgr.14180) 1151 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:26.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:25 smithi153 bash[28288]: audit 2023-11-08T02:44:24.857545+0000 mon.smithi148 (mon.0) 966 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:44:26.178 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:25 smithi148 bash[24200]: cluster 2023-11-08T02:44:24.627826+0000 mgr.smithi148.cvefzo (mgr.14180) 1151 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:26.179 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:25 smithi148 bash[24200]: audit 2023-11-08T02:44:24.857545+0000 mon.smithi148 (mon.0) 966 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:44:27.924 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:44:27.924 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:06.332924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gaqfrj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\nDeploy daemon haproxy.nfs.foo.smithi153.gaqfrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.614791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mcqnsi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\nDeploy daemon haproxy.nfs.foo.smithi148.mcqnsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.616751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.vikikx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:44:28.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:27 smithi153 bash[28288]: cluster 2023-11-08T02:44:26.628996+0000 mgr.smithi148.cvefzo (mgr.14180) 1152 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:28.170 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:27 smithi148 bash[24200]: cluster 2023-11-08T02:44:26.628996+0000 mgr.smithi148.cvefzo (mgr.14180) 1152 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:28.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:44:29.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:28 smithi148 bash[24200]: audit 2023-11-08T02:44:27.915718+0000 mgr.smithi148.cvefzo (mgr.14180) 1153 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:29.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:28 smithi153 bash[28288]: audit 2023-11-08T02:44:27.915718+0000 mgr.smithi148.cvefzo (mgr.14180) 1153 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:29.740 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:44:30.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:29 smithi148 bash[24200]: cluster 2023-11-08T02:44:28.630622+0000 mgr.smithi148.cvefzo (mgr.14180) 1154 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:44:30.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:29 smithi153 bash[28288]: cluster 2023-11-08T02:44:28.630622+0000 mgr.smithi148.cvefzo (mgr.14180) 1154 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:44:32.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:31 smithi148 bash[24200]: cluster 2023-11-08T02:44:30.631326+0000 mgr.smithi148.cvefzo (mgr.14180) 1155 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:32.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:31 smithi153 bash[28288]: cluster 2023-11-08T02:44:30.631326+0000 mgr.smithi148.cvefzo (mgr.14180) 1155 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:33.042 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:44:33.043 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:06.332924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gaqfrj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\nDeploy daemon haproxy.nfs.foo.smithi153.gaqfrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.614791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mcqnsi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\nDeploy daemon haproxy.nfs.foo.smithi148.mcqnsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.616751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.vikikx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:44:33.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:33 smithi148 bash[24200]: cluster 2023-11-08T02:44:32.632126+0000 mgr.smithi148.cvefzo (mgr.14180) 1156 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:33.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:33 smithi148 bash[24200]: audit 2023-11-08T02:44:33.033549+0000 mgr.smithi148.cvefzo (mgr.14180) 1157 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:33.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:33 smithi153 bash[28288]: cluster 2023-11-08T02:44:32.632126+0000 mgr.smithi148.cvefzo (mgr.14180) 1156 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:33.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:33 smithi153 bash[28288]: audit 2023-11-08T02:44:33.033549+0000 mgr.smithi148.cvefzo (mgr.14180) 1157 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:33.849 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:44:34.851 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:44:36.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:35 smithi148 bash[24200]: cluster 2023-11-08T02:44:34.633455+0000 mgr.smithi148.cvefzo (mgr.14180) 1158 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:36.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:35 smithi153 bash[28288]: cluster 2023-11-08T02:44:34.633455+0000 mgr.smithi148.cvefzo (mgr.14180) 1158 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:37.987 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:44:37.987 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:06.332924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gaqfrj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\nDeploy daemon haproxy.nfs.foo.smithi153.gaqfrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.614791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mcqnsi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\nDeploy daemon haproxy.nfs.foo.smithi148.mcqnsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.616751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.vikikx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:44:38.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:37 smithi148 bash[24200]: cluster 2023-11-08T02:44:36.634295+0000 mgr.smithi148.cvefzo (mgr.14180) 1159 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:38.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:37 smithi153 bash[28288]: cluster 2023-11-08T02:44:36.634295+0000 mgr.smithi148.cvefzo (mgr.14180) 1159 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:38.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:44:39.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:38 smithi148 bash[24200]: audit 2023-11-08T02:44:37.982464+0000 mgr.smithi148.cvefzo (mgr.14180) 1160 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:39.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:38 smithi153 bash[28288]: audit 2023-11-08T02:44:37.982464+0000 mgr.smithi148.cvefzo (mgr.14180) 1160 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:39.765 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:44:39.970 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:39 smithi148 bash[24200]: cluster 2023-11-08T02:44:38.635530+0000 mgr.smithi148.cvefzo (mgr.14180) 1161 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:44:40.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:39 smithi153 bash[28288]: cluster 2023-11-08T02:44:38.635530+0000 mgr.smithi148.cvefzo (mgr.14180) 1161 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:44:42.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:41 smithi148 bash[24200]: cluster 2023-11-08T02:44:40.636667+0000 mgr.smithi148.cvefzo (mgr.14180) 1162 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:42.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:41 smithi153 bash[28288]: cluster 2023-11-08T02:44:40.636667+0000 mgr.smithi148.cvefzo (mgr.14180) 1162 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:43.140 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:44:43.140 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:06.332924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gaqfrj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\nDeploy daemon haproxy.nfs.foo.smithi153.gaqfrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.614791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mcqnsi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\nDeploy daemon haproxy.nfs.foo.smithi148.mcqnsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.616751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.vikikx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:44:43.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:43 smithi148 bash[24200]: cluster 2023-11-08T02:44:42.637822+0000 mgr.smithi148.cvefzo (mgr.14180) 1163 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:43.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:43 smithi153 bash[28288]: cluster 2023-11-08T02:44:42.637822+0000 mgr.smithi148.cvefzo (mgr.14180) 1163 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:43.977 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:44:44.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:44 smithi153 bash[28288]: audit 2023-11-08T02:44:43.135849+0000 mgr.smithi148.cvefzo (mgr.14180) 1164 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:44.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:44 smithi148 bash[24200]: audit 2023-11-08T02:44:43.135849+0000 mgr.smithi148.cvefzo (mgr.14180) 1164 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:44.978 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:44:45.525 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:45 smithi148 bash[24200]: cluster 2023-11-08T02:44:44.639115+0000 mgr.smithi148.cvefzo (mgr.14180) 1165 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:45.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:45 smithi153 bash[28288]: cluster 2023-11-08T02:44:44.639115+0000 mgr.smithi148.cvefzo (mgr.14180) 1165 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:47.993 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:47 smithi148 bash[24200]: cluster 2023-11-08T02:44:46.639952+0000 mgr.smithi148.cvefzo (mgr.14180) 1166 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:48.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:47 smithi153 bash[28288]: cluster 2023-11-08T02:44:46.639952+0000 mgr.smithi148.cvefzo (mgr.14180) 1166 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:48.370 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:44:48.371 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:06.332924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gaqfrj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\nDeploy daemon haproxy.nfs.foo.smithi153.gaqfrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.614791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mcqnsi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\nDeploy daemon haproxy.nfs.foo.smithi148.mcqnsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.616751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.vikikx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:44:49.152 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:44:50.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:49 smithi148 bash[24200]: audit 2023-11-08T02:44:48.366541+0000 mgr.smithi148.cvefzo (mgr.14180) 1167 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:50.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:49 smithi148 bash[24200]: cluster 2023-11-08T02:44:48.641201+0000 mgr.smithi148.cvefzo (mgr.14180) 1168 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:44:50.153 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:44:50.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:49 smithi153 bash[28288]: audit 2023-11-08T02:44:48.366541+0000 mgr.smithi148.cvefzo (mgr.14180) 1167 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:50.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:49 smithi153 bash[28288]: cluster 2023-11-08T02:44:48.641201+0000 mgr.smithi148.cvefzo (mgr.14180) 1168 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:44:52.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:51 smithi148 bash[24200]: cluster 2023-11-08T02:44:50.642470+0000 mgr.smithi148.cvefzo (mgr.14180) 1169 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:52.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:51 smithi153 bash[28288]: cluster 2023-11-08T02:44:50.642470+0000 mgr.smithi148.cvefzo (mgr.14180) 1169 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:53.436 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:44:53.436 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:06.332924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gaqfrj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\nDeploy daemon haproxy.nfs.foo.smithi153.gaqfrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.614791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mcqnsi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\nDeploy daemon haproxy.nfs.foo.smithi148.mcqnsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.616751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.vikikx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:44:53.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:53 smithi153 bash[28288]: cluster 2023-11-08T02:44:52.643130+0000 mgr.smithi148.cvefzo (mgr.14180) 1170 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:53.667 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:53 smithi148 bash[24200]: cluster 2023-11-08T02:44:52.643130+0000 mgr.smithi148.cvefzo (mgr.14180) 1170 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:54.235 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:44:54.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:54 smithi148 bash[24200]: audit 2023-11-08T02:44:53.427446+0000 mgr.smithi148.cvefzo (mgr.14180) 1171 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:54.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:54 smithi153 bash[28288]: audit 2023-11-08T02:44:53.427446+0000 mgr.smithi148.cvefzo (mgr.14180) 1171 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:44:55.236 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:44:55.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:55 smithi148 bash[24200]: cluster 2023-11-08T02:44:54.644279+0000 mgr.smithi148.cvefzo (mgr.14180) 1172 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:55.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:55 smithi153 bash[28288]: cluster 2023-11-08T02:44:54.644279+0000 mgr.smithi148.cvefzo (mgr.14180) 1172 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:57.978 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:57 smithi148 bash[24200]: cluster 2023-11-08T02:44:56.644967+0000 mgr.smithi148.cvefzo (mgr.14180) 1173 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:58.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:57 smithi153 bash[28288]: cluster 2023-11-08T02:44:56.644967+0000 mgr.smithi148.cvefzo (mgr.14180) 1173 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:44:58.373 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:44:58.373 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:06.332924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gaqfrj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\nDeploy daemon haproxy.nfs.foo.smithi153.gaqfrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.614791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mcqnsi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\nDeploy daemon haproxy.nfs.foo.smithi148.mcqnsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.616751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.vikikx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:44:59.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:45:00.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:59 smithi148 bash[24200]: audit 2023-11-08T02:44:58.368232+0000 mgr.smithi148.cvefzo (mgr.14180) 1174 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:00.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:44:59 smithi148 bash[24200]: cluster 2023-11-08T02:44:58.645812+0000 mgr.smithi148.cvefzo (mgr.14180) 1175 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:45:00.138 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:45:00.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:59 smithi153 bash[28288]: audit 2023-11-08T02:44:58.368232+0000 mgr.smithi148.cvefzo (mgr.14180) 1174 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:00.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:44:59 smithi153 bash[28288]: cluster 2023-11-08T02:44:58.645812+0000 mgr.smithi148.cvefzo (mgr.14180) 1175 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:45:01.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:01 smithi148 bash[24200]: cluster 2023-11-08T02:45:00.646566+0000 mgr.smithi148.cvefzo (mgr.14180) 1176 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:02.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:01 smithi153 bash[28288]: cluster 2023-11-08T02:45:00.646566+0000 mgr.smithi148.cvefzo (mgr.14180) 1176 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:03.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:03 smithi148 bash[24200]: cluster 2023-11-08T02:45:02.647745+0000 mgr.smithi148.cvefzo (mgr.14180) 1177 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:03.621 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:45:03.622 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:06.332924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gaqfrj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\nDeploy daemon haproxy.nfs.foo.smithi153.gaqfrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.614791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mcqnsi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\nDeploy daemon haproxy.nfs.foo.smithi148.mcqnsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.616751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.vikikx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:45:03.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:03 smithi153 bash[28288]: cluster 2023-11-08T02:45:02.647745+0000 mgr.smithi148.cvefzo (mgr.14180) 1177 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:04.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:45:04.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:04 smithi153 bash[28288]: audit 2023-11-08T02:45:03.613120+0000 mgr.smithi148.cvefzo (mgr.14180) 1178 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:04.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:04 smithi148 bash[24200]: audit 2023-11-08T02:45:03.613120+0000 mgr.smithi148.cvefzo (mgr.14180) 1178 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:05.439 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:45:05.642 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:05 smithi148 bash[24200]: cluster 2023-11-08T02:45:04.648885+0000 mgr.smithi148.cvefzo (mgr.14180) 1179 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:05.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:05 smithi153 bash[28288]: cluster 2023-11-08T02:45:04.648885+0000 mgr.smithi148.cvefzo (mgr.14180) 1179 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:07.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:07 smithi148 bash[24200]: cluster 2023-11-08T02:45:06.649684+0000 mgr.smithi148.cvefzo (mgr.14180) 1180 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:08.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:07 smithi153 bash[28288]: cluster 2023-11-08T02:45:06.649684+0000 mgr.smithi148.cvefzo (mgr.14180) 1180 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:08.719 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:45:08.719 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:06.332924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gaqfrj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\nDeploy daemon haproxy.nfs.foo.smithi153.gaqfrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.614791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mcqnsi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\nDeploy daemon haproxy.nfs.foo.smithi148.mcqnsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.616751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.vikikx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:45:09.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:45:09.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:09 smithi148 bash[24200]: cluster 2023-11-08T02:45:08.650465+0000 mgr.smithi148.cvefzo (mgr.14180) 1181 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:45:09.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:09 smithi148 bash[24200]: audit 2023-11-08T02:45:08.710488+0000 mgr.smithi148.cvefzo (mgr.14180) 1182 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:10.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:09 smithi153 bash[28288]: cluster 2023-11-08T02:45:08.650465+0000 mgr.smithi148.cvefzo (mgr.14180) 1181 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:45:10.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:09 smithi153 bash[28288]: audit 2023-11-08T02:45:08.710488+0000 mgr.smithi148.cvefzo (mgr.14180) 1182 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:10.482 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:45:10.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:10 smithi148 bash[24200]: audit 2023-11-08T02:45:10.623112+0000 mon.smithi148 (mon.0) 967 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:45:11.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:10 smithi153 bash[28288]: audit 2023-11-08T02:45:10.623112+0000 mon.smithi148 (mon.0) 967 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:45:11.956 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:11 smithi148 bash[24200]: cluster 2023-11-08T02:45:10.651536+0000 mgr.smithi148.cvefzo (mgr.14180) 1183 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:11.956 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:11 smithi148 bash[24200]: audit 2023-11-08T02:45:10.927768+0000 mon.smithi148 (mon.0) 968 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:45:11.956 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:11 smithi148 bash[24200]: audit 2023-11-08T02:45:10.928815+0000 mon.smithi148 (mon.0) 969 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:45:11.957 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:11 smithi148 bash[24200]: audit 2023-11-08T02:45:10.936442+0000 mon.smithi148 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:45:11.957 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:11 smithi148 bash[24200]: cluster 2023-11-08T02:45:10.937056+0000 mgr.smithi148.cvefzo (mgr.14180) 1184 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:45:11.957 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:11 smithi148 bash[24200]: audit 2023-11-08T02:45:10.942067+0000 mon.smithi148 (mon.0) 971 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:45:11.957 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:11 smithi148 bash[24200]: audit 2023-11-08T02:45:10.954857+0000 mon.smithi148 (mon.0) 972 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:45:11.957 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:11 smithi148 bash[24200]: cephadm 2023-11-08T02:45:10.958139+0000 mgr.smithi148.cvefzo (mgr.14180) 1185 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.oyxvlg on smithi153 2023-11-08T02:45:12.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:11 smithi153 bash[28288]: cluster 2023-11-08T02:45:10.651536+0000 mgr.smithi148.cvefzo (mgr.14180) 1183 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:12.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:11 smithi153 bash[28288]: audit 2023-11-08T02:45:10.927768+0000 mon.smithi148 (mon.0) 968 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:45:12.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:11 smithi153 bash[28288]: audit 2023-11-08T02:45:10.928815+0000 mon.smithi148 (mon.0) 969 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:45:12.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:11 smithi153 bash[28288]: audit 2023-11-08T02:45:10.936442+0000 mon.smithi148 (mon.0) 970 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:45:12.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:11 smithi153 bash[28288]: cluster 2023-11-08T02:45:10.937056+0000 mgr.smithi148.cvefzo (mgr.14180) 1184 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:45:12.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:11 smithi153 bash[28288]: audit 2023-11-08T02:45:10.942067+0000 mon.smithi148 (mon.0) 971 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:45:12.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:11 smithi153 bash[28288]: audit 2023-11-08T02:45:10.954857+0000 mon.smithi148 (mon.0) 972 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:45:12.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:11 smithi153 bash[28288]: cephadm 2023-11-08T02:45:10.958139+0000 mgr.smithi148.cvefzo (mgr.14180) 1185 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.oyxvlg on smithi153 2023-11-08T02:45:13.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:12 smithi148 bash[24200]: cluster 2023-11-08T02:45:11.934184+0000 mon.smithi148 (mon.0) 973 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:45:13.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:12 smithi148 bash[24200]: cluster 2023-11-08T02:45:11.934251+0000 mon.smithi148 (mon.0) 974 : cluster [INF] Cluster is now healthy 2023-11-08T02:45:13.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:12 smithi153 bash[28288]: cluster 2023-11-08T02:45:11.934184+0000 mon.smithi148 (mon.0) 973 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:45:13.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:12 smithi153 bash[28288]: cluster 2023-11-08T02:45:11.934251+0000 mon.smithi148 (mon.0) 974 : cluster [INF] Cluster is now healthy 2023-11-08T02:45:13.731 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:45:13.731 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:43:02.040874Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.udfuqd on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:06.332924Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.gaqfrj on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-gaqfrj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.gaqfrj\nDeploy daemon haproxy.nfs.foo.smithi153.gaqfrj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.614791Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mcqnsi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mcqnsi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mcqnsi\nDeploy daemon haproxy.nfs.foo.smithi148.mcqnsi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:44:10.616751Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.vikikx on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:45:14.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:13 smithi148 bash[24200]: cluster 2023-11-08T02:45:12.937629+0000 mgr.smithi148.cvefzo (mgr.14180) 1186 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:45:14.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:13 smithi153 bash[28288]: cluster 2023-11-08T02:45:12.937629+0000 mgr.smithi148.cvefzo (mgr.14180) 1186 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:45:14.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:45:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:14 smithi148 bash[24200]: audit 2023-11-08T02:45:13.721354+0000 mgr.smithi148.cvefzo (mgr.14180) 1187 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:15.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:14 smithi153 bash[28288]: audit 2023-11-08T02:45:13.721354+0000 mgr.smithi148.cvefzo (mgr.14180) 1187 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:15.500 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:45:15.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: cephadm 2023-11-08T02:45:14.911633+0000 mgr.smithi148.cvefzo (mgr.14180) 1188 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg 2023-11-08T02:45:15.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:45:15.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg 2023-11-08T02:45:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg 2023-11-08T02:45:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:45:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg 2023-11-08T02:45:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.oyxvlg ... 2023-11-08T02:45:15.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:15.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:45:15.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:45:15.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:45:15.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:15.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:45:15.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:45:15.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:45:15.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:45:15.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:45:15.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg 2023-11-08T02:45:15.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:45:15.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg 2023-11-08T02:45:15.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg 2023-11-08T02:45:15.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:45:15.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg 2023-11-08T02:45:15.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.oyxvlg ... 2023-11-08T02:45:15.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:15.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:45:15.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:45:15.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:45:15.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:15.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: cephadm 2023-11-08T02:45:14.911968+0000 mgr.smithi148.cvefzo (mgr.14180) 1189 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.oyxvlg 2023-11-08T02:45:15.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: audit 2023-11-08T02:45:14.912377+0000 mon.smithi148 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.oyxvlg"}]: dispatch 2023-11-08T02:45:15.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: cephadm 2023-11-08T02:45:14.913404+0000 mgr.smithi148.cvefzo (mgr.14180) 1190 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.oyxvlg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg 2023-11-08T02:45:15.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:45:15.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg 2023-11-08T02:45:15.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg 2023-11-08T02:45:15.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:45:15.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg 2023-11-08T02:45:15.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.oyxvlg ... 2023-11-08T02:45:15.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:15.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:45:15.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:45:15.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:45:15.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:15.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: cephadm 2023-11-08T02:45:14.916103+0000 mgr.smithi148.cvefzo (mgr.14180) 1191 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.wxflfg on smithi148 2023-11-08T02:45:15.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:15 smithi148 bash[24200]: cluster 2023-11-08T02:45:14.938389+0000 mgr.smithi148.cvefzo (mgr.14180) 1192 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:45:16.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: cephadm 2023-11-08T02:45:14.911633+0000 mgr.smithi148.cvefzo (mgr.14180) 1188 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg 2023-11-08T02:45:16.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:45:16.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg 2023-11-08T02:45:16.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg 2023-11-08T02:45:16.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:45:16.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg 2023-11-08T02:45:16.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.oyxvlg ... 2023-11-08T02:45:16.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:16.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:45:16.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:45:16.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:45:16.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:16.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:45:16.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:45:16.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:45:16.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:45:16.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:45:16.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg 2023-11-08T02:45:16.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:45:16.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg 2023-11-08T02:45:16.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg 2023-11-08T02:45:16.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:45:16.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg 2023-11-08T02:45:16.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.oyxvlg ... 2023-11-08T02:45:16.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:16.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:45:16.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:45:16.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:45:16.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:16.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: cephadm 2023-11-08T02:45:14.911968+0000 mgr.smithi148.cvefzo (mgr.14180) 1189 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.oyxvlg 2023-11-08T02:45:16.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: audit 2023-11-08T02:45:14.912377+0000 mon.smithi148 (mon.0) 975 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.oyxvlg"}]: dispatch 2023-11-08T02:45:16.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: cephadm 2023-11-08T02:45:14.913404+0000 mgr.smithi148.cvefzo (mgr.14180) 1190 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.oyxvlg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg 2023-11-08T02:45:16.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:45:16.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg 2023-11-08T02:45:16.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg 2023-11-08T02:45:16.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:45:16.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg 2023-11-08T02:45:16.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.oyxvlg ... 2023-11-08T02:45:16.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:16.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:45:16.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:45:16.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:45:16.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:16.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: cephadm 2023-11-08T02:45:14.916103+0000 mgr.smithi148.cvefzo (mgr.14180) 1191 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.wxflfg on smithi148 2023-11-08T02:45:16.163 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:15 smithi153 bash[28288]: cluster 2023-11-08T02:45:14.938389+0000 mgr.smithi148.cvefzo (mgr.14180) 1192 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:45:18.269 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:17 smithi148 bash[24200]: cluster 2023-11-08T02:45:16.939360+0000 mgr.smithi148.cvefzo (mgr.14180) 1193 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2023-11-08T02:45:18.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:17 smithi153 bash[28288]: cluster 2023-11-08T02:45:16.939360+0000 mgr.smithi148.cvefzo (mgr.14180) 1193 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2023-11-08T02:45:18.834 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:45:18.835 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:14.913238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oyxvlg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\nDeploy daemon haproxy.nfs.foo.smithi153.oyxvlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.708987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wxflfg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\nDeploy daemon haproxy.nfs.foo.smithi148.wxflfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.712417Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ygqjgh on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:45:19.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:19 smithi148 bash[24200]: audit 2023-11-08T02:45:18.707928+0000 mon.smithi148 (mon.0) 976 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.wxflfg"}]: dispatch 2023-11-08T02:45:19.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:19 smithi153 bash[28288]: audit 2023-11-08T02:45:18.707928+0000 mon.smithi148 (mon.0) 976 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.wxflfg"}]: dispatch 2023-11-08T02:45:19.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:45:20.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: cephadm 2023-11-08T02:45:18.706838+0000 mgr.smithi148.cvefzo (mgr.14180) 1194 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg 2023-11-08T02:45:20.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:45:20.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg 2023-11-08T02:45:20.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg 2023-11-08T02:45:20.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:45:20.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg 2023-11-08T02:45:20.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.wxflfg ... 2023-11-08T02:45:20.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:20.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:45:20.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:45:20.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:45:20.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:20.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:45:20.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:45:20.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:45:20.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:45:20.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:45:20.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg 2023-11-08T02:45:20.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:45:20.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg 2023-11-08T02:45:20.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg 2023-11-08T02:45:20.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:45:20.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg 2023-11-08T02:45:20.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.wxflfg ... 2023-11-08T02:45:20.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:20.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:45:20.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:45:20.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:45:20.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:20.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: cephadm 2023-11-08T02:45:18.707394+0000 mgr.smithi148.cvefzo (mgr.14180) 1195 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.wxflfg 2023-11-08T02:45:20.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: cephadm 2023-11-08T02:45:18.709201+0000 mgr.smithi148.cvefzo (mgr.14180) 1196 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.wxflfg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg 2023-11-08T02:45:20.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:45:20.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg 2023-11-08T02:45:20.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg 2023-11-08T02:45:20.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:45:20.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg 2023-11-08T02:45:20.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.wxflfg ... 2023-11-08T02:45:20.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:20.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:45:20.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:45:20.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:45:20.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:20.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: cephadm 2023-11-08T02:45:18.712584+0000 mgr.smithi148.cvefzo (mgr.14180) 1197 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.ygqjgh on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:45:20.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: cephadm 2023-11-08T02:45:18.715108+0000 mgr.smithi148.cvefzo (mgr.14180) 1198 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:45:20.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: cluster 2023-11-08T02:45:18.716115+0000 mgr.smithi148.cvefzo (mgr.14180) 1199 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:45:20.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: audit 2023-11-08T02:45:18.824253+0000 mgr.smithi148.cvefzo (mgr.14180) 1200 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:20.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:20 smithi148 bash[24200]: cluster 2023-11-08T02:45:18.996575+0000 mon.smithi148 (mon.0) 977 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:45:20.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: cephadm 2023-11-08T02:45:18.706838+0000 mgr.smithi148.cvefzo (mgr.14180) 1194 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg 2023-11-08T02:45:20.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:45:20.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg 2023-11-08T02:45:20.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg 2023-11-08T02:45:20.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:45:20.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg 2023-11-08T02:45:20.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.wxflfg ... 2023-11-08T02:45:20.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:20.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:45:20.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:45:20.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:45:20.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:20.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:45:20.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:45:20.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:45:20.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:45:20.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:45:20.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg 2023-11-08T02:45:20.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:45:20.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg 2023-11-08T02:45:20.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg 2023-11-08T02:45:20.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:45:20.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg 2023-11-08T02:45:20.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.wxflfg ... 2023-11-08T02:45:20.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:20.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:45:20.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:45:20.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:45:20.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:20.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: cephadm 2023-11-08T02:45:18.707394+0000 mgr.smithi148.cvefzo (mgr.14180) 1195 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.wxflfg 2023-11-08T02:45:20.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: cephadm 2023-11-08T02:45:18.709201+0000 mgr.smithi148.cvefzo (mgr.14180) 1196 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.wxflfg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg 2023-11-08T02:45:20.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:45:20.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg 2023-11-08T02:45:20.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg 2023-11-08T02:45:20.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:45:20.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg 2023-11-08T02:45:20.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.wxflfg ... 2023-11-08T02:45:20.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:20.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:45:20.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:45:20.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:45:20.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:45:20.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: cephadm 2023-11-08T02:45:18.712584+0000 mgr.smithi148.cvefzo (mgr.14180) 1197 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.ygqjgh on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:45:20.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: cephadm 2023-11-08T02:45:18.715108+0000 mgr.smithi148.cvefzo (mgr.14180) 1198 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:45:20.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: cluster 2023-11-08T02:45:18.716115+0000 mgr.smithi148.cvefzo (mgr.14180) 1199 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:45:20.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: audit 2023-11-08T02:45:18.824253+0000 mgr.smithi148.cvefzo (mgr.14180) 1200 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:20.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:20 smithi153 bash[28288]: cluster 2023-11-08T02:45:18.996575+0000 mon.smithi148 (mon.0) 977 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:45:20.682 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:45:21.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:21 smithi148 bash[24200]: audit 2023-11-08T02:45:20.340700+0000 mon.smithi148 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:45:21.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:21 smithi148 bash[24200]: cluster 2023-11-08T02:45:20.717348+0000 mgr.smithi148.cvefzo (mgr.14180) 1201 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:45:21.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:21 smithi153 bash[28288]: audit 2023-11-08T02:45:20.340700+0000 mon.smithi148 (mon.0) 978 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:45:21.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:21 smithi153 bash[28288]: cluster 2023-11-08T02:45:20.717348+0000 mgr.smithi148.cvefzo (mgr.14180) 1201 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:45:23.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:23 smithi153 bash[28288]: cluster 2023-11-08T02:45:22.718667+0000 mgr.smithi148.cvefzo (mgr.14180) 1202 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-11-08T02:45:23.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:23 smithi148 bash[24200]: cluster 2023-11-08T02:45:22.718667+0000 mgr.smithi148.cvefzo (mgr.14180) 1202 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-11-08T02:45:23.973 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:45:23.973 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:14.913238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oyxvlg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\nDeploy daemon haproxy.nfs.foo.smithi153.oyxvlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.708987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wxflfg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\nDeploy daemon haproxy.nfs.foo.smithi148.wxflfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.712417Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ygqjgh on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:45:24.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:24 smithi148 bash[24200]: audit 2023-11-08T02:45:23.963812+0000 mgr.smithi148.cvefzo (mgr.14180) 1203 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:24.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:24 smithi153 bash[28288]: audit 2023-11-08T02:45:23.963812+0000 mgr.smithi148.cvefzo (mgr.14180) 1203 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:24.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:45:25.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:25 smithi153 bash[28288]: cluster 2023-11-08T02:45:24.719739+0000 mgr.smithi148.cvefzo (mgr.14180) 1204 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-11-08T02:45:25.735 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:45:25.747 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:25 smithi148 bash[24200]: cluster 2023-11-08T02:45:24.719739+0000 mgr.smithi148.cvefzo (mgr.14180) 1204 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-11-08T02:45:28.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:27 smithi148 bash[24200]: cluster 2023-11-08T02:45:26.720878+0000 mgr.smithi148.cvefzo (mgr.14180) 1205 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-11-08T02:45:28.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:27 smithi153 bash[28288]: cluster 2023-11-08T02:45:26.720878+0000 mgr.smithi148.cvefzo (mgr.14180) 1205 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-11-08T02:45:28.941 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:45:28.941 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:14.913238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oyxvlg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\nDeploy daemon haproxy.nfs.foo.smithi153.oyxvlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.708987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wxflfg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\nDeploy daemon haproxy.nfs.foo.smithi148.wxflfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.712417Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ygqjgh on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:45:29.675 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:45:30.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:29 smithi148 bash[24200]: cluster 2023-11-08T02:45:28.722126+0000 mgr.smithi148.cvefzo (mgr.14180) 1206 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-11-08T02:45:30.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:29 smithi148 bash[24200]: audit 2023-11-08T02:45:28.936733+0000 mgr.smithi148.cvefzo (mgr.14180) 1207 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:30.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:29 smithi153 bash[28288]: cluster 2023-11-08T02:45:28.722126+0000 mgr.smithi148.cvefzo (mgr.14180) 1206 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2023-11-08T02:45:30.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:29 smithi153 bash[28288]: audit 2023-11-08T02:45:28.936733+0000 mgr.smithi148.cvefzo (mgr.14180) 1207 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:30.677 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:45:32.092 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:31 smithi148 bash[24200]: cluster 2023-11-08T02:45:30.723345+0000 mgr.smithi148.cvefzo (mgr.14180) 1208 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:32.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:31 smithi153 bash[28288]: cluster 2023-11-08T02:45:30.723345+0000 mgr.smithi148.cvefzo (mgr.14180) 1208 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:33.630 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:33 smithi148 bash[24200]: cluster 2023-11-08T02:45:32.724556+0000 mgr.smithi148.cvefzo (mgr.14180) 1209 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:33.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:33 smithi153 bash[28288]: cluster 2023-11-08T02:45:32.724556+0000 mgr.smithi148.cvefzo (mgr.14180) 1209 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:33.982 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:45:33.982 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:14.913238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oyxvlg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\nDeploy daemon haproxy.nfs.foo.smithi153.oyxvlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.708987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wxflfg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\nDeploy daemon haproxy.nfs.foo.smithi148.wxflfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.712417Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ygqjgh on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:45:34.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:34 smithi148 bash[24200]: audit 2023-11-08T02:45:33.972811+0000 mgr.smithi148.cvefzo (mgr.14180) 1210 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:34.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:34 smithi153 bash[28288]: audit 2023-11-08T02:45:33.972811+0000 mgr.smithi148.cvefzo (mgr.14180) 1210 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:34.821 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:45:35.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:35 smithi153 bash[28288]: cluster 2023-11-08T02:45:34.725703+0000 mgr.smithi148.cvefzo (mgr.14180) 1211 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:35.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:35 smithi148 bash[24200]: cluster 2023-11-08T02:45:34.725703+0000 mgr.smithi148.cvefzo (mgr.14180) 1211 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:35.822 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:45:38.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:37 smithi148 bash[24200]: cluster 2023-11-08T02:45:36.726699+0000 mgr.smithi148.cvefzo (mgr.14180) 1212 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:38.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:37 smithi153 bash[28288]: cluster 2023-11-08T02:45:36.726699+0000 mgr.smithi148.cvefzo (mgr.14180) 1212 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:38.876 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:45:38.876 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:14.913238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oyxvlg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\nDeploy daemon haproxy.nfs.foo.smithi153.oyxvlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.708987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wxflfg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\nDeploy daemon haproxy.nfs.foo.smithi148.wxflfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.712417Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ygqjgh on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:45:39.592 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:45:40.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:39 smithi148 bash[24200]: cluster 2023-11-08T02:45:38.727806+0000 mgr.smithi148.cvefzo (mgr.14180) 1213 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:45:40.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:39 smithi148 bash[24200]: audit 2023-11-08T02:45:38.867021+0000 mgr.smithi148.cvefzo (mgr.14180) 1214 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:40.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:39 smithi153 bash[28288]: cluster 2023-11-08T02:45:38.727806+0000 mgr.smithi148.cvefzo (mgr.14180) 1213 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:45:40.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:39 smithi153 bash[28288]: audit 2023-11-08T02:45:38.867021+0000 mgr.smithi148.cvefzo (mgr.14180) 1214 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:40.593 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:45:42.017 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:41 smithi148 bash[24200]: cluster 2023-11-08T02:45:40.728904+0000 mgr.smithi148.cvefzo (mgr.14180) 1215 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:42.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:41 smithi153 bash[28288]: cluster 2023-11-08T02:45:40.728904+0000 mgr.smithi148.cvefzo (mgr.14180) 1215 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:43.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:43 smithi148 bash[24200]: cluster 2023-11-08T02:45:42.730381+0000 mgr.smithi148.cvefzo (mgr.14180) 1216 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:43.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:43 smithi153 bash[28288]: cluster 2023-11-08T02:45:42.730381+0000 mgr.smithi148.cvefzo (mgr.14180) 1216 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:43.676 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:45:43.676 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:14.913238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oyxvlg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\nDeploy daemon haproxy.nfs.foo.smithi153.oyxvlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.708987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wxflfg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\nDeploy daemon haproxy.nfs.foo.smithi148.wxflfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.712417Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ygqjgh on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:45:44.490 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:45:44.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:44 smithi153 bash[28288]: audit 2023-11-08T02:45:43.667351+0000 mgr.smithi148.cvefzo (mgr.14180) 1217 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:44.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:44 smithi148 bash[24200]: audit 2023-11-08T02:45:43.667351+0000 mgr.smithi148.cvefzo (mgr.14180) 1217 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:45.492 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:45:45.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:45 smithi153 bash[28288]: cluster 2023-11-08T02:45:44.731598+0000 mgr.smithi148.cvefzo (mgr.14180) 1218 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:45.692 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:45 smithi148 bash[24200]: cluster 2023-11-08T02:45:44.731598+0000 mgr.smithi148.cvefzo (mgr.14180) 1218 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:48.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:47 smithi148 bash[24200]: cluster 2023-11-08T02:45:46.732513+0000 mgr.smithi148.cvefzo (mgr.14180) 1219 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:48.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:47 smithi153 bash[28288]: cluster 2023-11-08T02:45:46.732513+0000 mgr.smithi148.cvefzo (mgr.14180) 1219 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:48.719 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:45:48.720 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:14.913238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oyxvlg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\nDeploy daemon haproxy.nfs.foo.smithi153.oyxvlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.708987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wxflfg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\nDeploy daemon haproxy.nfs.foo.smithi148.wxflfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.712417Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ygqjgh on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:45:49.453 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:45:50.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:49 smithi153 bash[28288]: audit 2023-11-08T02:45:48.710303+0000 mgr.smithi148.cvefzo (mgr.14180) 1220 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:50.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:49 smithi153 bash[28288]: cluster 2023-11-08T02:45:48.733586+0000 mgr.smithi148.cvefzo (mgr.14180) 1221 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:45:50.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:49 smithi148 bash[24200]: audit 2023-11-08T02:45:48.710303+0000 mgr.smithi148.cvefzo (mgr.14180) 1220 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:50.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:49 smithi148 bash[24200]: cluster 2023-11-08T02:45:48.733586+0000 mgr.smithi148.cvefzo (mgr.14180) 1221 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:45:50.454 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:45:52.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:51 smithi153 bash[28288]: cluster 2023-11-08T02:45:50.734809+0000 mgr.smithi148.cvefzo (mgr.14180) 1222 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:52.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:51 smithi148 bash[24200]: cluster 2023-11-08T02:45:50.734809+0000 mgr.smithi148.cvefzo (mgr.14180) 1222 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:53.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:53 smithi148 bash[24200]: cluster 2023-11-08T02:45:52.736010+0000 mgr.smithi148.cvefzo (mgr.14180) 1223 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:53.592 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:45:53.593 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:14.913238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oyxvlg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\nDeploy daemon haproxy.nfs.foo.smithi153.oyxvlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.708987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wxflfg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\nDeploy daemon haproxy.nfs.foo.smithi148.wxflfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.712417Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ygqjgh on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:45:53.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:53 smithi153 bash[28288]: cluster 2023-11-08T02:45:52.736010+0000 mgr.smithi148.cvefzo (mgr.14180) 1223 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:54.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:45:54.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:54 smithi153 bash[28288]: audit 2023-11-08T02:45:53.583710+0000 mgr.smithi148.cvefzo (mgr.14180) 1224 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:54.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:54 smithi148 bash[24200]: audit 2023-11-08T02:45:53.583710+0000 mgr.smithi148.cvefzo (mgr.14180) 1224 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:45:55.339 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:45:55.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:55 smithi153 bash[28288]: cluster 2023-11-08T02:45:54.737226+0000 mgr.smithi148.cvefzo (mgr.14180) 1225 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:55.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:55 smithi148 bash[24200]: cluster 2023-11-08T02:45:54.737226+0000 mgr.smithi148.cvefzo (mgr.14180) 1225 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:58.072 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:57 smithi148 bash[24200]: cluster 2023-11-08T02:45:56.738340+0000 mgr.smithi148.cvefzo (mgr.14180) 1226 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:58.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:57 smithi153 bash[28288]: cluster 2023-11-08T02:45:56.738340+0000 mgr.smithi148.cvefzo (mgr.14180) 1226 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:45:58.512 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:45:58.512 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:14.913238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oyxvlg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\nDeploy daemon haproxy.nfs.foo.smithi153.oyxvlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.708987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wxflfg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\nDeploy daemon haproxy.nfs.foo.smithi148.wxflfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.712417Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ygqjgh on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:45:59.278 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:46:00.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:59 smithi153 bash[28288]: audit 2023-11-08T02:45:58.503744+0000 mgr.smithi148.cvefzo (mgr.14180) 1227 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:00.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:45:59 smithi153 bash[28288]: cluster 2023-11-08T02:45:58.739604+0000 mgr.smithi148.cvefzo (mgr.14180) 1228 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:46:00.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:59 smithi148 bash[24200]: audit 2023-11-08T02:45:58.503744+0000 mgr.smithi148.cvefzo (mgr.14180) 1227 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:00.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:45:59 smithi148 bash[24200]: cluster 2023-11-08T02:45:58.739604+0000 mgr.smithi148.cvefzo (mgr.14180) 1228 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:46:00.279 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:46:02.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:01 smithi148 bash[24200]: cluster 2023-11-08T02:46:00.740751+0000 mgr.smithi148.cvefzo (mgr.14180) 1229 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:02.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:01 smithi153 bash[28288]: cluster 2023-11-08T02:46:00.740751+0000 mgr.smithi148.cvefzo (mgr.14180) 1229 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:03.463 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:46:03.464 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:14.913238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oyxvlg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\nDeploy daemon haproxy.nfs.foo.smithi153.oyxvlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.708987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wxflfg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\nDeploy daemon haproxy.nfs.foo.smithi148.wxflfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.712417Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ygqjgh on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:46:03.647 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:03 smithi148 bash[24200]: cluster 2023-11-08T02:46:02.741974+0000 mgr.smithi148.cvefzo (mgr.14180) 1230 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:03.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:03 smithi153 bash[28288]: cluster 2023-11-08T02:46:02.741974+0000 mgr.smithi148.cvefzo (mgr.14180) 1230 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:04.243 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:46:04.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:04 smithi148 bash[24200]: audit 2023-11-08T02:46:03.453074+0000 mgr.smithi148.cvefzo (mgr.14180) 1231 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:04.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:04 smithi153 bash[28288]: audit 2023-11-08T02:46:03.453074+0000 mgr.smithi148.cvefzo (mgr.14180) 1231 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:05.245 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:46:05.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:05 smithi148 bash[24200]: cluster 2023-11-08T02:46:04.743203+0000 mgr.smithi148.cvefzo (mgr.14180) 1232 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:05.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:05 smithi153 bash[28288]: cluster 2023-11-08T02:46:04.743203+0000 mgr.smithi148.cvefzo (mgr.14180) 1232 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:08.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:07 smithi148 bash[24200]: cluster 2023-11-08T02:46:06.744349+0000 mgr.smithi148.cvefzo (mgr.14180) 1233 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:08.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:07 smithi153 bash[28288]: cluster 2023-11-08T02:46:06.744349+0000 mgr.smithi148.cvefzo (mgr.14180) 1233 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:08.159 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:46:08.159 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:14.913238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oyxvlg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\nDeploy daemon haproxy.nfs.foo.smithi153.oyxvlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.708987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wxflfg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\nDeploy daemon haproxy.nfs.foo.smithi148.wxflfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.712417Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ygqjgh on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:46:08.870 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:46:09.871 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:46:10.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:09 smithi148 bash[24200]: audit 2023-11-08T02:46:08.150896+0000 mgr.smithi148.cvefzo (mgr.14180) 1234 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:10.074 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:09 smithi148 bash[24200]: cluster 2023-11-08T02:46:08.745656+0000 mgr.smithi148.cvefzo (mgr.14180) 1235 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:46:10.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:09 smithi153 bash[28288]: audit 2023-11-08T02:46:08.150896+0000 mgr.smithi148.cvefzo (mgr.14180) 1234 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:10.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:09 smithi153 bash[28288]: cluster 2023-11-08T02:46:08.745656+0000 mgr.smithi148.cvefzo (mgr.14180) 1235 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:46:12.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:11 smithi153 bash[28288]: cluster 2023-11-08T02:46:10.746692+0000 mgr.smithi148.cvefzo (mgr.14180) 1236 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:12.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:11 smithi148 bash[24200]: cluster 2023-11-08T02:46:10.746692+0000 mgr.smithi148.cvefzo (mgr.14180) 1236 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:13.249 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:46:13.249 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:14.913238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oyxvlg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\nDeploy daemon haproxy.nfs.foo.smithi153.oyxvlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.708987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wxflfg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\nDeploy daemon haproxy.nfs.foo.smithi148.wxflfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.712417Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ygqjgh on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:46:13.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:13 smithi153 bash[28288]: cluster 2023-11-08T02:46:12.747810+0000 mgr.smithi148.cvefzo (mgr.14180) 1237 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:13.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:13 smithi148 bash[24200]: cluster 2023-11-08T02:46:12.747810+0000 mgr.smithi148.cvefzo (mgr.14180) 1237 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:13.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:46:14.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:14 smithi153 bash[28288]: audit 2023-11-08T02:46:13.244844+0000 mgr.smithi148.cvefzo (mgr.14180) 1238 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:14 smithi148 bash[24200]: audit 2023-11-08T02:46:13.244844+0000 mgr.smithi148.cvefzo (mgr.14180) 1238 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:14.986 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:46:15.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:15 smithi148 bash[24200]: cluster 2023-11-08T02:46:14.748994+0000 mgr.smithi148.cvefzo (mgr.14180) 1239 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:15.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:15 smithi153 bash[28288]: cluster 2023-11-08T02:46:14.748994+0000 mgr.smithi148.cvefzo (mgr.14180) 1239 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:18.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:17 smithi153 bash[28288]: cluster 2023-11-08T02:46:16.750108+0000 mgr.smithi148.cvefzo (mgr.14180) 1240 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:18.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:17 smithi148 bash[24200]: cluster 2023-11-08T02:46:16.750108+0000 mgr.smithi148.cvefzo (mgr.14180) 1240 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:18.317 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:46:18.317 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:44:10.618462Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.qkgfrn on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:14.913238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oyxvlg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\nDeploy daemon haproxy.nfs.foo.smithi153.oyxvlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.708987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wxflfg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\nDeploy daemon haproxy.nfs.foo.smithi148.wxflfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.712417Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ygqjgh on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:46:19.031 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:46:19.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:18 smithi153 bash[28288]: audit 2023-11-08T02:46:18.719295+0000 mon.smithi148 (mon.0) 979 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:46:19.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:18 smithi148 bash[24200]: audit 2023-11-08T02:46:18.719295+0000 mon.smithi148 (mon.0) 979 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:46:20.032 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:46:20.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:19 smithi153 bash[28288]: audit 2023-11-08T02:46:18.306740+0000 mgr.smithi148.cvefzo (mgr.14180) 1241 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:20.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:19 smithi153 bash[28288]: cluster 2023-11-08T02:46:18.751090+0000 mgr.smithi148.cvefzo (mgr.14180) 1242 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:46:20.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:19 smithi153 bash[28288]: audit 2023-11-08T02:46:19.006039+0000 mon.smithi148 (mon.0) 980 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:46:20.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:19 smithi153 bash[28288]: audit 2023-11-08T02:46:19.007394+0000 mon.smithi148 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:46:20.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:19 smithi153 bash[28288]: audit 2023-11-08T02:46:19.015612+0000 mon.smithi148 (mon.0) 982 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:46:20.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:19 smithi153 bash[28288]: cluster 2023-11-08T02:46:19.016640+0000 mgr.smithi148.cvefzo (mgr.14180) 1243 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:46:20.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:19 smithi153 bash[28288]: audit 2023-11-08T02:46:19.023725+0000 mon.smithi148 (mon.0) 983 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:46:20.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:19 smithi153 bash[28288]: audit 2023-11-08T02:46:19.035649+0000 mon.smithi148 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:46:20.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:19 smithi153 bash[28288]: cephadm 2023-11-08T02:46:19.039472+0000 mgr.smithi148.cvefzo (mgr.14180) 1244 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.quasmq on smithi153 2023-11-08T02:46:20.232 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:19 smithi148 bash[24200]: audit 2023-11-08T02:46:18.306740+0000 mgr.smithi148.cvefzo (mgr.14180) 1241 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:20.233 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:19 smithi148 bash[24200]: cluster 2023-11-08T02:46:18.751090+0000 mgr.smithi148.cvefzo (mgr.14180) 1242 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:46:20.233 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:19 smithi148 bash[24200]: audit 2023-11-08T02:46:19.006039+0000 mon.smithi148 (mon.0) 980 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:46:20.233 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:19 smithi148 bash[24200]: audit 2023-11-08T02:46:19.007394+0000 mon.smithi148 (mon.0) 981 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:46:20.233 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:19 smithi148 bash[24200]: audit 2023-11-08T02:46:19.015612+0000 mon.smithi148 (mon.0) 982 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:46:20.234 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:19 smithi148 bash[24200]: cluster 2023-11-08T02:46:19.016640+0000 mgr.smithi148.cvefzo (mgr.14180) 1243 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:46:20.234 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:19 smithi148 bash[24200]: audit 2023-11-08T02:46:19.023725+0000 mon.smithi148 (mon.0) 983 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:46:20.234 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:19 smithi148 bash[24200]: audit 2023-11-08T02:46:19.035649+0000 mon.smithi148 (mon.0) 984 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:46:20.234 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:19 smithi148 bash[24200]: cephadm 2023-11-08T02:46:19.039472+0000 mgr.smithi148.cvefzo (mgr.14180) 1244 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.quasmq on smithi153 2023-11-08T02:46:21.097 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:20 smithi148 bash[24200]: cluster 2023-11-08T02:46:20.012147+0000 mon.smithi148 (mon.0) 985 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:46:21.098 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:20 smithi148 bash[24200]: cluster 2023-11-08T02:46:20.012179+0000 mon.smithi148 (mon.0) 986 : cluster [INF] Cluster is now healthy 2023-11-08T02:46:21.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:20 smithi153 bash[28288]: cluster 2023-11-08T02:46:20.012147+0000 mon.smithi148 (mon.0) 985 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:46:21.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:20 smithi153 bash[28288]: cluster 2023-11-08T02:46:20.012179+0000 mon.smithi148 (mon.0) 986 : cluster [INF] Cluster is now healthy 2023-11-08T02:46:22.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:21 smithi153 bash[28288]: cluster 2023-11-08T02:46:21.017656+0000 mgr.smithi148.cvefzo (mgr.14180) 1245 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:46:22.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:21 smithi148 bash[24200]: cluster 2023-11-08T02:46:21.017656+0000 mgr.smithi148.cvefzo (mgr.14180) 1245 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:46:23.304 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:46:23.304 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:45:14.913238Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.oyxvlg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-oyxvlg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.oyxvlg\nDeploy daemon haproxy.nfs.foo.smithi153.oyxvlg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.708987Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.wxflfg on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-wxflfg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.wxflfg\nDeploy daemon haproxy.nfs.foo.smithi148.wxflfg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:45:18.712417Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ygqjgh on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:22.942961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\nDeploy daemon haproxy.nfs.foo.smithi153.quasmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:46:23.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: cephadm 2023-11-08T02:46:22.940315+0000 mgr.smithi148.cvefzo (mgr.14180) 1246 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq 2023-11-08T02:46:23.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:46:23.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq 2023-11-08T02:46:23.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq 2023-11-08T02:46:23.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:46:23.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq 2023-11-08T02:46:23.654 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.quasmq ... 2023-11-08T02:46:23.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:23.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:46:23.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:46:23.655 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:46:23.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:23.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:46:23.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:46:23.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:46:23.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:46:23.656 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:46:23.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq 2023-11-08T02:46:23.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:46:23.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq 2023-11-08T02:46:23.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq 2023-11-08T02:46:23.657 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:46:23.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq 2023-11-08T02:46:23.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.quasmq ... 2023-11-08T02:46:23.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:23.658 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:46:23.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:46:23.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:46:23.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:23.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: cephadm 2023-11-08T02:46:22.940878+0000 mgr.smithi148.cvefzo (mgr.14180) 1247 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.quasmq 2023-11-08T02:46:23.659 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: audit 2023-11-08T02:46:22.941668+0000 mon.smithi148 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.quasmq"}]: dispatch 2023-11-08T02:46:23.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: cephadm 2023-11-08T02:46:22.943149+0000 mgr.smithi148.cvefzo (mgr.14180) 1248 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq 2023-11-08T02:46:23.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:46:23.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq 2023-11-08T02:46:23.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq 2023-11-08T02:46:23.660 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:46:23.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq 2023-11-08T02:46:23.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.quasmq ... 2023-11-08T02:46:23.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:23.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:46:23.661 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:46:23.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:46:23.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:23.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: cephadm 2023-11-08T02:46:22.946462+0000 mgr.smithi148.cvefzo (mgr.14180) 1249 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.yhusft on smithi148 2023-11-08T02:46:23.662 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:23 smithi153 bash[28288]: cluster 2023-11-08T02:46:23.018546+0000 mgr.smithi148.cvefzo (mgr.14180) 1250 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:46:23.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: cephadm 2023-11-08T02:46:22.940315+0000 mgr.smithi148.cvefzo (mgr.14180) 1246 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq 2023-11-08T02:46:23.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:46:23.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq 2023-11-08T02:46:23.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq 2023-11-08T02:46:23.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:46:23.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq 2023-11-08T02:46:23.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.quasmq ... 2023-11-08T02:46:23.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:23.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:46:23.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:46:23.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:46:23.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:23.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:46:23.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:46:23.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:46:23.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:46:23.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:46:23.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq 2023-11-08T02:46:23.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:46:23.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq 2023-11-08T02:46:23.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq 2023-11-08T02:46:23.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:46:23.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq 2023-11-08T02:46:23.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.quasmq ... 2023-11-08T02:46:23.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:23.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:46:23.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:46:23.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:46:23.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:23.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: cephadm 2023-11-08T02:46:22.940878+0000 mgr.smithi148.cvefzo (mgr.14180) 1247 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.quasmq 2023-11-08T02:46:23.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: audit 2023-11-08T02:46:22.941668+0000 mon.smithi148 (mon.0) 987 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.quasmq"}]: dispatch 2023-11-08T02:46:23.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: cephadm 2023-11-08T02:46:22.943149+0000 mgr.smithi148.cvefzo (mgr.14180) 1248 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq 2023-11-08T02:46:23.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:46:23.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq 2023-11-08T02:46:23.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq 2023-11-08T02:46:23.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:46:23.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq 2023-11-08T02:46:23.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.quasmq ... 2023-11-08T02:46:23.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:23.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:46:23.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:46:23.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:46:23.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:23.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: cephadm 2023-11-08T02:46:22.946462+0000 mgr.smithi148.cvefzo (mgr.14180) 1249 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.yhusft on smithi148 2023-11-08T02:46:23.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:23 smithi148 bash[24200]: cluster 2023-11-08T02:46:23.018546+0000 mgr.smithi148.cvefzo (mgr.14180) 1250 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:46:24.068 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:46:24.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:24 smithi153 bash[28288]: audit 2023-11-08T02:46:23.299656+0000 mgr.smithi148.cvefzo (mgr.14180) 1251 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:24.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:24 smithi148 bash[24200]: audit 2023-11-08T02:46:23.299656+0000 mgr.smithi148.cvefzo (mgr.14180) 1251 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:25.070 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:46:26.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:25 smithi153 bash[28288]: audit 2023-11-08T02:46:24.862515+0000 mon.smithi148 (mon.0) 988 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:46:26.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:25 smithi153 bash[28288]: cluster 2023-11-08T02:46:25.019491+0000 mgr.smithi148.cvefzo (mgr.14180) 1252 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:46:26.198 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:25 smithi148 bash[24200]: audit 2023-11-08T02:46:24.862515+0000 mon.smithi148 (mon.0) 988 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:46:26.199 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:25 smithi148 bash[24200]: cluster 2023-11-08T02:46:25.019491+0000 mgr.smithi148.cvefzo (mgr.14180) 1252 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:46:28.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: cluster 2023-11-08T02:46:27.020047+0000 mgr.smithi148.cvefzo (mgr.14180) 1253 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2023-11-08T02:46:28.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: cephadm 2023-11-08T02:46:27.072055+0000 mgr.smithi148.cvefzo (mgr.14180) 1254 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft 2023-11-08T02:46:28.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:46:28.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft 2023-11-08T02:46:28.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft 2023-11-08T02:46:28.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:46:28.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft 2023-11-08T02:46:28.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.yhusft ... 2023-11-08T02:46:28.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:28.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:46:28.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:46:28.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:46:28.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:28.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:46:28.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:46:28.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:46:28.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:46:28.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:46:28.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft 2023-11-08T02:46:28.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:46:28.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft 2023-11-08T02:46:28.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft 2023-11-08T02:46:28.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:46:28.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft 2023-11-08T02:46:28.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.yhusft ... 2023-11-08T02:46:28.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:28.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:46:28.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:46:28.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:46:28.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:28.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: cephadm 2023-11-08T02:46:27.072348+0000 mgr.smithi148.cvefzo (mgr.14180) 1255 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.yhusft 2023-11-08T02:46:28.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: audit 2023-11-08T02:46:27.074944+0000 mon.smithi148 (mon.0) 989 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.yhusft"}]: dispatch 2023-11-08T02:46:28.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: cephadm 2023-11-08T02:46:27.075731+0000 mgr.smithi148.cvefzo (mgr.14180) 1256 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.yhusft on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft 2023-11-08T02:46:28.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:46:28.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft 2023-11-08T02:46:28.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft 2023-11-08T02:46:28.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:46:28.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft 2023-11-08T02:46:28.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.yhusft ... 2023-11-08T02:46:28.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:28.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:46:28.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:46:28.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:46:28.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:28.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: cephadm 2023-11-08T02:46:27.077535+0000 mgr.smithi148.cvefzo (mgr.14180) 1257 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.yufgfb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:46:28.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: cephadm 2023-11-08T02:46:27.079063+0000 mgr.smithi148.cvefzo (mgr.14180) 1258 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:46:28.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:28 smithi153 bash[28288]: cluster 2023-11-08T02:46:27.079812+0000 mgr.smithi148.cvefzo (mgr.14180) 1259 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 0 op/s 2023-11-08T02:46:28.485 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:46:28.486 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:22.942961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\nDeploy daemon haproxy.nfs.foo.smithi153.quasmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.075617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yhusft on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\nDeploy daemon haproxy.nfs.foo.smithi148.yhusft ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.077446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.yufgfb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:46:28.514 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: cluster 2023-11-08T02:46:27.020047+0000 mgr.smithi148.cvefzo (mgr.14180) 1253 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2023-11-08T02:46:28.514 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: cephadm 2023-11-08T02:46:27.072055+0000 mgr.smithi148.cvefzo (mgr.14180) 1254 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft 2023-11-08T02:46:28.514 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:46:28.515 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft 2023-11-08T02:46:28.515 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft 2023-11-08T02:46:28.515 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:46:28.515 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft 2023-11-08T02:46:28.515 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.yhusft ... 2023-11-08T02:46:28.516 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:28.516 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:46:28.516 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:46:28.516 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:46:28.516 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:28.517 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:46:28.517 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:46:28.517 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:46:28.517 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:46:28.517 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:46:28.518 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft 2023-11-08T02:46:28.518 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:46:28.518 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft 2023-11-08T02:46:28.518 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft 2023-11-08T02:46:28.518 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:46:28.519 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft 2023-11-08T02:46:28.519 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.yhusft ... 2023-11-08T02:46:28.519 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:28.519 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:46:28.519 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:46:28.519 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:46:28.520 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:28.520 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: cephadm 2023-11-08T02:46:27.072348+0000 mgr.smithi148.cvefzo (mgr.14180) 1255 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.yhusft 2023-11-08T02:46:28.520 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: audit 2023-11-08T02:46:27.074944+0000 mon.smithi148 (mon.0) 989 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.yhusft"}]: dispatch 2023-11-08T02:46:28.520 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: cephadm 2023-11-08T02:46:27.075731+0000 mgr.smithi148.cvefzo (mgr.14180) 1256 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.yhusft on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft 2023-11-08T02:46:28.520 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:46:28.521 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft 2023-11-08T02:46:28.521 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft 2023-11-08T02:46:28.521 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:46:28.521 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft 2023-11-08T02:46:28.521 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.yhusft ... 2023-11-08T02:46:28.522 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:28.522 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:46:28.522 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:46:28.522 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:46:28.523 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:46:28.523 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: cephadm 2023-11-08T02:46:27.077535+0000 mgr.smithi148.cvefzo (mgr.14180) 1257 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.yufgfb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:46:28.523 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: cephadm 2023-11-08T02:46:27.079063+0000 mgr.smithi148.cvefzo (mgr.14180) 1258 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:46:28.523 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:28 smithi148 bash[24200]: cluster 2023-11-08T02:46:27.079812+0000 mgr.smithi148.cvefzo (mgr.14180) 1259 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 B/s rd, 0 op/s 2023-11-08T02:46:29.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:46:29.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:29 smithi153 bash[28288]: cluster 2023-11-08T02:46:28.072901+0000 mon.smithi148 (mon.0) 990 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:46:29.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:29 smithi148 bash[24200]: cluster 2023-11-08T02:46:28.072901+0000 mon.smithi148 (mon.0) 990 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:46:30.271 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:46:30.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:30 smithi153 bash[28288]: audit 2023-11-08T02:46:28.476905+0000 mgr.smithi148.cvefzo (mgr.14180) 1260 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:30.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:30 smithi153 bash[28288]: cluster 2023-11-08T02:46:29.080923+0000 mgr.smithi148.cvefzo (mgr.14180) 1261 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:46:30.466 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:30 smithi148 bash[24200]: audit 2023-11-08T02:46:28.476905+0000 mgr.smithi148.cvefzo (mgr.14180) 1260 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:30.466 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:30 smithi148 bash[24200]: cluster 2023-11-08T02:46:29.080923+0000 mgr.smithi148.cvefzo (mgr.14180) 1261 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:46:31.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:31 smithi148 bash[24200]: audit 2023-11-08T02:46:30.390723+0000 mon.smithi148 (mon.0) 991 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:46:31.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:31 smithi148 bash[24200]: cluster 2023-11-08T02:46:31.082007+0000 mgr.smithi148.cvefzo (mgr.14180) 1262 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:46:31.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:31 smithi153 bash[28288]: audit 2023-11-08T02:46:30.390723+0000 mon.smithi148 (mon.0) 991 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:46:31.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:31 smithi153 bash[28288]: cluster 2023-11-08T02:46:31.082007+0000 mgr.smithi148.cvefzo (mgr.14180) 1262 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:46:33.538 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:46:33.538 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:22.942961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\nDeploy daemon haproxy.nfs.foo.smithi153.quasmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.075617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yhusft on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\nDeploy daemon haproxy.nfs.foo.smithi148.yhusft ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.077446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.yufgfb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:46:34.347 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:46:34.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:34 smithi153 bash[28288]: cluster 2023-11-08T02:46:33.082999+0000 mgr.smithi148.cvefzo (mgr.14180) 1263 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:46:34.653 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:34 smithi153 bash[28288]: audit 2023-11-08T02:46:33.529396+0000 mgr.smithi148.cvefzo (mgr.14180) 1264 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:34.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:34 smithi148 bash[24200]: cluster 2023-11-08T02:46:33.082999+0000 mgr.smithi148.cvefzo (mgr.14180) 1263 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:46:34.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:34 smithi148 bash[24200]: audit 2023-11-08T02:46:33.529396+0000 mgr.smithi148.cvefzo (mgr.14180) 1264 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:35.348 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:46:36.642 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:36 smithi148 bash[24200]: cluster 2023-11-08T02:46:35.084175+0000 mgr.smithi148.cvefzo (mgr.14180) 1265 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:46:36.652 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:36 smithi153 bash[28288]: cluster 2023-11-08T02:46:35.084175+0000 mgr.smithi148.cvefzo (mgr.14180) 1265 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:46:38.470 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:46:38.470 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:22.942961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\nDeploy daemon haproxy.nfs.foo.smithi153.quasmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.075617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yhusft on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\nDeploy daemon haproxy.nfs.foo.smithi148.yhusft ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.077446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.yufgfb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:46:38.656 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:38 smithi148 bash[24200]: cluster 2023-11-08T02:46:37.085360+0000 mgr.smithi148.cvefzo (mgr.14180) 1266 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:46:38.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:38 smithi153 bash[28288]: cluster 2023-11-08T02:46:37.085360+0000 mgr.smithi148.cvefzo (mgr.14180) 1266 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2023-11-08T02:46:39.224 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:46:39.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:39 smithi148 bash[24200]: audit 2023-11-08T02:46:38.462548+0000 mgr.smithi148.cvefzo (mgr.14180) 1267 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:39.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:39 smithi153 bash[28288]: audit 2023-11-08T02:46:38.462548+0000 mgr.smithi148.cvefzo (mgr.14180) 1267 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:40.226 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:46:41.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:40 smithi153 bash[28288]: cluster 2023-11-08T02:46:39.086155+0000 mgr.smithi148.cvefzo (mgr.14180) 1268 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:41.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:40 smithi153 bash[28288]: audit 2023-11-08T02:46:39.862080+0000 mon.smithi148 (mon.0) 992 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:46:41.257 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:40 smithi148 bash[24200]: cluster 2023-11-08T02:46:39.086155+0000 mgr.smithi148.cvefzo (mgr.14180) 1268 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:41.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:40 smithi148 bash[24200]: audit 2023-11-08T02:46:39.862080+0000 mon.smithi148 (mon.0) 992 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:46:43.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:42 smithi153 bash[28288]: cluster 2023-11-08T02:46:41.087230+0000 mgr.smithi148.cvefzo (mgr.14180) 1269 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:43.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:42 smithi148 bash[24200]: cluster 2023-11-08T02:46:41.087230+0000 mgr.smithi148.cvefzo (mgr.14180) 1269 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:43.388 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:46:43.388 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:22.942961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\nDeploy daemon haproxy.nfs.foo.smithi153.quasmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.075617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yhusft on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\nDeploy daemon haproxy.nfs.foo.smithi148.yhusft ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.077446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.yufgfb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:46:44.208 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:46:45.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:44 smithi153 bash[28288]: cluster 2023-11-08T02:46:43.088099+0000 mgr.smithi148.cvefzo (mgr.14180) 1270 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:45.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:44 smithi153 bash[28288]: audit 2023-11-08T02:46:43.383746+0000 mgr.smithi148.cvefzo (mgr.14180) 1271 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:45.209 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:46:45.221 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:44 smithi148 bash[24200]: cluster 2023-11-08T02:46:43.088099+0000 mgr.smithi148.cvefzo (mgr.14180) 1270 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:45.222 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:44 smithi148 bash[24200]: audit 2023-11-08T02:46:43.383746+0000 mgr.smithi148.cvefzo (mgr.14180) 1271 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:47.138 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:46 smithi148 bash[24200]: cluster 2023-11-08T02:46:45.089293+0000 mgr.smithi148.cvefzo (mgr.14180) 1272 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:47.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:46 smithi153 bash[28288]: cluster 2023-11-08T02:46:45.089293+0000 mgr.smithi148.cvefzo (mgr.14180) 1272 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:48.485 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:46:48.485 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:22.942961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\nDeploy daemon haproxy.nfs.foo.smithi153.quasmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.075617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yhusft on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\nDeploy daemon haproxy.nfs.foo.smithi148.yhusft ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.077446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.yufgfb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:46:49.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:48 smithi148 bash[24200]: cluster 2023-11-08T02:46:47.090549+0000 mgr.smithi148.cvefzo (mgr.14180) 1273 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:46:49.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:48 smithi153 bash[28288]: cluster 2023-11-08T02:46:47.090549+0000 mgr.smithi148.cvefzo (mgr.14180) 1273 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:46:49.241 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:46:50.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:49 smithi153 bash[28288]: audit 2023-11-08T02:46:48.480847+0000 mgr.smithi148.cvefzo (mgr.14180) 1274 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:50.242 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:46:50.256 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:49 smithi148 bash[24200]: audit 2023-11-08T02:46:48.480847+0000 mgr.smithi148.cvefzo (mgr.14180) 1274 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:51.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:50 smithi153 bash[28288]: cluster 2023-11-08T02:46:49.091706+0000 mgr.smithi148.cvefzo (mgr.14180) 1275 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:51.257 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:50 smithi148 bash[24200]: cluster 2023-11-08T02:46:49.091706+0000 mgr.smithi148.cvefzo (mgr.14180) 1275 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:53.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:52 smithi153 bash[28288]: cluster 2023-11-08T02:46:51.092785+0000 mgr.smithi148.cvefzo (mgr.14180) 1276 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:53.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:52 smithi148 bash[24200]: cluster 2023-11-08T02:46:51.092785+0000 mgr.smithi148.cvefzo (mgr.14180) 1276 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:53.492 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:46:53.493 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:22.942961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\nDeploy daemon haproxy.nfs.foo.smithi153.quasmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.075617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yhusft on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\nDeploy daemon haproxy.nfs.foo.smithi148.yhusft ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.077446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.yufgfb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:46:54.485 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:46:55.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:54 smithi148 bash[24200]: cluster 2023-11-08T02:46:53.093902+0000 mgr.smithi148.cvefzo (mgr.14180) 1277 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:55.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:54 smithi148 bash[24200]: audit 2023-11-08T02:46:53.487699+0000 mgr.smithi148.cvefzo (mgr.14180) 1278 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:55.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:54 smithi153 bash[28288]: cluster 2023-11-08T02:46:53.093902+0000 mgr.smithi148.cvefzo (mgr.14180) 1277 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:55.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:54 smithi153 bash[28288]: audit 2023-11-08T02:46:53.487699+0000 mgr.smithi148.cvefzo (mgr.14180) 1278 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:46:55.486 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:46:57.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:56 smithi148 bash[24200]: cluster 2023-11-08T02:46:55.095147+0000 mgr.smithi148.cvefzo (mgr.14180) 1279 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:57.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:56 smithi153 bash[28288]: cluster 2023-11-08T02:46:55.095147+0000 mgr.smithi148.cvefzo (mgr.14180) 1279 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:46:58.622 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:46:58.622 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:22.942961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\nDeploy daemon haproxy.nfs.foo.smithi153.quasmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.075617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yhusft on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\nDeploy daemon haproxy.nfs.foo.smithi148.yhusft ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.077446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.yufgfb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:46:59.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:58 smithi148 bash[24200]: cluster 2023-11-08T02:46:57.096362+0000 mgr.smithi148.cvefzo (mgr.14180) 1280 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:46:59.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:46:59.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:58 smithi153 bash[28288]: cluster 2023-11-08T02:46:57.096362+0000 mgr.smithi148.cvefzo (mgr.14180) 1280 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:47:00.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:46:59 smithi148 bash[24200]: audit 2023-11-08T02:46:58.612735+0000 mgr.smithi148.cvefzo (mgr.14180) 1281 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:00.367 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:47:00.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:46:59 smithi153 bash[28288]: audit 2023-11-08T02:46:58.612735+0000 mgr.smithi148.cvefzo (mgr.14180) 1281 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:01.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:00 smithi148 bash[24200]: cluster 2023-11-08T02:46:59.097528+0000 mgr.smithi148.cvefzo (mgr.14180) 1282 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:01.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:00 smithi153 bash[28288]: cluster 2023-11-08T02:46:59.097528+0000 mgr.smithi148.cvefzo (mgr.14180) 1282 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:03.206 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:02 smithi148 bash[24200]: cluster 2023-11-08T02:47:01.098498+0000 mgr.smithi148.cvefzo (mgr.14180) 1283 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:03.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:02 smithi153 bash[28288]: cluster 2023-11-08T02:47:01.098498+0000 mgr.smithi148.cvefzo (mgr.14180) 1283 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:03.655 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:47:03.655 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:22.942961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\nDeploy daemon haproxy.nfs.foo.smithi153.quasmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.075617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yhusft on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\nDeploy daemon haproxy.nfs.foo.smithi148.yhusft ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.077446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.yufgfb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:47:04.456 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:47:05.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:04 smithi148 bash[24200]: cluster 2023-11-08T02:47:03.099766+0000 mgr.smithi148.cvefzo (mgr.14180) 1284 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:05.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:04 smithi148 bash[24200]: audit 2023-11-08T02:47:03.643868+0000 mgr.smithi148.cvefzo (mgr.14180) 1285 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:05.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:04 smithi153 bash[28288]: cluster 2023-11-08T02:47:03.099766+0000 mgr.smithi148.cvefzo (mgr.14180) 1284 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:05.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:04 smithi153 bash[28288]: audit 2023-11-08T02:47:03.643868+0000 mgr.smithi148.cvefzo (mgr.14180) 1285 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:05.457 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:47:07.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:06 smithi148 bash[24200]: cluster 2023-11-08T02:47:05.101085+0000 mgr.smithi148.cvefzo (mgr.14180) 1286 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:07.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:06 smithi153 bash[28288]: cluster 2023-11-08T02:47:05.101085+0000 mgr.smithi148.cvefzo (mgr.14180) 1286 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:08.643 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:47:08.643 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:22.942961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\nDeploy daemon haproxy.nfs.foo.smithi153.quasmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.075617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yhusft on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\nDeploy daemon haproxy.nfs.foo.smithi148.yhusft ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.077446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.yufgfb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:47:09.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:08 smithi148 bash[24200]: cluster 2023-11-08T02:47:07.102378+0000 mgr.smithi148.cvefzo (mgr.14180) 1287 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:47:09.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:08 smithi153 bash[28288]: cluster 2023-11-08T02:47:07.102378+0000 mgr.smithi148.cvefzo (mgr.14180) 1287 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:47:09.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:47:10.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:09 smithi148 bash[24200]: audit 2023-11-08T02:47:08.632910+0000 mgr.smithi148.cvefzo (mgr.14180) 1288 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:10.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:09 smithi153 bash[28288]: audit 2023-11-08T02:47:08.632910+0000 mgr.smithi148.cvefzo (mgr.14180) 1288 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:10.444 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:47:11.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:10 smithi148 bash[24200]: cluster 2023-11-08T02:47:09.103526+0000 mgr.smithi148.cvefzo (mgr.14180) 1289 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:11.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:10 smithi153 bash[28288]: cluster 2023-11-08T02:47:09.103526+0000 mgr.smithi148.cvefzo (mgr.14180) 1289 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:13.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:12 smithi148 bash[24200]: cluster 2023-11-08T02:47:11.104647+0000 mgr.smithi148.cvefzo (mgr.14180) 1290 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:13.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:12 smithi153 bash[28288]: cluster 2023-11-08T02:47:11.104647+0000 mgr.smithi148.cvefzo (mgr.14180) 1290 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:13.803 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:47:13.804 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:22.942961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\nDeploy daemon haproxy.nfs.foo.smithi153.quasmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.075617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yhusft on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\nDeploy daemon haproxy.nfs.foo.smithi148.yhusft ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.077446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.yufgfb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:47:14.642 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:47:15.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:14 smithi148 bash[24200]: cluster 2023-11-08T02:47:13.105905+0000 mgr.smithi148.cvefzo (mgr.14180) 1291 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:15.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:14 smithi148 bash[24200]: audit 2023-11-08T02:47:13.795126+0000 mgr.smithi148.cvefzo (mgr.14180) 1292 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:15.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:14 smithi153 bash[28288]: cluster 2023-11-08T02:47:13.105905+0000 mgr.smithi148.cvefzo (mgr.14180) 1291 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:15.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:14 smithi153 bash[28288]: audit 2023-11-08T02:47:13.795126+0000 mgr.smithi148.cvefzo (mgr.14180) 1292 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:15.643 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:47:17.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:16 smithi148 bash[24200]: cluster 2023-11-08T02:47:15.107335+0000 mgr.smithi148.cvefzo (mgr.14180) 1293 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:17.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:16 smithi153 bash[28288]: cluster 2023-11-08T02:47:15.107335+0000 mgr.smithi148.cvefzo (mgr.14180) 1293 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:18.708 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:47:18.708 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:22.942961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\nDeploy daemon haproxy.nfs.foo.smithi153.quasmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.075617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yhusft on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\nDeploy daemon haproxy.nfs.foo.smithi148.yhusft ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.077446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.yufgfb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:47:19.081 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:18 smithi148 bash[24200]: cluster 2023-11-08T02:47:17.108562+0000 mgr.smithi148.cvefzo (mgr.14180) 1294 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:47:19.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:18 smithi153 bash[28288]: cluster 2023-11-08T02:47:17.108562+0000 mgr.smithi148.cvefzo (mgr.14180) 1294 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:47:19.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:47:20.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:19 smithi148 bash[24200]: audit 2023-11-08T02:47:18.702565+0000 mgr.smithi148.cvefzo (mgr.14180) 1295 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:20.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:19 smithi153 bash[28288]: audit 2023-11-08T02:47:18.702565+0000 mgr.smithi148.cvefzo (mgr.14180) 1295 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:20.484 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:47:21.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:20 smithi148 bash[24200]: cluster 2023-11-08T02:47:19.109330+0000 mgr.smithi148.cvefzo (mgr.14180) 1296 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:21.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:20 smithi153 bash[28288]: cluster 2023-11-08T02:47:19.109330+0000 mgr.smithi148.cvefzo (mgr.14180) 1296 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:23.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:23 smithi148 bash[24200]: cluster 2023-11-08T02:47:21.110380+0000 mgr.smithi148.cvefzo (mgr.14180) 1297 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:23.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:23 smithi153 bash[28288]: cluster 2023-11-08T02:47:21.110380+0000 mgr.smithi148.cvefzo (mgr.14180) 1297 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:23.731 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:47:23.731 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:22.942961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\nDeploy daemon haproxy.nfs.foo.smithi153.quasmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.075617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yhusft on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\nDeploy daemon haproxy.nfs.foo.smithi148.yhusft ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.077446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.yufgfb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:47:24.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:47:25.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:25 smithi148 bash[24200]: cluster 2023-11-08T02:47:23.111669+0000 mgr.smithi148.cvefzo (mgr.14180) 1298 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:25.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:25 smithi148 bash[24200]: audit 2023-11-08T02:47:23.721802+0000 mgr.smithi148.cvefzo (mgr.14180) 1299 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:25.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:25 smithi153 bash[28288]: cluster 2023-11-08T02:47:23.111669+0000 mgr.smithi148.cvefzo (mgr.14180) 1298 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:25.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:25 smithi153 bash[28288]: audit 2023-11-08T02:47:23.721802+0000 mgr.smithi148.cvefzo (mgr.14180) 1299 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:25.521 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:47:27.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:27 smithi148 bash[24200]: cluster 2023-11-08T02:47:25.112881+0000 mgr.smithi148.cvefzo (mgr.14180) 1300 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:27.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:27 smithi153 bash[28288]: cluster 2023-11-08T02:47:25.112881+0000 mgr.smithi148.cvefzo (mgr.14180) 1300 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:28.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:28 smithi148 bash[24200]: audit 2023-11-08T02:47:27.082896+0000 mon.smithi148 (mon.0) 993 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:47:28.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:28 smithi148 bash[24200]: audit 2023-11-08T02:47:27.392273+0000 mon.smithi148 (mon.0) 994 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:28.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:28 smithi148 bash[24200]: audit 2023-11-08T02:47:27.393788+0000 mon.smithi148 (mon.0) 995 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:47:28.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:28 smithi148 bash[24200]: audit 2023-11-08T02:47:27.403702+0000 mon.smithi148 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:47:28.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:28 smithi148 bash[24200]: audit 2023-11-08T02:47:27.411187+0000 mon.smithi148 (mon.0) 997 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:47:28.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:28 smithi148 bash[24200]: audit 2023-11-08T02:47:27.423694+0000 mon.smithi148 (mon.0) 998 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:47:28.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:28 smithi153 bash[28288]: audit 2023-11-08T02:47:27.082896+0000 mon.smithi148 (mon.0) 993 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:47:28.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:28 smithi153 bash[28288]: audit 2023-11-08T02:47:27.392273+0000 mon.smithi148 (mon.0) 994 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:47:28.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:28 smithi153 bash[28288]: audit 2023-11-08T02:47:27.393788+0000 mon.smithi148 (mon.0) 995 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:47:28.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:28 smithi153 bash[28288]: audit 2023-11-08T02:47:27.403702+0000 mon.smithi148 (mon.0) 996 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:47:28.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:28 smithi153 bash[28288]: audit 2023-11-08T02:47:27.411187+0000 mon.smithi148 (mon.0) 997 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:47:28.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:28 smithi153 bash[28288]: audit 2023-11-08T02:47:27.423694+0000 mon.smithi148 (mon.0) 998 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:47:28.713 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:47:28.713 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:45:18.715022Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.vsawnz on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:22.942961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\nDeploy daemon haproxy.nfs.foo.smithi153.quasmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.075617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yhusft on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\nDeploy daemon haproxy.nfs.foo.smithi148.yhusft ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.077446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.yufgfb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:47:29.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:29 smithi148 bash[24200]: cluster 2023-11-08T02:47:27.113609+0000 mgr.smithi148.cvefzo (mgr.14180) 1301 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:47:29.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:29 smithi148 bash[24200]: cluster 2023-11-08T02:47:27.404456+0000 mgr.smithi148.cvefzo (mgr.14180) 1302 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:47:29.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:29 smithi148 bash[24200]: cephadm 2023-11-08T02:47:27.427831+0000 mgr.smithi148.cvefzo (mgr.14180) 1303 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.cfvlgg on smithi153 2023-11-08T02:47:29.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:29 smithi148 bash[24200]: cluster 2023-11-08T02:47:28.014788+0000 mon.smithi148 (mon.0) 999 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:47:29.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:29 smithi148 bash[24200]: cluster 2023-11-08T02:47:28.014850+0000 mon.smithi148 (mon.0) 1000 : cluster [INF] Cluster is now healthy 2023-11-08T02:47:29.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:29 smithi153 bash[28288]: cluster 2023-11-08T02:47:27.113609+0000 mgr.smithi148.cvefzo (mgr.14180) 1301 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:47:29.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:29 smithi153 bash[28288]: cluster 2023-11-08T02:47:27.404456+0000 mgr.smithi148.cvefzo (mgr.14180) 1302 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:47:29.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:29 smithi153 bash[28288]: cephadm 2023-11-08T02:47:27.427831+0000 mgr.smithi148.cvefzo (mgr.14180) 1303 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.cfvlgg on smithi153 2023-11-08T02:47:29.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:29 smithi153 bash[28288]: cluster 2023-11-08T02:47:28.014788+0000 mon.smithi148 (mon.0) 999 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:47:29.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:29 smithi153 bash[28288]: cluster 2023-11-08T02:47:28.014850+0000 mon.smithi148 (mon.0) 1000 : cluster [INF] Cluster is now healthy 2023-11-08T02:47:29.523 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:47:30.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:30 smithi153 bash[28288]: audit 2023-11-08T02:47:28.707381+0000 mgr.smithi148.cvefzo (mgr.14180) 1304 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:30.525 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:47:30.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:30 smithi148 bash[24200]: audit 2023-11-08T02:47:28.707381+0000 mgr.smithi148.cvefzo (mgr.14180) 1304 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:31.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:31 smithi153 bash[28288]: cluster 2023-11-08T02:47:29.405372+0000 mgr.smithi148.cvefzo (mgr.14180) 1305 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:47:31.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:31 smithi148 bash[24200]: cluster 2023-11-08T02:47:29.405372+0000 mgr.smithi148.cvefzo (mgr.14180) 1305 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:47:32.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:32 smithi153 bash[28288]: audit 2023-11-08T02:47:31.192996+0000 mon.smithi148 (mon.0) 1001 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.cfvlgg"}]: dispatch 2023-11-08T02:47:32.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:32 smithi148 bash[24200]: audit 2023-11-08T02:47:31.192996+0000 mon.smithi148 (mon.0) 1001 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.cfvlgg"}]: dispatch 2023-11-08T02:47:33.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: cephadm 2023-11-08T02:47:31.191708+0000 mgr.smithi148.cvefzo (mgr.14180) 1306 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg 2023-11-08T02:47:33.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:47:33.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg 2023-11-08T02:47:33.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg 2023-11-08T02:47:33.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:47:33.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg 2023-11-08T02:47:33.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.cfvlgg ... 2023-11-08T02:47:33.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:33.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:47:33.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:47:33.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:47:33.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:33.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:47:33.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:47:33.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:47:33.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:47:33.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:47:33.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg 2023-11-08T02:47:33.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:47:33.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg 2023-11-08T02:47:33.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg 2023-11-08T02:47:33.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:47:33.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg 2023-11-08T02:47:33.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.cfvlgg ... 2023-11-08T02:47:33.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:33.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:47:33.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:47:33.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:47:33.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:33.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: cephadm 2023-11-08T02:47:31.192306+0000 mgr.smithi148.cvefzo (mgr.14180) 1307 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.cfvlgg 2023-11-08T02:47:33.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: cephadm 2023-11-08T02:47:31.194599+0000 mgr.smithi148.cvefzo (mgr.14180) 1308 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.cfvlgg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg 2023-11-08T02:47:33.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:47:33.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg 2023-11-08T02:47:33.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg 2023-11-08T02:47:33.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:47:33.413 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg 2023-11-08T02:47:33.414 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.cfvlgg ... 2023-11-08T02:47:33.414 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:33.415 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:47:33.415 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:47:33.415 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:47:33.415 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:33.416 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: cephadm 2023-11-08T02:47:31.199163+0000 mgr.smithi148.cvefzo (mgr.14180) 1309 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.meinoi on smithi148 2023-11-08T02:47:33.416 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:33 smithi153 bash[28288]: cluster 2023-11-08T02:47:31.406042+0000 mgr.smithi148.cvefzo (mgr.14180) 1310 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:47:33.460 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: cephadm 2023-11-08T02:47:31.191708+0000 mgr.smithi148.cvefzo (mgr.14180) 1306 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg 2023-11-08T02:47:33.461 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:47:33.461 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg 2023-11-08T02:47:33.461 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg 2023-11-08T02:47:33.461 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:47:33.462 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg 2023-11-08T02:47:33.462 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.cfvlgg ... 2023-11-08T02:47:33.462 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:33.462 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:47:33.463 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:47:33.463 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:47:33.463 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:33.463 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:47:33.463 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:47:33.464 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:47:33.464 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:47:33.464 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:47:33.464 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg 2023-11-08T02:47:33.464 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:47:33.465 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg 2023-11-08T02:47:33.465 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg 2023-11-08T02:47:33.465 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:47:33.465 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg 2023-11-08T02:47:33.465 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.cfvlgg ... 2023-11-08T02:47:33.466 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:33.466 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:47:33.466 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:47:33.466 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:47:33.467 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:33.467 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: cephadm 2023-11-08T02:47:31.192306+0000 mgr.smithi148.cvefzo (mgr.14180) 1307 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.cfvlgg 2023-11-08T02:47:33.467 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: cephadm 2023-11-08T02:47:31.194599+0000 mgr.smithi148.cvefzo (mgr.14180) 1308 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.cfvlgg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg 2023-11-08T02:47:33.467 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:47:33.467 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg 2023-11-08T02:47:33.468 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg 2023-11-08T02:47:33.468 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:47:33.468 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg 2023-11-08T02:47:33.468 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.cfvlgg ... 2023-11-08T02:47:33.468 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:33.469 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:47:33.469 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:47:33.469 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:47:33.469 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:33.469 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: cephadm 2023-11-08T02:47:31.199163+0000 mgr.smithi148.cvefzo (mgr.14180) 1309 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.meinoi on smithi148 2023-11-08T02:47:33.470 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:33 smithi148 bash[24200]: cluster 2023-11-08T02:47:31.406042+0000 mgr.smithi148.cvefzo (mgr.14180) 1310 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:47:33.922 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:47:33.922 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:46:22.942961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.quasmq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-quasmq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.quasmq\nDeploy daemon haproxy.nfs.foo.smithi153.quasmq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.075617Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.yhusft on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-yhusft\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.yhusft\nDeploy daemon haproxy.nfs.foo.smithi148.yhusft ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:46:27.077446Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.yufgfb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:31.194279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.cfvlgg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\nDeploy daemon haproxy.nfs.foo.smithi153.cfvlgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:47:34.729 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:47:35.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:35 smithi148 bash[24200]: cluster 2023-11-08T02:47:33.407053+0000 mgr.smithi148.cvefzo (mgr.14180) 1311 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:47:35.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:35 smithi148 bash[24200]: audit 2023-11-08T02:47:33.917489+0000 mgr.smithi148.cvefzo (mgr.14180) 1312 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:35.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:35 smithi148 bash[24200]: audit 2023-11-08T02:47:34.940846+0000 mon.smithi148 (mon.0) 1002 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.meinoi"}]: dispatch 2023-11-08T02:47:35.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:35 smithi153 bash[28288]: cluster 2023-11-08T02:47:33.407053+0000 mgr.smithi148.cvefzo (mgr.14180) 1311 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:47:35.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:35 smithi153 bash[28288]: audit 2023-11-08T02:47:33.917489+0000 mgr.smithi148.cvefzo (mgr.14180) 1312 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:35.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:35 smithi153 bash[28288]: audit 2023-11-08T02:47:34.940846+0000 mon.smithi148 (mon.0) 1002 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.meinoi"}]: dispatch 2023-11-08T02:47:35.730 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:47:36.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: cephadm 2023-11-08T02:47:34.939569+0000 mgr.smithi148.cvefzo (mgr.14180) 1313 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi 2023-11-08T02:47:36.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:47:36.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi 2023-11-08T02:47:36.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi 2023-11-08T02:47:36.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:47:36.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi 2023-11-08T02:47:36.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.meinoi ... 2023-11-08T02:47:36.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:36.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:47:36.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:47:36.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:47:36.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:36.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:47:36.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:47:36.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:47:36.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:47:36.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:47:36.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi 2023-11-08T02:47:36.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:47:36.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi 2023-11-08T02:47:36.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi 2023-11-08T02:47:36.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:47:36.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi 2023-11-08T02:47:36.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.meinoi ... 2023-11-08T02:47:36.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:36.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:47:36.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:47:36.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:47:36.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:36.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: cephadm 2023-11-08T02:47:34.940088+0000 mgr.smithi148.cvefzo (mgr.14180) 1314 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.meinoi 2023-11-08T02:47:36.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: cephadm 2023-11-08T02:47:34.942446+0000 mgr.smithi148.cvefzo (mgr.14180) 1315 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.meinoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi 2023-11-08T02:47:36.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:47:36.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi 2023-11-08T02:47:36.287 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi 2023-11-08T02:47:36.287 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:47:36.287 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi 2023-11-08T02:47:36.288 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.meinoi ... 2023-11-08T02:47:36.288 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:36.288 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:47:36.289 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:47:36.289 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:47:36.289 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:36.290 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: cephadm 2023-11-08T02:47:34.945172+0000 mgr.smithi148.cvefzo (mgr.14180) 1316 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.ykatdz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:47:36.290 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: cephadm 2023-11-08T02:47:34.947500+0000 mgr.smithi148.cvefzo (mgr.14180) 1317 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:47:36.291 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: cluster 2023-11-08T02:47:34.948643+0000 mgr.smithi148.cvefzo (mgr.14180) 1318 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 208 B/s rd, 0 op/s 2023-11-08T02:47:36.291 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: cluster 2023-11-08T02:47:35.054510+0000 mon.smithi148 (mon.0) 1003 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:47:36.291 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:36 smithi148 bash[24200]: audit 2023-11-08T02:47:35.438890+0000 mon.smithi148 (mon.0) 1004 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:47:36.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: cephadm 2023-11-08T02:47:34.939569+0000 mgr.smithi148.cvefzo (mgr.14180) 1313 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi 2023-11-08T02:47:36.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:47:36.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi 2023-11-08T02:47:36.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi 2023-11-08T02:47:36.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:47:36.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi 2023-11-08T02:47:36.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.meinoi ... 2023-11-08T02:47:36.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:36.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:47:36.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:47:36.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:47:36.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:36.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:47:36.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:47:36.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:47:36.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:47:36.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:47:36.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi 2023-11-08T02:47:36.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:47:36.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi 2023-11-08T02:47:36.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi 2023-11-08T02:47:36.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:47:36.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi 2023-11-08T02:47:36.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.meinoi ... 2023-11-08T02:47:36.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:36.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:47:36.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:47:36.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:47:36.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:36.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: cephadm 2023-11-08T02:47:34.940088+0000 mgr.smithi148.cvefzo (mgr.14180) 1314 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.meinoi 2023-11-08T02:47:36.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: cephadm 2023-11-08T02:47:34.942446+0000 mgr.smithi148.cvefzo (mgr.14180) 1315 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.meinoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi 2023-11-08T02:47:36.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:47:36.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi 2023-11-08T02:47:36.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi 2023-11-08T02:47:36.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:47:36.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi 2023-11-08T02:47:36.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.meinoi ... 2023-11-08T02:47:36.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:36.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:47:36.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:47:36.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:47:36.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:47:36.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: cephadm 2023-11-08T02:47:34.945172+0000 mgr.smithi148.cvefzo (mgr.14180) 1316 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.ykatdz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:47:36.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: cephadm 2023-11-08T02:47:34.947500+0000 mgr.smithi148.cvefzo (mgr.14180) 1317 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:47:36.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: cluster 2023-11-08T02:47:34.948643+0000 mgr.smithi148.cvefzo (mgr.14180) 1318 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 208 B/s rd, 0 op/s 2023-11-08T02:47:36.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: cluster 2023-11-08T02:47:35.054510+0000 mon.smithi148 (mon.0) 1003 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:47:36.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:36 smithi153 bash[28288]: audit 2023-11-08T02:47:35.438890+0000 mon.smithi148 (mon.0) 1004 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:47:38.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:38 smithi148 bash[24200]: cluster 2023-11-08T02:47:36.949881+0000 mgr.smithi148.cvefzo (mgr.14180) 1319 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 208 B/s rd, 0 op/s 2023-11-08T02:47:38.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:38 smithi153 bash[28288]: cluster 2023-11-08T02:47:36.949881+0000 mgr.smithi148.cvefzo (mgr.14180) 1319 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 208 B/s rd, 0 op/s 2023-11-08T02:47:39.175 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:47:39.176 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:31.194279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.cfvlgg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\nDeploy daemon haproxy.nfs.foo.smithi153.cfvlgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.942193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.meinoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\nDeploy daemon haproxy.nfs.foo.smithi148.meinoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.945038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ykatdz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:47:40.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:47:40.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:40 smithi153 bash[28288]: cluster 2023-11-08T02:47:38.950864+0000 mgr.smithi148.cvefzo (mgr.14180) 1320 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-08T02:47:40.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:40 smithi148 bash[24200]: cluster 2023-11-08T02:47:38.950864+0000 mgr.smithi148.cvefzo (mgr.14180) 1320 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-08T02:47:41.039 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:47:41.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:41 smithi153 bash[28288]: audit 2023-11-08T02:47:39.166961+0000 mgr.smithi148.cvefzo (mgr.14180) 1321 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:41.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:41 smithi148 bash[24200]: audit 2023-11-08T02:47:39.166961+0000 mgr.smithi148.cvefzo (mgr.14180) 1321 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:42.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:42 smithi153 bash[28288]: cluster 2023-11-08T02:47:40.951931+0000 mgr.smithi148.cvefzo (mgr.14180) 1322 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-08T02:47:42.416 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:42 smithi148 bash[24200]: cluster 2023-11-08T02:47:40.951931+0000 mgr.smithi148.cvefzo (mgr.14180) 1322 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-08T02:47:43.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:43 smithi148 bash[24200]: cluster 2023-11-08T02:47:42.953068+0000 mgr.smithi148.cvefzo (mgr.14180) 1323 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-08T02:47:43.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:43 smithi153 bash[28288]: cluster 2023-11-08T02:47:42.953068+0000 mgr.smithi148.cvefzo (mgr.14180) 1323 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-08T02:47:44.364 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:47:44.364 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:31.194279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.cfvlgg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\nDeploy daemon haproxy.nfs.foo.smithi153.cfvlgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.942193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.meinoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\nDeploy daemon haproxy.nfs.foo.smithi148.meinoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.945038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ykatdz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:47:45.187 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:47:46.188 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:47:46.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:46 smithi148 bash[24200]: audit 2023-11-08T02:47:44.355202+0000 mgr.smithi148.cvefzo (mgr.14180) 1324 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:46.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:46 smithi148 bash[24200]: cluster 2023-11-08T02:47:44.954231+0000 mgr.smithi148.cvefzo (mgr.14180) 1325 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-08T02:47:46.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:46 smithi153 bash[28288]: audit 2023-11-08T02:47:44.355202+0000 mgr.smithi148.cvefzo (mgr.14180) 1324 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:46.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:46 smithi153 bash[28288]: cluster 2023-11-08T02:47:44.954231+0000 mgr.smithi148.cvefzo (mgr.14180) 1325 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 177 B/s rd, 0 op/s 2023-11-08T02:47:48.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:48 smithi148 bash[24200]: cluster 2023-11-08T02:47:46.955221+0000 mgr.smithi148.cvefzo (mgr.14180) 1326 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:47:48.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:48 smithi153 bash[28288]: cluster 2023-11-08T02:47:46.955221+0000 mgr.smithi148.cvefzo (mgr.14180) 1326 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:47:49.458 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:47:49.458 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:31.194279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.cfvlgg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\nDeploy daemon haproxy.nfs.foo.smithi153.cfvlgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.942193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.meinoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\nDeploy daemon haproxy.nfs.foo.smithi148.meinoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.945038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ykatdz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:47:50.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:47:50.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:50 smithi148 bash[24200]: cluster 2023-11-08T02:47:48.956509+0000 mgr.smithi148.cvefzo (mgr.14180) 1327 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:50.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:50 smithi153 bash[28288]: cluster 2023-11-08T02:47:48.956509+0000 mgr.smithi148.cvefzo (mgr.14180) 1327 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:51.219 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:47:51.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:51 smithi153 bash[28288]: audit 2023-11-08T02:47:49.447547+0000 mgr.smithi148.cvefzo (mgr.14180) 1328 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:51.423 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:51 smithi148 bash[24200]: audit 2023-11-08T02:47:49.447547+0000 mgr.smithi148.cvefzo (mgr.14180) 1328 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:52.290 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:52 smithi148 bash[24200]: cluster 2023-11-08T02:47:50.957707+0000 mgr.smithi148.cvefzo (mgr.14180) 1329 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:52.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:52 smithi153 bash[28288]: cluster 2023-11-08T02:47:50.957707+0000 mgr.smithi148.cvefzo (mgr.14180) 1329 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:53.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:53 smithi148 bash[24200]: cluster 2023-11-08T02:47:52.959041+0000 mgr.smithi148.cvefzo (mgr.14180) 1330 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:53.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:53 smithi153 bash[28288]: cluster 2023-11-08T02:47:52.959041+0000 mgr.smithi148.cvefzo (mgr.14180) 1330 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:54.449 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:47:54.450 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:31.194279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.cfvlgg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\nDeploy daemon haproxy.nfs.foo.smithi153.cfvlgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.942193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.meinoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\nDeploy daemon haproxy.nfs.foo.smithi148.meinoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.945038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ykatdz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:47:55.233 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:47:56.234 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:47:56.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:56 smithi148 bash[24200]: audit 2023-11-08T02:47:54.441067+0000 mgr.smithi148.cvefzo (mgr.14180) 1331 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:56.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:56 smithi148 bash[24200]: cluster 2023-11-08T02:47:54.959833+0000 mgr.smithi148.cvefzo (mgr.14180) 1332 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:56.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:56 smithi153 bash[28288]: audit 2023-11-08T02:47:54.441067+0000 mgr.smithi148.cvefzo (mgr.14180) 1331 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:47:56.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:56 smithi153 bash[28288]: cluster 2023-11-08T02:47:54.959833+0000 mgr.smithi148.cvefzo (mgr.14180) 1332 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:47:58.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:47:58 smithi148 bash[24200]: cluster 2023-11-08T02:47:56.961076+0000 mgr.smithi148.cvefzo (mgr.14180) 1333 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:47:58.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:47:58 smithi153 bash[28288]: cluster 2023-11-08T02:47:56.961076+0000 mgr.smithi148.cvefzo (mgr.14180) 1333 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:47:59.354 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:47:59.355 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:31.194279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.cfvlgg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\nDeploy daemon haproxy.nfs.foo.smithi153.cfvlgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.942193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.meinoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\nDeploy daemon haproxy.nfs.foo.smithi148.meinoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.945038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ykatdz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:48:00.120 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:48:00.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:00 smithi153 bash[28288]: cluster 2023-11-08T02:47:58.962177+0000 mgr.smithi148.cvefzo (mgr.14180) 1334 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:00.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:00 smithi148 bash[24200]: cluster 2023-11-08T02:47:58.962177+0000 mgr.smithi148.cvefzo (mgr.14180) 1334 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:01.121 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:48:01.324 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:01 smithi148 bash[24200]: audit 2023-11-08T02:47:59.343928+0000 mgr.smithi148.cvefzo (mgr.14180) 1335 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:01.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:01 smithi153 bash[28288]: audit 2023-11-08T02:47:59.343928+0000 mgr.smithi148.cvefzo (mgr.14180) 1335 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:02.351 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:02 smithi148 bash[24200]: cluster 2023-11-08T02:48:00.963218+0000 mgr.smithi148.cvefzo (mgr.14180) 1336 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:02.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:02 smithi153 bash[28288]: cluster 2023-11-08T02:48:00.963218+0000 mgr.smithi148.cvefzo (mgr.14180) 1336 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:03.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:03 smithi148 bash[24200]: cluster 2023-11-08T02:48:02.963945+0000 mgr.smithi148.cvefzo (mgr.14180) 1337 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:03.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:03 smithi153 bash[28288]: cluster 2023-11-08T02:48:02.963945+0000 mgr.smithi148.cvefzo (mgr.14180) 1337 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:04.386 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:48:04.386 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:31.194279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.cfvlgg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\nDeploy daemon haproxy.nfs.foo.smithi153.cfvlgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.942193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.meinoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\nDeploy daemon haproxy.nfs.foo.smithi148.meinoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.945038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ykatdz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:48:05.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:48:06.181 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:48:06.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:06 smithi148 bash[24200]: audit 2023-11-08T02:48:04.381731+0000 mgr.smithi148.cvefzo (mgr.14180) 1338 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:06.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:06 smithi148 bash[24200]: cluster 2023-11-08T02:48:04.965130+0000 mgr.smithi148.cvefzo (mgr.14180) 1339 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:06.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:06 smithi153 bash[28288]: audit 2023-11-08T02:48:04.381731+0000 mgr.smithi148.cvefzo (mgr.14180) 1338 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:06.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:06 smithi153 bash[28288]: cluster 2023-11-08T02:48:04.965130+0000 mgr.smithi148.cvefzo (mgr.14180) 1339 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:08.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:08 smithi153 bash[28288]: cluster 2023-11-08T02:48:06.966387+0000 mgr.smithi148.cvefzo (mgr.14180) 1340 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:48:08.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:08 smithi148 bash[24200]: cluster 2023-11-08T02:48:06.966387+0000 mgr.smithi148.cvefzo (mgr.14180) 1340 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:48:09.478 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:48:09.479 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:31.194279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.cfvlgg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\nDeploy daemon haproxy.nfs.foo.smithi153.cfvlgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.942193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.meinoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\nDeploy daemon haproxy.nfs.foo.smithi148.meinoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.945038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ykatdz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:48:10.280 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:48:10.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:10 smithi153 bash[28288]: cluster 2023-11-08T02:48:08.967658+0000 mgr.smithi148.cvefzo (mgr.14180) 1341 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:10.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:10 smithi148 bash[24200]: cluster 2023-11-08T02:48:08.967658+0000 mgr.smithi148.cvefzo (mgr.14180) 1341 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:11.282 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:48:11.294 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:11 smithi148 bash[24200]: audit 2023-11-08T02:48:09.468403+0000 mgr.smithi148.cvefzo (mgr.14180) 1342 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:11.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:11 smithi153 bash[28288]: audit 2023-11-08T02:48:09.468403+0000 mgr.smithi148.cvefzo (mgr.14180) 1342 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:12.368 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:12 smithi148 bash[24200]: cluster 2023-11-08T02:48:10.968390+0000 mgr.smithi148.cvefzo (mgr.14180) 1343 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:12.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:12 smithi153 bash[28288]: cluster 2023-11-08T02:48:10.968390+0000 mgr.smithi148.cvefzo (mgr.14180) 1343 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:13.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:13 smithi148 bash[24200]: cluster 2023-11-08T02:48:12.969435+0000 mgr.smithi148.cvefzo (mgr.14180) 1344 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:13.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:13 smithi153 bash[28288]: cluster 2023-11-08T02:48:12.969435+0000 mgr.smithi148.cvefzo (mgr.14180) 1344 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:14.553 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:48:14.553 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:31.194279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.cfvlgg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\nDeploy daemon haproxy.nfs.foo.smithi153.cfvlgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.942193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.meinoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\nDeploy daemon haproxy.nfs.foo.smithi148.meinoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.945038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ykatdz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:48:15.367 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:48:16.368 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:48:16.381 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:16 smithi148 bash[24200]: audit 2023-11-08T02:48:14.545761+0000 mgr.smithi148.cvefzo (mgr.14180) 1345 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:16.381 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:16 smithi148 bash[24200]: cluster 2023-11-08T02:48:14.970716+0000 mgr.smithi148.cvefzo (mgr.14180) 1346 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:16.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:16 smithi153 bash[28288]: audit 2023-11-08T02:48:14.545761+0000 mgr.smithi148.cvefzo (mgr.14180) 1345 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:16.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:16 smithi153 bash[28288]: cluster 2023-11-08T02:48:14.970716+0000 mgr.smithi148.cvefzo (mgr.14180) 1346 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:18.349 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:18 smithi148 bash[24200]: cluster 2023-11-08T02:48:16.971947+0000 mgr.smithi148.cvefzo (mgr.14180) 1347 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:48:18.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:18 smithi153 bash[28288]: cluster 2023-11-08T02:48:16.971947+0000 mgr.smithi148.cvefzo (mgr.14180) 1347 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:48:19.661 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:48:19.662 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:31.194279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.cfvlgg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\nDeploy daemon haproxy.nfs.foo.smithi153.cfvlgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.942193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.meinoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\nDeploy daemon haproxy.nfs.foo.smithi148.meinoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.945038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ykatdz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:48:20.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:20 smithi148 bash[24200]: cluster 2023-11-08T02:48:18.972790+0000 mgr.smithi148.cvefzo (mgr.14180) 1348 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:20.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:20 smithi153 bash[28288]: cluster 2023-11-08T02:48:18.972790+0000 mgr.smithi148.cvefzo (mgr.14180) 1348 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:20.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:48:21.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:21 smithi153 bash[28288]: audit 2023-11-08T02:48:19.655831+0000 mgr.smithi148.cvefzo (mgr.14180) 1349 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:21.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:21 smithi148 bash[24200]: audit 2023-11-08T02:48:19.655831+0000 mgr.smithi148.cvefzo (mgr.14180) 1349 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:21.535 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:48:22.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:22 smithi153 bash[28288]: cluster 2023-11-08T02:48:20.973855+0000 mgr.smithi148.cvefzo (mgr.14180) 1350 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:22.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:22 smithi148 bash[24200]: cluster 2023-11-08T02:48:20.973855+0000 mgr.smithi148.cvefzo (mgr.14180) 1350 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:23.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:23 smithi148 bash[24200]: cluster 2023-11-08T02:48:22.974951+0000 mgr.smithi148.cvefzo (mgr.14180) 1351 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:23.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:23 smithi153 bash[28288]: cluster 2023-11-08T02:48:22.974951+0000 mgr.smithi148.cvefzo (mgr.14180) 1351 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:24.676 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:48:24.676 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:31.194279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.cfvlgg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\nDeploy daemon haproxy.nfs.foo.smithi153.cfvlgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.942193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.meinoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\nDeploy daemon haproxy.nfs.foo.smithi148.meinoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.945038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ykatdz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:48:25.556 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:48:26.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:26 smithi153 bash[28288]: audit 2023-11-08T02:48:24.667225+0000 mgr.smithi148.cvefzo (mgr.14180) 1352 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:26.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:26 smithi153 bash[28288]: cluster 2023-11-08T02:48:24.976179+0000 mgr.smithi148.cvefzo (mgr.14180) 1353 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:26.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:26 smithi148 bash[24200]: audit 2023-11-08T02:48:24.667225+0000 mgr.smithi148.cvefzo (mgr.14180) 1352 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:26.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:26 smithi148 bash[24200]: cluster 2023-11-08T02:48:24.976179+0000 mgr.smithi148.cvefzo (mgr.14180) 1353 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:26.557 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:48:28.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:28 smithi153 bash[28288]: cluster 2023-11-08T02:48:26.977359+0000 mgr.smithi148.cvefzo (mgr.14180) 1354 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:48:28.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:28 smithi148 bash[24200]: cluster 2023-11-08T02:48:26.977359+0000 mgr.smithi148.cvefzo (mgr.14180) 1354 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:48:29.974 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:48:29.975 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:31.194279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.cfvlgg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\nDeploy daemon haproxy.nfs.foo.smithi153.cfvlgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.942193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.meinoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\nDeploy daemon haproxy.nfs.foo.smithi148.meinoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.945038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ykatdz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:48:30.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:30 smithi153 bash[28288]: cluster 2023-11-08T02:48:28.978607+0000 mgr.smithi148.cvefzo (mgr.14180) 1355 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:30.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:30 smithi148 bash[24200]: cluster 2023-11-08T02:48:28.978607+0000 mgr.smithi148.cvefzo (mgr.14180) 1355 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:30.840 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:48:31.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:31 smithi148 bash[24200]: audit 2023-11-08T02:48:29.966194+0000 mgr.smithi148.cvefzo (mgr.14180) 1356 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:31.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:31 smithi153 bash[28288]: audit 2023-11-08T02:48:29.966194+0000 mgr.smithi148.cvefzo (mgr.14180) 1356 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:31.841 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:48:32.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:32 smithi148 bash[24200]: cluster 2023-11-08T02:48:30.979744+0000 mgr.smithi148.cvefzo (mgr.14180) 1357 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:32.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:32 smithi153 bash[28288]: cluster 2023-11-08T02:48:30.979744+0000 mgr.smithi148.cvefzo (mgr.14180) 1357 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:33.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:33 smithi148 bash[24200]: cluster 2023-11-08T02:48:32.980851+0000 mgr.smithi148.cvefzo (mgr.14180) 1358 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:33.825 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:33 smithi153 bash[28288]: cluster 2023-11-08T02:48:32.980851+0000 mgr.smithi148.cvefzo (mgr.14180) 1358 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:35.162 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:48:35.162 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:46:27.078964Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ixnbig on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:31.194279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.cfvlgg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\nDeploy daemon haproxy.nfs.foo.smithi153.cfvlgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.942193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.meinoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\nDeploy daemon haproxy.nfs.foo.smithi148.meinoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.945038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ykatdz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:48:35.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:35 smithi148 bash[24200]: audit 2023-11-08T02:48:34.953493+0000 mon.smithi148 (mon.0) 1005 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:48:35.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:35 smithi153 bash[28288]: audit 2023-11-08T02:48:34.953493+0000 mon.smithi148 (mon.0) 1005 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:48:36.079 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:48:36.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:36 smithi153 bash[28288]: cluster 2023-11-08T02:48:34.982186+0000 mgr.smithi148.cvefzo (mgr.14180) 1359 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:36.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:36 smithi153 bash[28288]: audit 2023-11-08T02:48:35.257457+0000 mon.smithi148 (mon.0) 1006 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:36.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:36 smithi153 bash[28288]: audit 2023-11-08T02:48:35.258717+0000 mon.smithi148 (mon.0) 1007 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:48:36.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:36 smithi153 bash[28288]: audit 2023-11-08T02:48:35.266652+0000 mon.smithi148 (mon.0) 1008 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:48:36.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:36 smithi153 bash[28288]: audit 2023-11-08T02:48:35.273650+0000 mon.smithi148 (mon.0) 1009 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:48:36.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:36 smithi153 bash[28288]: audit 2023-11-08T02:48:35.287131+0000 mon.smithi148 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:48:36.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:36 smithi148 bash[24200]: cluster 2023-11-08T02:48:34.982186+0000 mgr.smithi148.cvefzo (mgr.14180) 1359 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:36.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:36 smithi148 bash[24200]: audit 2023-11-08T02:48:35.257457+0000 mon.smithi148 (mon.0) 1006 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:48:36.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:36 smithi148 bash[24200]: audit 2023-11-08T02:48:35.258717+0000 mon.smithi148 (mon.0) 1007 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:48:36.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:36 smithi148 bash[24200]: audit 2023-11-08T02:48:35.266652+0000 mon.smithi148 (mon.0) 1008 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:48:36.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:36 smithi148 bash[24200]: audit 2023-11-08T02:48:35.273650+0000 mon.smithi148 (mon.0) 1009 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:48:36.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:36 smithi148 bash[24200]: audit 2023-11-08T02:48:35.287131+0000 mon.smithi148 (mon.0) 1010 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:48:37.081 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:48:37.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:37 smithi153 bash[28288]: audit 2023-11-08T02:48:35.157898+0000 mgr.smithi148.cvefzo (mgr.14180) 1360 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:37.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:37 smithi153 bash[28288]: cluster 2023-11-08T02:48:35.267651+0000 mgr.smithi148.cvefzo (mgr.14180) 1361 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:48:37.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:37 smithi153 bash[28288]: cephadm 2023-11-08T02:48:35.289844+0000 mgr.smithi148.cvefzo (mgr.14180) 1362 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.hvxwxo on smithi153 2023-11-08T02:48:37.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:37 smithi153 bash[28288]: cluster 2023-11-08T02:48:36.263267+0000 mon.smithi148 (mon.0) 1011 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:48:37.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:37 smithi153 bash[28288]: cluster 2023-11-08T02:48:36.263319+0000 mon.smithi148 (mon.0) 1012 : cluster [INF] Cluster is now healthy 2023-11-08T02:48:37.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:37 smithi148 bash[24200]: audit 2023-11-08T02:48:35.157898+0000 mgr.smithi148.cvefzo (mgr.14180) 1360 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:37.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:37 smithi148 bash[24200]: cluster 2023-11-08T02:48:35.267651+0000 mgr.smithi148.cvefzo (mgr.14180) 1361 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:48:37.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:37 smithi148 bash[24200]: cephadm 2023-11-08T02:48:35.289844+0000 mgr.smithi148.cvefzo (mgr.14180) 1362 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.hvxwxo on smithi153 2023-11-08T02:48:37.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:37 smithi148 bash[24200]: cluster 2023-11-08T02:48:36.263267+0000 mon.smithi148 (mon.0) 1011 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:48:37.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:37 smithi148 bash[24200]: cluster 2023-11-08T02:48:36.263319+0000 mon.smithi148 (mon.0) 1012 : cluster [INF] Cluster is now healthy 2023-11-08T02:48:39.300 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:39 smithi148 bash[24200]: cluster 2023-11-08T02:48:37.268512+0000 mgr.smithi148.cvefzo (mgr.14180) 1363 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:48:39.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:39 smithi153 bash[28288]: cluster 2023-11-08T02:48:37.268512+0000 mgr.smithi148.cvefzo (mgr.14180) 1363 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:48:40.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:40 smithi153 bash[28288]: audit 2023-11-08T02:48:39.302028+0000 mon.smithi148 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.hvxwxo"}]: dispatch 2023-11-08T02:48:40.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:40 smithi153 bash[28288]: audit 2023-11-08T02:48:39.863055+0000 mon.smithi148 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:48:40.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:40 smithi148 bash[24200]: audit 2023-11-08T02:48:39.302028+0000 mon.smithi148 (mon.0) 1013 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.hvxwxo"}]: dispatch 2023-11-08T02:48:40.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:40 smithi148 bash[24200]: audit 2023-11-08T02:48:39.863055+0000 mon.smithi148 (mon.0) 1014 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:48:40.579 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:48:40.580 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:47:31.194279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.cfvlgg on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-cfvlgg\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.cfvlgg\nDeploy daemon haproxy.nfs.foo.smithi153.cfvlgg ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.942193Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.meinoi on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-meinoi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.meinoi\nDeploy daemon haproxy.nfs.foo.smithi148.meinoi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:47:34.945038Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ykatdz on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:39.303292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hvxwxo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\nDeploy daemon haproxy.nfs.foo.smithi153.hvxwxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:48:41.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: cluster 2023-11-08T02:48:39.269462+0000 mgr.smithi148.cvefzo (mgr.14180) 1364 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:48:41.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: cephadm 2023-11-08T02:48:39.300964+0000 mgr.smithi148.cvefzo (mgr.14180) 1365 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo 2023-11-08T02:48:41.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:48:41.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo 2023-11-08T02:48:41.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo 2023-11-08T02:48:41.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:48:41.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo 2023-11-08T02:48:41.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.hvxwxo ... 2023-11-08T02:48:41.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:41.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:48:41.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:48:41.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:48:41.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:41.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:48:41.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:48:41.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:48:41.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:48:41.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:48:41.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo 2023-11-08T02:48:41.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:48:41.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo 2023-11-08T02:48:41.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo 2023-11-08T02:48:41.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:48:41.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo 2023-11-08T02:48:41.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.hvxwxo ... 2023-11-08T02:48:41.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:41.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:48:41.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:48:41.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:48:41.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:41.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: cephadm 2023-11-08T02:48:39.301366+0000 mgr.smithi148.cvefzo (mgr.14180) 1366 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.hvxwxo 2023-11-08T02:48:41.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: cephadm 2023-11-08T02:48:39.303495+0000 mgr.smithi148.cvefzo (mgr.14180) 1367 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.hvxwxo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo 2023-11-08T02:48:41.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:48:41.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo 2023-11-08T02:48:41.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo 2023-11-08T02:48:41.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:48:41.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo 2023-11-08T02:48:41.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.hvxwxo ... 2023-11-08T02:48:41.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:41.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:48:41.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:48:41.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:48:41.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:41.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:41 smithi153 bash[28288]: cephadm 2023-11-08T02:48:39.307226+0000 mgr.smithi148.cvefzo (mgr.14180) 1368 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.ibnlsl on smithi148 2023-11-08T02:48:41.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: cluster 2023-11-08T02:48:39.269462+0000 mgr.smithi148.cvefzo (mgr.14180) 1364 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:48:41.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: cephadm 2023-11-08T02:48:39.300964+0000 mgr.smithi148.cvefzo (mgr.14180) 1365 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo 2023-11-08T02:48:41.448 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:48:41.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo 2023-11-08T02:48:41.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo 2023-11-08T02:48:41.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:48:41.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo 2023-11-08T02:48:41.449 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.hvxwxo ... 2023-11-08T02:48:41.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:41.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:48:41.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:48:41.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:48:41.450 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:41.451 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:48:41.451 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:48:41.451 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:48:41.451 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:48:41.451 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:48:41.452 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo 2023-11-08T02:48:41.452 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:48:41.452 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo 2023-11-08T02:48:41.452 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo 2023-11-08T02:48:41.452 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:48:41.453 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo 2023-11-08T02:48:41.453 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.hvxwxo ... 2023-11-08T02:48:41.454 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:48:41.455 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:41.455 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:48:41.455 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:48:41.455 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:48:41.455 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:41.456 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: cephadm 2023-11-08T02:48:39.301366+0000 mgr.smithi148.cvefzo (mgr.14180) 1366 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.hvxwxo 2023-11-08T02:48:41.456 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: cephadm 2023-11-08T02:48:39.303495+0000 mgr.smithi148.cvefzo (mgr.14180) 1367 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.hvxwxo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo 2023-11-08T02:48:41.456 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:48:41.456 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo 2023-11-08T02:48:41.456 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo 2023-11-08T02:48:41.457 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:48:41.457 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo 2023-11-08T02:48:41.457 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.hvxwxo ... 2023-11-08T02:48:41.457 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:41.457 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:48:41.458 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:48:41.458 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:48:41.458 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:41.458 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:41 smithi148 bash[24200]: cephadm 2023-11-08T02:48:39.307226+0000 mgr.smithi148.cvefzo (mgr.14180) 1368 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.ibnlsl on smithi148 2023-11-08T02:48:42.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:42 smithi153 bash[28288]: audit 2023-11-08T02:48:40.570382+0000 mgr.smithi148.cvefzo (mgr.14180) 1369 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:42.456 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:48:42.468 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:42 smithi148 bash[24200]: audit 2023-11-08T02:48:40.570382+0000 mgr.smithi148.cvefzo (mgr.14180) 1369 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:43.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:43 smithi153 bash[28288]: cluster 2023-11-08T02:48:41.270180+0000 mgr.smithi148.cvefzo (mgr.14180) 1370 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:48:43.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:43 smithi148 bash[24200]: cluster 2023-11-08T02:48:41.270180+0000 mgr.smithi148.cvefzo (mgr.14180) 1370 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:48:44.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:44 smithi148 bash[24200]: audit 2023-11-08T02:48:43.680080+0000 mon.smithi148 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.ibnlsl"}]: dispatch 2023-11-08T02:48:44.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:44 smithi153 bash[28288]: audit 2023-11-08T02:48:43.680080+0000 mon.smithi148 (mon.0) 1015 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.ibnlsl"}]: dispatch 2023-11-08T02:48:45.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: cluster 2023-11-08T02:48:43.271164+0000 mgr.smithi148.cvefzo (mgr.14180) 1371 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:48:45.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: cephadm 2023-11-08T02:48:43.679347+0000 mgr.smithi148.cvefzo (mgr.14180) 1372 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl 2023-11-08T02:48:45.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:48:45.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl 2023-11-08T02:48:45.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl 2023-11-08T02:48:45.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:48:45.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl 2023-11-08T02:48:45.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.ibnlsl ... 2023-11-08T02:48:45.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:45.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:48:45.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:48:45.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:48:45.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:45.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:48:45.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:48:45.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:48:45.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:48:45.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:48:45.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl 2023-11-08T02:48:45.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:48:45.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl 2023-11-08T02:48:45.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl 2023-11-08T02:48:45.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:48:45.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl 2023-11-08T02:48:45.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.ibnlsl ... 2023-11-08T02:48:45.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:45.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:48:45.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:48:45.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:48:45.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:45.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: cephadm 2023-11-08T02:48:43.679582+0000 mgr.smithi148.cvefzo (mgr.14180) 1373 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.ibnlsl 2023-11-08T02:48:45.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: cephadm 2023-11-08T02:48:43.681441+0000 mgr.smithi148.cvefzo (mgr.14180) 1374 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.ibnlsl on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl 2023-11-08T02:48:45.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:48:45.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl 2023-11-08T02:48:45.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl 2023-11-08T02:48:45.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:48:45.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl 2023-11-08T02:48:45.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.ibnlsl ... 2023-11-08T02:48:45.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:45.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:48:45.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:48:45.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:48:45.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:45.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: cephadm 2023-11-08T02:48:43.686170+0000 mgr.smithi148.cvefzo (mgr.14180) 1375 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.pwxyxy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:48:45.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: cephadm 2023-11-08T02:48:43.687804+0000 mgr.smithi148.cvefzo (mgr.14180) 1376 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:48:45.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: cluster 2023-11-08T02:48:43.688498+0000 mgr.smithi148.cvefzo (mgr.14180) 1377 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 0 op/s 2023-11-08T02:48:45.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:45 smithi148 bash[24200]: cluster 2023-11-08T02:48:44.072428+0000 mon.smithi148 (mon.0) 1016 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:48:45.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: cluster 2023-11-08T02:48:43.271164+0000 mgr.smithi148.cvefzo (mgr.14180) 1371 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:48:45.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: cephadm 2023-11-08T02:48:43.679347+0000 mgr.smithi148.cvefzo (mgr.14180) 1372 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl 2023-11-08T02:48:45.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:48:45.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl 2023-11-08T02:48:45.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl 2023-11-08T02:48:45.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:48:45.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl 2023-11-08T02:48:45.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.ibnlsl ... 2023-11-08T02:48:45.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:45.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:48:45.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:48:45.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:48:45.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:45.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:48:45.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:48:45.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:48:45.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:48:45.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:48:45.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl 2023-11-08T02:48:45.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:48:45.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl 2023-11-08T02:48:45.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl 2023-11-08T02:48:45.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:48:45.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl 2023-11-08T02:48:45.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.ibnlsl ... 2023-11-08T02:48:45.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:45.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:48:45.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:48:45.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:48:45.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:45.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: cephadm 2023-11-08T02:48:43.679582+0000 mgr.smithi148.cvefzo (mgr.14180) 1373 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.ibnlsl 2023-11-08T02:48:45.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: cephadm 2023-11-08T02:48:43.681441+0000 mgr.smithi148.cvefzo (mgr.14180) 1374 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.ibnlsl on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl 2023-11-08T02:48:45.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:48:45.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl 2023-11-08T02:48:45.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl 2023-11-08T02:48:45.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:48:45.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl 2023-11-08T02:48:45.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.ibnlsl ... 2023-11-08T02:48:45.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:45.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:48:45.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:48:45.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:48:45.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:48:45.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: cephadm 2023-11-08T02:48:43.686170+0000 mgr.smithi148.cvefzo (mgr.14180) 1375 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.pwxyxy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:48:45.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: cephadm 2023-11-08T02:48:43.687804+0000 mgr.smithi148.cvefzo (mgr.14180) 1376 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:48:45.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: cluster 2023-11-08T02:48:43.688498+0000 mgr.smithi148.cvefzo (mgr.14180) 1377 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 235 B/s rd, 0 op/s 2023-11-08T02:48:45.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:45 smithi153 bash[28288]: cluster 2023-11-08T02:48:44.072428+0000 mon.smithi148 (mon.0) 1016 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:48:46.358 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:48:46.359 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:39.303292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hvxwxo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\nDeploy daemon haproxy.nfs.foo.smithi153.hvxwxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.681132Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ibnlsl on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\nDeploy daemon haproxy.nfs.foo.smithi148.ibnlsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.686058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.pwxyxy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:48:46.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:46 smithi148 bash[24200]: audit 2023-11-08T02:48:45.487533+0000 mon.smithi148 (mon.0) 1017 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:48:46.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:46 smithi148 bash[24200]: cluster 2023-11-08T02:48:45.689572+0000 mgr.smithi148.cvefzo (mgr.14180) 1378 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-08T02:48:46.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:46 smithi153 bash[28288]: audit 2023-11-08T02:48:45.487533+0000 mon.smithi148 (mon.0) 1017 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:48:46.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:46 smithi153 bash[28288]: cluster 2023-11-08T02:48:45.689572+0000 mgr.smithi148.cvefzo (mgr.14180) 1378 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-08T02:48:47.153 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:48:47.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:47 smithi148 bash[24200]: audit 2023-11-08T02:48:46.346467+0000 mgr.smithi148.cvefzo (mgr.14180) 1379 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:47.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:47 smithi153 bash[28288]: audit 2023-11-08T02:48:46.346467+0000 mgr.smithi148.cvefzo (mgr.14180) 1379 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:48.154 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:48:48.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:48 smithi148 bash[24200]: cluster 2023-11-08T02:48:47.690762+0000 mgr.smithi148.cvefzo (mgr.14180) 1380 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-08T02:48:48.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:48 smithi153 bash[28288]: cluster 2023-11-08T02:48:47.690762+0000 mgr.smithi148.cvefzo (mgr.14180) 1380 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-08T02:48:51.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:50 smithi148 bash[24200]: cluster 2023-11-08T02:48:49.692060+0000 mgr.smithi148.cvefzo (mgr.14180) 1381 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-08T02:48:51.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:50 smithi153 bash[28288]: cluster 2023-11-08T02:48:49.692060+0000 mgr.smithi148.cvefzo (mgr.14180) 1381 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-08T02:48:51.510 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:48:51.511 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:39.303292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hvxwxo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\nDeploy daemon haproxy.nfs.foo.smithi153.hvxwxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.681132Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ibnlsl on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\nDeploy daemon haproxy.nfs.foo.smithi148.ibnlsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.686058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.pwxyxy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:48:52.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:48:53.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:52 smithi148 bash[24200]: audit 2023-11-08T02:48:51.499100+0000 mgr.smithi148.cvefzo (mgr.14180) 1382 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:53.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:52 smithi148 bash[24200]: cluster 2023-11-08T02:48:51.693228+0000 mgr.smithi148.cvefzo (mgr.14180) 1383 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-08T02:48:53.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:52 smithi153 bash[28288]: audit 2023-11-08T02:48:51.499100+0000 mgr.smithi148.cvefzo (mgr.14180) 1382 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:53.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:52 smithi153 bash[28288]: cluster 2023-11-08T02:48:51.693228+0000 mgr.smithi148.cvefzo (mgr.14180) 1383 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-08T02:48:53.332 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:48:55.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:54 smithi148 bash[24200]: cluster 2023-11-08T02:48:53.694561+0000 mgr.smithi148.cvefzo (mgr.14180) 1384 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-08T02:48:55.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:54 smithi153 bash[28288]: cluster 2023-11-08T02:48:53.694561+0000 mgr.smithi148.cvefzo (mgr.14180) 1384 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-08T02:48:56.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:55 smithi153 bash[28288]: audit 2023-11-08T02:48:54.866643+0000 mon.smithi148 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:48:56.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:55 smithi148 bash[24200]: audit 2023-11-08T02:48:54.866643+0000 mon.smithi148 (mon.0) 1018 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:48:56.423 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:48:56.424 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:39.303292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hvxwxo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\nDeploy daemon haproxy.nfs.foo.smithi153.hvxwxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.681132Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ibnlsl on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\nDeploy daemon haproxy.nfs.foo.smithi148.ibnlsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.686058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.pwxyxy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:48:57.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:56 smithi148 bash[24200]: cluster 2023-11-08T02:48:55.695743+0000 mgr.smithi148.cvefzo (mgr.14180) 1385 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:57.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:56 smithi153 bash[28288]: cluster 2023-11-08T02:48:55.695743+0000 mgr.smithi148.cvefzo (mgr.14180) 1385 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:48:57.203 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:48:58.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:57 smithi153 bash[28288]: audit 2023-11-08T02:48:56.415445+0000 mgr.smithi148.cvefzo (mgr.14180) 1386 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:58.205 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:48:58.222 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:57 smithi148 bash[24200]: audit 2023-11-08T02:48:56.415445+0000 mgr.smithi148.cvefzo (mgr.14180) 1386 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:48:59.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:48:58 smithi153 bash[28288]: cluster 2023-11-08T02:48:57.696979+0000 mgr.smithi148.cvefzo (mgr.14180) 1387 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:48:59.237 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:48:58 smithi148 bash[24200]: cluster 2023-11-08T02:48:57.696979+0000 mgr.smithi148.cvefzo (mgr.14180) 1387 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:49:01.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:00 smithi153 bash[28288]: cluster 2023-11-08T02:48:59.698238+0000 mgr.smithi148.cvefzo (mgr.14180) 1388 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:01.191 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:00 smithi148 bash[24200]: cluster 2023-11-08T02:48:59.698238+0000 mgr.smithi148.cvefzo (mgr.14180) 1388 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:01.570 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:49:01.571 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:39.303292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hvxwxo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\nDeploy daemon haproxy.nfs.foo.smithi153.hvxwxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.681132Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ibnlsl on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\nDeploy daemon haproxy.nfs.foo.smithi148.ibnlsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.686058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.pwxyxy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:02.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:49:03.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:02 smithi153 bash[28288]: audit 2023-11-08T02:49:01.559418+0000 mgr.smithi148.cvefzo (mgr.14180) 1389 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:03.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:02 smithi153 bash[28288]: cluster 2023-11-08T02:49:01.699036+0000 mgr.smithi148.cvefzo (mgr.14180) 1390 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:03.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:02 smithi148 bash[24200]: audit 2023-11-08T02:49:01.559418+0000 mgr.smithi148.cvefzo (mgr.14180) 1389 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:03.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:02 smithi148 bash[24200]: cluster 2023-11-08T02:49:01.699036+0000 mgr.smithi148.cvefzo (mgr.14180) 1390 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:03.354 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:05.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:04 smithi153 bash[28288]: cluster 2023-11-08T02:49:03.700262+0000 mgr.smithi148.cvefzo (mgr.14180) 1391 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:05.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:04 smithi148 bash[24200]: cluster 2023-11-08T02:49:03.700262+0000 mgr.smithi148.cvefzo (mgr.14180) 1391 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:06.760 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:49:06.761 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:39.303292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hvxwxo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\nDeploy daemon haproxy.nfs.foo.smithi153.hvxwxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.681132Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ibnlsl on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\nDeploy daemon haproxy.nfs.foo.smithi148.ibnlsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.686058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.pwxyxy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:07.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:06 smithi148 bash[24200]: cluster 2023-11-08T02:49:05.701441+0000 mgr.smithi148.cvefzo (mgr.14180) 1392 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:07.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:06 smithi153 bash[28288]: cluster 2023-11-08T02:49:05.701441+0000 mgr.smithi148.cvefzo (mgr.14180) 1392 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:07.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:49:08.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:07 smithi148 bash[24200]: audit 2023-11-08T02:49:06.756007+0000 mgr.smithi148.cvefzo (mgr.14180) 1393 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:08.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:07 smithi153 bash[28288]: audit 2023-11-08T02:49:06.756007+0000 mgr.smithi148.cvefzo (mgr.14180) 1393 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:08.549 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:09.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:08 smithi148 bash[24200]: cluster 2023-11-08T02:49:07.702694+0000 mgr.smithi148.cvefzo (mgr.14180) 1394 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:49:09.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:08 smithi153 bash[28288]: cluster 2023-11-08T02:49:07.702694+0000 mgr.smithi148.cvefzo (mgr.14180) 1394 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:49:11.257 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:10 smithi148 bash[24200]: cluster 2023-11-08T02:49:09.703849+0000 mgr.smithi148.cvefzo (mgr.14180) 1395 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:11.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:10 smithi153 bash[28288]: cluster 2023-11-08T02:49:09.703849+0000 mgr.smithi148.cvefzo (mgr.14180) 1395 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:11.889 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:49:11.890 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:39.303292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hvxwxo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\nDeploy daemon haproxy.nfs.foo.smithi153.hvxwxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.681132Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ibnlsl on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\nDeploy daemon haproxy.nfs.foo.smithi148.ibnlsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.686058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.pwxyxy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:12.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:49:13.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:12 smithi148 bash[24200]: cluster 2023-11-08T02:49:11.704794+0000 mgr.smithi148.cvefzo (mgr.14180) 1396 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:13.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:12 smithi148 bash[24200]: audit 2023-11-08T02:49:11.885163+0000 mgr.smithi148.cvefzo (mgr.14180) 1397 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:13.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:12 smithi153 bash[28288]: cluster 2023-11-08T02:49:11.704794+0000 mgr.smithi148.cvefzo (mgr.14180) 1396 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:13.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:12 smithi153 bash[28288]: audit 2023-11-08T02:49:11.885163+0000 mgr.smithi148.cvefzo (mgr.14180) 1397 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:13.713 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:15.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:14 smithi148 bash[24200]: cluster 2023-11-08T02:49:13.706047+0000 mgr.smithi148.cvefzo (mgr.14180) 1398 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:15.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:14 smithi153 bash[28288]: cluster 2023-11-08T02:49:13.706047+0000 mgr.smithi148.cvefzo (mgr.14180) 1398 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:16.830 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:49:16.830 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:39.303292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hvxwxo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\nDeploy daemon haproxy.nfs.foo.smithi153.hvxwxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.681132Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ibnlsl on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\nDeploy daemon haproxy.nfs.foo.smithi148.ibnlsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.686058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.pwxyxy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:17.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:16 smithi148 bash[24200]: cluster 2023-11-08T02:49:15.706906+0000 mgr.smithi148.cvefzo (mgr.14180) 1399 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:17.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:16 smithi153 bash[28288]: cluster 2023-11-08T02:49:15.706906+0000 mgr.smithi148.cvefzo (mgr.14180) 1399 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:17.601 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:49:18.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:17 smithi148 bash[24200]: audit 2023-11-08T02:49:16.818854+0000 mgr.smithi148.cvefzo (mgr.14180) 1400 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:18.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:17 smithi153 bash[28288]: audit 2023-11-08T02:49:16.818854+0000 mgr.smithi148.cvefzo (mgr.14180) 1400 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:18.602 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:19.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:18 smithi148 bash[24200]: cluster 2023-11-08T02:49:17.707972+0000 mgr.smithi148.cvefzo (mgr.14180) 1401 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:49:19.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:18 smithi153 bash[28288]: cluster 2023-11-08T02:49:17.707972+0000 mgr.smithi148.cvefzo (mgr.14180) 1401 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:49:21.257 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:20 smithi148 bash[24200]: cluster 2023-11-08T02:49:19.709017+0000 mgr.smithi148.cvefzo (mgr.14180) 1402 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:21.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:20 smithi153 bash[28288]: cluster 2023-11-08T02:49:19.709017+0000 mgr.smithi148.cvefzo (mgr.14180) 1402 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:21.820 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:49:21.820 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:39.303292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hvxwxo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\nDeploy daemon haproxy.nfs.foo.smithi153.hvxwxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.681132Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ibnlsl on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\nDeploy daemon haproxy.nfs.foo.smithi148.ibnlsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.686058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.pwxyxy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:22.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:49:23.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:22 smithi148 bash[24200]: cluster 2023-11-08T02:49:21.710090+0000 mgr.smithi148.cvefzo (mgr.14180) 1403 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:23.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:22 smithi148 bash[24200]: audit 2023-11-08T02:49:21.815434+0000 mgr.smithi148.cvefzo (mgr.14180) 1404 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:23.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:22 smithi153 bash[28288]: cluster 2023-11-08T02:49:21.710090+0000 mgr.smithi148.cvefzo (mgr.14180) 1403 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:23.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:22 smithi153 bash[28288]: audit 2023-11-08T02:49:21.815434+0000 mgr.smithi148.cvefzo (mgr.14180) 1404 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:23.609 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:25.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:24 smithi148 bash[24200]: cluster 2023-11-08T02:49:23.711319+0000 mgr.smithi148.cvefzo (mgr.14180) 1405 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:25.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:24 smithi153 bash[28288]: cluster 2023-11-08T02:49:23.711319+0000 mgr.smithi148.cvefzo (mgr.14180) 1405 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:26.890 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:49:26.891 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:39.303292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hvxwxo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\nDeploy daemon haproxy.nfs.foo.smithi153.hvxwxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.681132Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ibnlsl on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\nDeploy daemon haproxy.nfs.foo.smithi148.ibnlsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.686058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.pwxyxy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:27.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:26 smithi148 bash[24200]: cluster 2023-11-08T02:49:25.712476+0000 mgr.smithi148.cvefzo (mgr.14180) 1406 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:27.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:26 smithi153 bash[28288]: cluster 2023-11-08T02:49:25.712476+0000 mgr.smithi148.cvefzo (mgr.14180) 1406 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:27.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:49:28.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:27 smithi148 bash[24200]: audit 2023-11-08T02:49:26.880157+0000 mgr.smithi148.cvefzo (mgr.14180) 1407 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:28.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:27 smithi153 bash[28288]: audit 2023-11-08T02:49:26.880157+0000 mgr.smithi148.cvefzo (mgr.14180) 1407 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:28.648 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:29.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:28 smithi148 bash[24200]: cluster 2023-11-08T02:49:27.713692+0000 mgr.smithi148.cvefzo (mgr.14180) 1408 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:49:29.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:28 smithi153 bash[28288]: cluster 2023-11-08T02:49:27.713692+0000 mgr.smithi148.cvefzo (mgr.14180) 1408 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:49:31.257 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:30 smithi148 bash[24200]: cluster 2023-11-08T02:49:29.714985+0000 mgr.smithi148.cvefzo (mgr.14180) 1409 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:31.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:30 smithi153 bash[28288]: cluster 2023-11-08T02:49:29.714985+0000 mgr.smithi148.cvefzo (mgr.14180) 1409 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:32.144 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:49:32.145 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:39.303292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hvxwxo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\nDeploy daemon haproxy.nfs.foo.smithi153.hvxwxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.681132Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ibnlsl on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\nDeploy daemon haproxy.nfs.foo.smithi148.ibnlsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.686058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.pwxyxy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:33.016 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:49:33.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:32 smithi148 bash[24200]: cluster 2023-11-08T02:49:31.716151+0000 mgr.smithi148.cvefzo (mgr.14180) 1410 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:33.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:32 smithi153 bash[28288]: cluster 2023-11-08T02:49:31.716151+0000 mgr.smithi148.cvefzo (mgr.14180) 1410 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:34.018 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:34.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:33 smithi153 bash[28288]: audit 2023-11-08T02:49:32.135124+0000 mgr.smithi148.cvefzo (mgr.14180) 1411 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:34.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:33 smithi148 bash[24200]: audit 2023-11-08T02:49:32.135124+0000 mgr.smithi148.cvefzo (mgr.14180) 1411 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:35.266 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:34 smithi148 bash[24200]: cluster 2023-11-08T02:49:33.717396+0000 mgr.smithi148.cvefzo (mgr.14180) 1412 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:35.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:34 smithi153 bash[28288]: cluster 2023-11-08T02:49:33.717396+0000 mgr.smithi148.cvefzo (mgr.14180) 1412 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:37.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:37 smithi148 bash[24200]: cluster 2023-11-08T02:49:35.718593+0000 mgr.smithi148.cvefzo (mgr.14180) 1413 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:37.401 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:49:37.402 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:39.303292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hvxwxo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\nDeploy daemon haproxy.nfs.foo.smithi153.hvxwxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.681132Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ibnlsl on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\nDeploy daemon haproxy.nfs.foo.smithi148.ibnlsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.686058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.pwxyxy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:37.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:37 smithi153 bash[28288]: cluster 2023-11-08T02:49:35.718593+0000 mgr.smithi148.cvefzo (mgr.14180) 1413 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:38.170 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:49:38.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:38 smithi148 bash[24200]: audit 2023-11-08T02:49:37.390911+0000 mgr.smithi148.cvefzo (mgr.14180) 1414 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:38.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:38 smithi148 bash[24200]: cluster 2023-11-08T02:49:37.719802+0000 mgr.smithi148.cvefzo (mgr.14180) 1415 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:49:38.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:38 smithi153 bash[28288]: audit 2023-11-08T02:49:37.390911+0000 mgr.smithi148.cvefzo (mgr.14180) 1414 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:38.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:38 smithi153 bash[28288]: cluster 2023-11-08T02:49:37.719802+0000 mgr.smithi148.cvefzo (mgr.14180) 1415 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:49:39.172 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:41.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:40 smithi148 bash[24200]: cluster 2023-11-08T02:49:39.721031+0000 mgr.smithi148.cvefzo (mgr.14180) 1416 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:41.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:40 smithi153 bash[28288]: cluster 2023-11-08T02:49:39.721031+0000 mgr.smithi148.cvefzo (mgr.14180) 1416 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:42.649 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:49:42.649 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:39.303292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hvxwxo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\nDeploy daemon haproxy.nfs.foo.smithi153.hvxwxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.681132Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ibnlsl on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\nDeploy daemon haproxy.nfs.foo.smithi148.ibnlsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.686058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.pwxyxy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:43.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:42 smithi148 bash[24200]: cluster 2023-11-08T02:49:41.722169+0000 mgr.smithi148.cvefzo (mgr.14180) 1417 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:43.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:42 smithi153 bash[28288]: cluster 2023-11-08T02:49:41.722169+0000 mgr.smithi148.cvefzo (mgr.14180) 1417 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:43.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:49:44.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:43 smithi153 bash[28288]: audit 2023-11-08T02:49:42.639699+0000 mgr.smithi148.cvefzo (mgr.14180) 1418 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:44.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:43 smithi153 bash[28288]: audit 2023-11-08T02:49:43.692076+0000 mon.smithi148 (mon.0) 1019 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:49:44.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:43 smithi148 bash[24200]: audit 2023-11-08T02:49:42.639699+0000 mgr.smithi148.cvefzo (mgr.14180) 1418 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:44.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:43 smithi148 bash[24200]: audit 2023-11-08T02:49:43.692076+0000 mon.smithi148 (mon.0) 1019 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:49:44.425 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:45.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:44 smithi148 bash[24200]: cluster 2023-11-08T02:49:43.723480+0000 mgr.smithi148.cvefzo (mgr.14180) 1419 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:45.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:44 smithi148 bash[24200]: audit 2023-11-08T02:49:43.995735+0000 mon.smithi148 (mon.0) 1020 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:49:45.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:44 smithi148 bash[24200]: audit 2023-11-08T02:49:43.997188+0000 mon.smithi148 (mon.0) 1021 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:49:45.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:44 smithi148 bash[24200]: audit 2023-11-08T02:49:44.005556+0000 mon.smithi148 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:49:45.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:44 smithi148 bash[24200]: cluster 2023-11-08T02:49:44.006452+0000 mgr.smithi148.cvefzo (mgr.14180) 1420 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:49:45.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:44 smithi148 bash[24200]: audit 2023-11-08T02:49:44.013760+0000 mon.smithi148 (mon.0) 1023 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:49:45.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:44 smithi148 bash[24200]: audit 2023-11-08T02:49:44.028822+0000 mon.smithi148 (mon.0) 1024 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:49:45.028 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:44 smithi148 bash[24200]: cephadm 2023-11-08T02:49:44.032304+0000 mgr.smithi148.cvefzo (mgr.14180) 1421 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.pwrhaq on smithi153 2023-11-08T02:49:45.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:44 smithi153 bash[28288]: cluster 2023-11-08T02:49:43.723480+0000 mgr.smithi148.cvefzo (mgr.14180) 1419 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:49:45.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:44 smithi153 bash[28288]: audit 2023-11-08T02:49:43.995735+0000 mon.smithi148 (mon.0) 1020 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:49:45.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:44 smithi153 bash[28288]: audit 2023-11-08T02:49:43.997188+0000 mon.smithi148 (mon.0) 1021 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:49:45.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:44 smithi153 bash[28288]: audit 2023-11-08T02:49:44.005556+0000 mon.smithi148 (mon.0) 1022 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:49:45.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:44 smithi153 bash[28288]: cluster 2023-11-08T02:49:44.006452+0000 mgr.smithi148.cvefzo (mgr.14180) 1420 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:49:45.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:44 smithi153 bash[28288]: audit 2023-11-08T02:49:44.013760+0000 mon.smithi148 (mon.0) 1023 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:49:45.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:44 smithi153 bash[28288]: audit 2023-11-08T02:49:44.028822+0000 mon.smithi148 (mon.0) 1024 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:49:45.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:44 smithi153 bash[28288]: cephadm 2023-11-08T02:49:44.032304+0000 mgr.smithi148.cvefzo (mgr.14180) 1421 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.pwrhaq on smithi153 2023-11-08T02:49:45.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:45 smithi148 bash[24200]: cluster 2023-11-08T02:49:45.002113+0000 mon.smithi148 (mon.0) 1025 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:49:45.988 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:45 smithi148 bash[24200]: cluster 2023-11-08T02:49:45.002172+0000 mon.smithi148 (mon.0) 1026 : cluster [INF] Cluster is now healthy 2023-11-08T02:49:46.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:45 smithi153 bash[28288]: cluster 2023-11-08T02:49:45.002113+0000 mon.smithi148 (mon.0) 1025 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:49:46.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:45 smithi153 bash[28288]: cluster 2023-11-08T02:49:45.002172+0000 mon.smithi148 (mon.0) 1026 : cluster [INF] Cluster is now healthy 2023-11-08T02:49:47.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:46 smithi148 bash[24200]: cluster 2023-11-08T02:49:46.007252+0000 mgr.smithi148.cvefzo (mgr.14180) 1422 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:49:47.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:46 smithi153 bash[28288]: cluster 2023-11-08T02:49:46.007252+0000 mgr.smithi148.cvefzo (mgr.14180) 1422 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:49:47.782 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:49:47.783 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:47:34.947366Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.teklbo on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:39.303292Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.hvxwxo on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-hvxwxo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.hvxwxo\nDeploy daemon haproxy.nfs.foo.smithi153.hvxwxo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.681132Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.ibnlsl on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-ibnlsl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.ibnlsl\nDeploy daemon haproxy.nfs.foo.smithi148.ibnlsl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:48:43.686058Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.pwxyxy on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:48.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:49:48.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: audit 2023-11-08T02:49:47.773606+0000 mgr.smithi148.cvefzo (mgr.14180) 1423 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:48.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: cephadm 2023-11-08T02:49:47.824883+0000 mgr.smithi148.cvefzo (mgr.14180) 1424 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq 2023-11-08T02:49:48.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:49:48.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq 2023-11-08T02:49:48.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq 2023-11-08T02:49:48.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:49:48.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq 2023-11-08T02:49:48.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.pwrhaq ... 2023-11-08T02:49:48.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:48.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:49:48.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:49:48.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:49:48.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:48.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:49:48.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:49:48.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:49:48.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:49:48.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:49:48.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq 2023-11-08T02:49:48.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:49:48.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq 2023-11-08T02:49:48.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq 2023-11-08T02:49:48.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:49:48.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq 2023-11-08T02:49:48.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.pwrhaq ... 2023-11-08T02:49:48.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:48.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:49:48.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:49:48.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:49:48.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:48.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: cephadm 2023-11-08T02:49:47.825397+0000 mgr.smithi148.cvefzo (mgr.14180) 1425 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.pwrhaq 2023-11-08T02:49:48.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: audit 2023-11-08T02:49:47.826055+0000 mon.smithi148 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.pwrhaq"}]: dispatch 2023-11-08T02:49:48.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: cephadm 2023-11-08T02:49:47.827727+0000 mgr.smithi148.cvefzo (mgr.14180) 1426 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq 2023-11-08T02:49:48.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:49:48.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq 2023-11-08T02:49:48.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq 2023-11-08T02:49:48.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:49:48.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq 2023-11-08T02:49:48.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.pwrhaq ... 2023-11-08T02:49:48.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:48.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:49:48.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:49:48.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:49:48.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:48.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: cephadm 2023-11-08T02:49:47.831446+0000 mgr.smithi148.cvefzo (mgr.14180) 1427 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.mwsuvn on smithi148 2023-11-08T02:49:48.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:48 smithi148 bash[24200]: cluster 2023-11-08T02:49:48.007840+0000 mgr.smithi148.cvefzo (mgr.14180) 1428 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:49:48.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: audit 2023-11-08T02:49:47.773606+0000 mgr.smithi148.cvefzo (mgr.14180) 1423 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:48.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: cephadm 2023-11-08T02:49:47.824883+0000 mgr.smithi148.cvefzo (mgr.14180) 1424 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq 2023-11-08T02:49:48.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:49:48.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq 2023-11-08T02:49:48.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq 2023-11-08T02:49:48.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:49:48.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq 2023-11-08T02:49:48.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.pwrhaq ... 2023-11-08T02:49:48.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:48.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:49:48.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:49:48.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:49:48.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:48.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:49:48.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:49:48.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:49:48.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:49:48.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:49:48.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq 2023-11-08T02:49:48.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:49:48.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq 2023-11-08T02:49:48.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq 2023-11-08T02:49:48.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:49:48.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq 2023-11-08T02:49:48.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.pwrhaq ... 2023-11-08T02:49:48.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:48.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:49:48.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:49:48.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:49:48.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:48.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: cephadm 2023-11-08T02:49:47.825397+0000 mgr.smithi148.cvefzo (mgr.14180) 1425 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.pwrhaq 2023-11-08T02:49:48.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: audit 2023-11-08T02:49:47.826055+0000 mon.smithi148 (mon.0) 1027 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.pwrhaq"}]: dispatch 2023-11-08T02:49:48.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: cephadm 2023-11-08T02:49:47.827727+0000 mgr.smithi148.cvefzo (mgr.14180) 1426 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq 2023-11-08T02:49:48.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:49:48.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq 2023-11-08T02:49:48.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq 2023-11-08T02:49:48.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:49:48.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq 2023-11-08T02:49:48.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.pwrhaq ... 2023-11-08T02:49:48.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:48.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:49:48.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:49:48.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:49:48.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:48.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: cephadm 2023-11-08T02:49:47.831446+0000 mgr.smithi148.cvefzo (mgr.14180) 1427 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.mwsuvn on smithi148 2023-11-08T02:49:48.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:48 smithi153 bash[28288]: cluster 2023-11-08T02:49:48.007840+0000 mgr.smithi148.cvefzo (mgr.14180) 1428 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:49:49.640 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:51.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:51 smithi153 bash[28288]: cluster 2023-11-08T02:49:50.008929+0000 mgr.smithi148.cvefzo (mgr.14180) 1429 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:49:51.453 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:51 smithi148 bash[24200]: cluster 2023-11-08T02:49:50.008929+0000 mgr.smithi148.cvefzo (mgr.14180) 1429 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:49:53.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:53 smithi153 bash[28288]: cluster 2023-11-08T02:49:52.009711+0000 mgr.smithi148.cvefzo (mgr.14180) 1430 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:49:53.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:53 smithi153 bash[28288]: audit 2023-11-08T02:49:52.123939+0000 mon.smithi148 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.mwsuvn"}]: dispatch 2023-11-08T02:49:53.485 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:49:53.485 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:47.827517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\nDeploy daemon haproxy.nfs.foo.smithi153.pwrhaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.124882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\nDeploy daemon haproxy.nfs.foo.smithi148.mwsuvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.129157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:53.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:53 smithi148 bash[24200]: cluster 2023-11-08T02:49:52.009711+0000 mgr.smithi148.cvefzo (mgr.14180) 1430 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:49:53.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:53 smithi148 bash[24200]: audit 2023-11-08T02:49:52.123939+0000 mon.smithi148 (mon.0) 1028 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.mwsuvn"}]: dispatch 2023-11-08T02:49:54.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:49:54.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: cephadm 2023-11-08T02:49:52.122930+0000 mgr.smithi148.cvefzo (mgr.14180) 1431 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn 2023-11-08T02:49:54.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:49:54.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn 2023-11-08T02:49:54.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn 2023-11-08T02:49:54.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:49:54.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn 2023-11-08T02:49:54.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.mwsuvn ... 2023-11-08T02:49:54.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:54.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:49:54.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:49:54.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:49:54.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:54.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:49:54.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:49:54.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:49:54.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:49:54.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:49:54.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn 2023-11-08T02:49:54.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:49:54.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn 2023-11-08T02:49:54.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn 2023-11-08T02:49:54.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:49:54.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn 2023-11-08T02:49:54.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.mwsuvn ... 2023-11-08T02:49:54.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:54.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:49:54.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:49:54.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:49:54.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:54.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: cephadm 2023-11-08T02:49:52.123440+0000 mgr.smithi148.cvefzo (mgr.14180) 1432 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.mwsuvn 2023-11-08T02:49:54.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: cephadm 2023-11-08T02:49:52.125117+0000 mgr.smithi148.cvefzo (mgr.14180) 1433 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn 2023-11-08T02:49:54.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:49:54.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn 2023-11-08T02:49:54.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn 2023-11-08T02:49:54.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:49:54.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn 2023-11-08T02:49:54.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.mwsuvn ... 2023-11-08T02:49:54.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:54.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:49:54.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:49:54.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:49:54.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:54.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: cephadm 2023-11-08T02:49:52.129367+0000 mgr.smithi148.cvefzo (mgr.14180) 1434 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:49:54.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: cephadm 2023-11-08T02:49:52.131251+0000 mgr.smithi148.cvefzo (mgr.14180) 1435 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:49:54.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: cluster 2023-11-08T02:49:52.131964+0000 mgr.smithi148.cvefzo (mgr.14180) 1436 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 243 B/s rd, 0 op/s 2023-11-08T02:49:54.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:54 smithi153 bash[28288]: cluster 2023-11-08T02:49:53.067280+0000 mon.smithi148 (mon.0) 1029 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:49:54.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: cephadm 2023-11-08T02:49:52.122930+0000 mgr.smithi148.cvefzo (mgr.14180) 1431 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn 2023-11-08T02:49:54.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:49:54.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn 2023-11-08T02:49:54.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn 2023-11-08T02:49:54.527 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:49:54.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn 2023-11-08T02:49:54.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.mwsuvn ... 2023-11-08T02:49:54.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:54.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:49:54.528 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:49:54.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:49:54.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:54.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:49:54.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:49:54.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:49:54.529 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:49:54.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:49:54.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn 2023-11-08T02:49:54.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:49:54.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn 2023-11-08T02:49:54.530 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn 2023-11-08T02:49:54.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:49:54.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn 2023-11-08T02:49:54.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.mwsuvn ... 2023-11-08T02:49:54.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:54.531 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:49:54.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:49:54.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:49:54.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:54.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: cephadm 2023-11-08T02:49:52.123440+0000 mgr.smithi148.cvefzo (mgr.14180) 1432 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.mwsuvn 2023-11-08T02:49:54.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: cephadm 2023-11-08T02:49:52.125117+0000 mgr.smithi148.cvefzo (mgr.14180) 1433 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn 2023-11-08T02:49:54.532 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:49:54.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn 2023-11-08T02:49:54.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn 2023-11-08T02:49:54.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:49:54.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn 2023-11-08T02:49:54.533 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.mwsuvn ... 2023-11-08T02:49:54.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:54.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:49:54.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:49:54.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:49:54.534 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:49:54.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: cephadm 2023-11-08T02:49:52.129367+0000 mgr.smithi148.cvefzo (mgr.14180) 1434 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:49:54.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: cephadm 2023-11-08T02:49:52.131251+0000 mgr.smithi148.cvefzo (mgr.14180) 1435 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:49:54.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: cluster 2023-11-08T02:49:52.131964+0000 mgr.smithi148.cvefzo (mgr.14180) 1436 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 243 B/s rd, 0 op/s 2023-11-08T02:49:54.535 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:54 smithi148 bash[24200]: cluster 2023-11-08T02:49:53.067280+0000 mon.smithi148 (mon.0) 1029 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:49:55.270 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:49:55.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:55 smithi153 bash[28288]: audit 2023-11-08T02:49:53.480714+0000 mgr.smithi148.cvefzo (mgr.14180) 1437 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:55.467 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:55 smithi148 bash[24200]: audit 2023-11-08T02:49:53.480714+0000 mgr.smithi148.cvefzo (mgr.14180) 1437 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:49:56.379 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:56 smithi148 bash[24200]: cluster 2023-11-08T02:49:54.132750+0000 mgr.smithi148.cvefzo (mgr.14180) 1438 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-08T02:49:56.379 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:56 smithi148 bash[24200]: audit 2023-11-08T02:49:55.539728+0000 mon.smithi148 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:49:56.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:56 smithi153 bash[28288]: cluster 2023-11-08T02:49:54.132750+0000 mgr.smithi148.cvefzo (mgr.14180) 1438 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-08T02:49:56.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:56 smithi153 bash[28288]: audit 2023-11-08T02:49:55.539728+0000 mon.smithi148 (mon.0) 1030 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:49:58.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:49:58 smithi153 bash[28288]: cluster 2023-11-08T02:49:56.133838+0000 mgr.smithi148.cvefzo (mgr.14180) 1439 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-08T02:49:58.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:49:58 smithi148 bash[24200]: cluster 2023-11-08T02:49:56.133838+0000 mgr.smithi148.cvefzo (mgr.14180) 1439 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-08T02:49:58.579 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:49:58.579 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:47.827517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\nDeploy daemon haproxy.nfs.foo.smithi153.pwrhaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.124882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\nDeploy daemon haproxy.nfs.foo.smithi148.mwsuvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.129157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:49:59.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:50:00.387 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:00.401 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:00 smithi148 bash[24200]: cluster 2023-11-08T02:49:58.135052+0000 mgr.smithi148.cvefzo (mgr.14180) 1440 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-08T02:50:00.401 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:00 smithi148 bash[24200]: audit 2023-11-08T02:49:58.568971+0000 mgr.smithi148.cvefzo (mgr.14180) 1441 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:00.401 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:00 smithi148 bash[24200]: cluster 2023-11-08T02:50:00.000170+0000 mon.smithi148 (mon.0) 1031 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-08T02:50:00.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:00 smithi153 bash[28288]: cluster 2023-11-08T02:49:58.135052+0000 mgr.smithi148.cvefzo (mgr.14180) 1440 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-08T02:50:00.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:00 smithi153 bash[28288]: audit 2023-11-08T02:49:58.568971+0000 mgr.smithi148.cvefzo (mgr.14180) 1441 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:00.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:00 smithi153 bash[28288]: cluster 2023-11-08T02:50:00.000170+0000 mon.smithi148 (mon.0) 1031 : cluster [WRN] overall HEALTH_WARN Failed to place 4 daemon(s) 2023-11-08T02:50:02.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:02 smithi148 bash[24200]: cluster 2023-11-08T02:50:00.136294+0000 mgr.smithi148.cvefzo (mgr.14180) 1442 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-08T02:50:02.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:02 smithi153 bash[28288]: cluster 2023-11-08T02:50:00.136294+0000 mgr.smithi148.cvefzo (mgr.14180) 1442 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-08T02:50:03.739 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:50:03.739 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:47.827517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\nDeploy daemon haproxy.nfs.foo.smithi153.pwrhaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.124882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\nDeploy daemon haproxy.nfs.foo.smithi148.mwsuvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.129157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:04.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:04 smithi148 bash[24200]: cluster 2023-11-08T02:50:02.137422+0000 mgr.smithi148.cvefzo (mgr.14180) 1443 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-08T02:50:04.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:04 smithi153 bash[28288]: cluster 2023-11-08T02:50:02.137422+0000 mgr.smithi148.cvefzo (mgr.14180) 1443 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 202 B/s rd, 0 op/s 2023-11-08T02:50:04.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:50:05.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:05 smithi153 bash[28288]: audit 2023-11-08T02:50:03.727771+0000 mgr.smithi148.cvefzo (mgr.14180) 1444 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:05.525 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:05.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:05 smithi148 bash[24200]: audit 2023-11-08T02:50:03.727771+0000 mgr.smithi148.cvefzo (mgr.14180) 1444 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:06.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:06 smithi153 bash[28288]: cluster 2023-11-08T02:50:04.138649+0000 mgr.smithi148.cvefzo (mgr.14180) 1445 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:06.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:06 smithi148 bash[24200]: cluster 2023-11-08T02:50:04.138649+0000 mgr.smithi148.cvefzo (mgr.14180) 1445 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:07.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:07 smithi148 bash[24200]: cluster 2023-11-08T02:50:06.139442+0000 mgr.smithi148.cvefzo (mgr.14180) 1446 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:07.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:07 smithi153 bash[28288]: cluster 2023-11-08T02:50:06.139442+0000 mgr.smithi148.cvefzo (mgr.14180) 1446 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:08.705 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:50:08.706 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:47.827517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\nDeploy daemon haproxy.nfs.foo.smithi153.pwrhaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.124882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\nDeploy daemon haproxy.nfs.foo.smithi148.mwsuvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.129157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:09.475 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:50:09.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:09 smithi148 bash[24200]: cluster 2023-11-08T02:50:08.140505+0000 mgr.smithi148.cvefzo (mgr.14180) 1447 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:50:09.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:09 smithi148 bash[24200]: audit 2023-11-08T02:50:08.701123+0000 mgr.smithi148.cvefzo (mgr.14180) 1448 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:09.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:09 smithi153 bash[28288]: cluster 2023-11-08T02:50:08.140505+0000 mgr.smithi148.cvefzo (mgr.14180) 1447 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:50:09.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:09 smithi153 bash[28288]: audit 2023-11-08T02:50:08.701123+0000 mgr.smithi148.cvefzo (mgr.14180) 1448 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:10.476 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:11.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:11 smithi148 bash[24200]: cluster 2023-11-08T02:50:10.141705+0000 mgr.smithi148.cvefzo (mgr.14180) 1449 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:11.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:11 smithi153 bash[28288]: cluster 2023-11-08T02:50:10.141705+0000 mgr.smithi148.cvefzo (mgr.14180) 1449 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:13.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:13 smithi148 bash[24200]: cluster 2023-11-08T02:50:12.142897+0000 mgr.smithi148.cvefzo (mgr.14180) 1450 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:13.683 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:50:13.684 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:47.827517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\nDeploy daemon haproxy.nfs.foo.smithi153.pwrhaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.124882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\nDeploy daemon haproxy.nfs.foo.smithi148.mwsuvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.129157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:13.823 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:13 smithi153 bash[28288]: cluster 2023-11-08T02:50:12.142897+0000 mgr.smithi148.cvefzo (mgr.14180) 1450 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:14.548 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:50:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:14 smithi148 bash[24200]: audit 2023-11-08T02:50:13.674737+0000 mgr.smithi148.cvefzo (mgr.14180) 1451 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:14.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:14 smithi153 bash[28288]: audit 2023-11-08T02:50:13.674737+0000 mgr.smithi148.cvefzo (mgr.14180) 1451 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:15.549 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:15.738 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:15 smithi148 bash[24200]: cluster 2023-11-08T02:50:14.143916+0000 mgr.smithi148.cvefzo (mgr.14180) 1452 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:15.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:15 smithi153 bash[28288]: cluster 2023-11-08T02:50:14.143916+0000 mgr.smithi148.cvefzo (mgr.14180) 1452 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:17.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:17 smithi148 bash[24200]: cluster 2023-11-08T02:50:16.145081+0000 mgr.smithi148.cvefzo (mgr.14180) 1453 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:17.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:17 smithi153 bash[28288]: cluster 2023-11-08T02:50:16.145081+0000 mgr.smithi148.cvefzo (mgr.14180) 1453 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:18.967 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:50:18.968 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:47.827517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\nDeploy daemon haproxy.nfs.foo.smithi153.pwrhaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.124882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\nDeploy daemon haproxy.nfs.foo.smithi148.mwsuvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.129157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:19.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:50:19.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:19 smithi148 bash[24200]: cluster 2023-11-08T02:50:18.146050+0000 mgr.smithi148.cvefzo (mgr.14180) 1454 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:50:19.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:19 smithi148 bash[24200]: audit 2023-11-08T02:50:18.961593+0000 mgr.smithi148.cvefzo (mgr.14180) 1455 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:19.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:19 smithi153 bash[28288]: cluster 2023-11-08T02:50:18.146050+0000 mgr.smithi148.cvefzo (mgr.14180) 1454 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:50:19.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:19 smithi153 bash[28288]: audit 2023-11-08T02:50:18.961593+0000 mgr.smithi148.cvefzo (mgr.14180) 1455 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:20.733 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:21.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:21 smithi148 bash[24200]: cluster 2023-11-08T02:50:20.147192+0000 mgr.smithi148.cvefzo (mgr.14180) 1456 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:21.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:21 smithi153 bash[28288]: cluster 2023-11-08T02:50:20.147192+0000 mgr.smithi148.cvefzo (mgr.14180) 1456 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:23.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:23 smithi148 bash[24200]: cluster 2023-11-08T02:50:22.148350+0000 mgr.smithi148.cvefzo (mgr.14180) 1457 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:23.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:23 smithi153 bash[28288]: cluster 2023-11-08T02:50:22.148350+0000 mgr.smithi148.cvefzo (mgr.14180) 1457 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:24.079 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:50:24.079 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:47.827517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\nDeploy daemon haproxy.nfs.foo.smithi153.pwrhaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.124882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\nDeploy daemon haproxy.nfs.foo.smithi148.mwsuvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.129157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:24.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:24 smithi148 bash[24200]: audit 2023-11-08T02:50:24.074699+0000 mgr.smithi148.cvefzo (mgr.14180) 1458 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:24.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:50:24.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:24 smithi153 bash[28288]: audit 2023-11-08T02:50:24.074699+0000 mgr.smithi148.cvefzo (mgr.14180) 1458 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:25.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:25 smithi148 bash[24200]: cluster 2023-11-08T02:50:24.149372+0000 mgr.smithi148.cvefzo (mgr.14180) 1459 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:25.864 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:25.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:25 smithi153 bash[28288]: cluster 2023-11-08T02:50:24.149372+0000 mgr.smithi148.cvefzo (mgr.14180) 1459 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:27.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:27 smithi148 bash[24200]: cluster 2023-11-08T02:50:26.150214+0000 mgr.smithi148.cvefzo (mgr.14180) 1460 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:27.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:27 smithi153 bash[28288]: cluster 2023-11-08T02:50:26.150214+0000 mgr.smithi148.cvefzo (mgr.14180) 1460 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:29.276 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:50:29.277 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:47.827517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\nDeploy daemon haproxy.nfs.foo.smithi153.pwrhaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.124882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\nDeploy daemon haproxy.nfs.foo.smithi148.mwsuvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.129157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:29.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:29 smithi148 bash[24200]: cluster 2023-11-08T02:50:28.151405+0000 mgr.smithi148.cvefzo (mgr.14180) 1461 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:50:29.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:29 smithi153 bash[28288]: cluster 2023-11-08T02:50:28.151405+0000 mgr.smithi148.cvefzo (mgr.14180) 1461 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:50:30.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:50:30.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:30 smithi148 bash[24200]: audit 2023-11-08T02:50:29.267863+0000 mgr.smithi148.cvefzo (mgr.14180) 1462 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:30.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:30 smithi153 bash[28288]: audit 2023-11-08T02:50:29.267863+0000 mgr.smithi148.cvefzo (mgr.14180) 1462 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:31.044 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:31.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:31 smithi153 bash[28288]: cluster 2023-11-08T02:50:30.152658+0000 mgr.smithi148.cvefzo (mgr.14180) 1463 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:32.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:31 smithi148 bash[24200]: cluster 2023-11-08T02:50:30.152658+0000 mgr.smithi148.cvefzo (mgr.14180) 1463 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:33.823 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:33 smithi153 bash[28288]: cluster 2023-11-08T02:50:32.153792+0000 mgr.smithi148.cvefzo (mgr.14180) 1464 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:34.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:33 smithi148 bash[24200]: cluster 2023-11-08T02:50:32.153792+0000 mgr.smithi148.cvefzo (mgr.14180) 1464 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:34.503 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:50:34.503 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:47.827517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\nDeploy daemon haproxy.nfs.foo.smithi153.pwrhaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.124882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\nDeploy daemon haproxy.nfs.foo.smithi148.mwsuvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.129157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:35.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:50:35.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:35 smithi148 bash[24200]: cluster 2023-11-08T02:50:34.154883+0000 mgr.smithi148.cvefzo (mgr.14180) 1465 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:35.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:35 smithi148 bash[24200]: audit 2023-11-08T02:50:34.494456+0000 mgr.smithi148.cvefzo (mgr.14180) 1466 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:35.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:35 smithi153 bash[28288]: cluster 2023-11-08T02:50:34.154883+0000 mgr.smithi148.cvefzo (mgr.14180) 1465 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:35.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:35 smithi153 bash[28288]: audit 2023-11-08T02:50:34.494456+0000 mgr.smithi148.cvefzo (mgr.14180) 1466 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:36.391 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:37.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:37 smithi148 bash[24200]: cluster 2023-11-08T02:50:36.156076+0000 mgr.smithi148.cvefzo (mgr.14180) 1467 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:37.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:37 smithi153 bash[28288]: cluster 2023-11-08T02:50:36.156076+0000 mgr.smithi148.cvefzo (mgr.14180) 1467 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:39.666 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:50:39.667 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:47.827517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\nDeploy daemon haproxy.nfs.foo.smithi153.pwrhaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.124882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\nDeploy daemon haproxy.nfs.foo.smithi148.mwsuvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.129157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:39.879 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:39 smithi148 bash[24200]: cluster 2023-11-08T02:50:38.157278+0000 mgr.smithi148.cvefzo (mgr.14180) 1468 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:50:39.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:39 smithi153 bash[28288]: cluster 2023-11-08T02:50:38.157278+0000 mgr.smithi148.cvefzo (mgr.14180) 1468 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:50:40.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:50:40.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:40 smithi148 bash[24200]: audit 2023-11-08T02:50:39.656203+0000 mgr.smithi148.cvefzo (mgr.14180) 1469 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:40.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:40 smithi153 bash[28288]: audit 2023-11-08T02:50:39.656203+0000 mgr.smithi148.cvefzo (mgr.14180) 1469 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:41.479 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:41.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:41 smithi153 bash[28288]: cluster 2023-11-08T02:50:40.158485+0000 mgr.smithi148.cvefzo (mgr.14180) 1470 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:42.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:41 smithi148 bash[24200]: cluster 2023-11-08T02:50:40.158485+0000 mgr.smithi148.cvefzo (mgr.14180) 1470 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:43.823 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:43 smithi153 bash[28288]: cluster 2023-11-08T02:50:42.159526+0000 mgr.smithi148.cvefzo (mgr.14180) 1471 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:44.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:43 smithi148 bash[24200]: cluster 2023-11-08T02:50:42.159526+0000 mgr.smithi148.cvefzo (mgr.14180) 1471 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:44.862 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:50:44.863 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:47.827517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\nDeploy daemon haproxy.nfs.foo.smithi153.pwrhaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.124882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\nDeploy daemon haproxy.nfs.foo.smithi148.mwsuvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.129157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:45.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:50:45.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:45 smithi153 bash[28288]: cluster 2023-11-08T02:50:44.160650+0000 mgr.smithi148.cvefzo (mgr.14180) 1472 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:45.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:45 smithi153 bash[28288]: audit 2023-11-08T02:50:44.852295+0000 mgr.smithi148.cvefzo (mgr.14180) 1473 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:46.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:45 smithi148 bash[24200]: cluster 2023-11-08T02:50:44.160650+0000 mgr.smithi148.cvefzo (mgr.14180) 1472 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:46.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:45 smithi148 bash[24200]: audit 2023-11-08T02:50:44.852295+0000 mgr.smithi148.cvefzo (mgr.14180) 1473 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:46.618 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:47.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:47 smithi153 bash[28288]: cluster 2023-11-08T02:50:46.161776+0000 mgr.smithi148.cvefzo (mgr.14180) 1474 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:47.916 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:47 smithi148 bash[24200]: cluster 2023-11-08T02:50:46.161776+0000 mgr.smithi148.cvefzo (mgr.14180) 1474 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:49.692 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:50:49.693 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:47.827517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\nDeploy daemon haproxy.nfs.foo.smithi153.pwrhaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.124882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\nDeploy daemon haproxy.nfs.foo.smithi148.mwsuvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.129157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:49.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:49 smithi153 bash[28288]: cluster 2023-11-08T02:50:48.162928+0000 mgr.smithi148.cvefzo (mgr.14180) 1475 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:50:49.920 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:49 smithi148 bash[24200]: cluster 2023-11-08T02:50:48.162928+0000 mgr.smithi148.cvefzo (mgr.14180) 1475 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:50:50.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:50:50.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:50 smithi148 bash[24200]: audit 2023-11-08T02:50:49.683539+0000 mgr.smithi148.cvefzo (mgr.14180) 1476 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:50.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:50 smithi153 bash[28288]: audit 2023-11-08T02:50:49.683539+0000 mgr.smithi148.cvefzo (mgr.14180) 1476 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:51.518 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:51.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:51 smithi153 bash[28288]: cluster 2023-11-08T02:50:50.164176+0000 mgr.smithi148.cvefzo (mgr.14180) 1477 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:52.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:51 smithi148 bash[24200]: cluster 2023-11-08T02:50:50.164176+0000 mgr.smithi148.cvefzo (mgr.14180) 1477 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:52.875 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:52 smithi148 bash[24200]: audit 2023-11-08T02:50:52.134986+0000 mon.smithi148 (mon.0) 1032 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:50:52.876 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:52 smithi148 bash[24200]: audit 2023-11-08T02:50:52.390663+0000 mon.smithi148 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:50:52.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:52 smithi153 bash[28288]: audit 2023-11-08T02:50:52.134986+0000 mon.smithi148 (mon.0) 1032 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:50:52.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:52 smithi153 bash[28288]: audit 2023-11-08T02:50:52.390663+0000 mon.smithi148 (mon.0) 1033 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:50:53.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:53 smithi153 bash[28288]: cluster 2023-11-08T02:50:52.164846+0000 mgr.smithi148.cvefzo (mgr.14180) 1478 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:54.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:53 smithi148 bash[24200]: cluster 2023-11-08T02:50:52.164846+0000 mgr.smithi148.cvefzo (mgr.14180) 1478 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:54.803 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:50:54.804 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:36.784063Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:47.827517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\nDeploy daemon haproxy.nfs.foo.smithi153.pwrhaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.124882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\nDeploy daemon haproxy.nfs.foo.smithi148.mwsuvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.129157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:36.786598Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:36.784491Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:36.784826Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:36.786847Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:36.785117Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:36.785473Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:50:55.625 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:50:55.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:55 smithi153 bash[28288]: cluster 2023-11-08T02:50:54.166075+0000 mgr.smithi148.cvefzo (mgr.14180) 1479 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:55.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:55 smithi153 bash[28288]: audit 2023-11-08T02:50:54.795463+0000 mgr.smithi148.cvefzo (mgr.14180) 1480 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:56.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:55 smithi148 bash[24200]: cluster 2023-11-08T02:50:54.166075+0000 mgr.smithi148.cvefzo (mgr.14180) 1479 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:56.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:55 smithi148 bash[24200]: audit 2023-11-08T02:50:54.795463+0000 mgr.smithi148.cvefzo (mgr.14180) 1480 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:50:56.626 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:50:57.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:57 smithi153 bash[28288]: cluster 2023-11-08T02:50:56.167251+0000 mgr.smithi148.cvefzo (mgr.14180) 1481 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:57.917 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:57 smithi148 bash[24200]: cluster 2023-11-08T02:50:56.167251+0000 mgr.smithi148.cvefzo (mgr.14180) 1481 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:50:59.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:58 smithi148 bash[24200]: audit 2023-11-08T02:50:57.876974+0000 mon.smithi148 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:50:59.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:58 smithi153 bash[28288]: audit 2023-11-08T02:50:57.876974+0000 mon.smithi148 (mon.0) 1034 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:51:00.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:50:59 smithi148 bash[24200]: cluster 2023-11-08T02:50:58.168396+0000 mgr.smithi148.cvefzo (mgr.14180) 1482 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:51:00.117 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:51:00.117 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:40:37.522938Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:40:37.523042Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:40:37.523143Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:48:43.687707Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.bieiza on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:47.827517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\nDeploy daemon haproxy.nfs.foo.smithi153.pwrhaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.124882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\nDeploy daemon haproxy.nfs.foo.smithi148.mwsuvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.129157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:40:37.523843Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:40:37.522821Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:40:37.522629Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:40:37.523944Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:40:37.523244Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:40:37.523442Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:40:37.523343Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:00.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:50:59 smithi153 bash[28288]: cluster 2023-11-08T02:50:58.168396+0000 mgr.smithi148.cvefzo (mgr.14180) 1482 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:51:00.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:51:01.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:00 smithi153 bash[28288]: audit 2023-11-08T02:51:00.110900+0000 mgr.smithi148.cvefzo (mgr.14180) 1483 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:01.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:00 smithi153 bash[28288]: audit 2023-11-08T02:51:00.603415+0000 mon.smithi148 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:51:01.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:00 smithi153 bash[28288]: audit 2023-11-08T02:51:00.873622+0000 mon.smithi148 (mon.0) 1036 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:51:01.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:00 smithi153 bash[28288]: audit 2023-11-08T02:51:00.874814+0000 mon.smithi148 (mon.0) 1037 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:51:01.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:00 smithi153 bash[28288]: audit 2023-11-08T02:51:00.881718+0000 mon.smithi148 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:51:01.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:00 smithi148 bash[24200]: audit 2023-11-08T02:51:00.110900+0000 mgr.smithi148.cvefzo (mgr.14180) 1483 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:01.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:00 smithi148 bash[24200]: audit 2023-11-08T02:51:00.603415+0000 mon.smithi148 (mon.0) 1035 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:51:01.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:00 smithi148 bash[24200]: audit 2023-11-08T02:51:00.873622+0000 mon.smithi148 (mon.0) 1036 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:51:01.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:00 smithi148 bash[24200]: audit 2023-11-08T02:51:00.874814+0000 mon.smithi148 (mon.0) 1037 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:51:01.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:00 smithi148 bash[24200]: audit 2023-11-08T02:51:00.881718+0000 mon.smithi148 (mon.0) 1038 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:51:01.939 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:02.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:01 smithi153 bash[28288]: cluster 2023-11-08T02:51:00.169222+0000 mgr.smithi148.cvefzo (mgr.14180) 1484 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:02.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:01 smithi153 bash[28288]: cluster 2023-11-08T02:51:00.882530+0000 mgr.smithi148.cvefzo (mgr.14180) 1485 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:51:02.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:01 smithi153 bash[28288]: cluster 2023-11-08T02:51:00.886248+0000 mon.smithi148 (mon.0) 1039 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:51:02.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:01 smithi153 bash[28288]: cluster 2023-11-08T02:51:00.886291+0000 mon.smithi148 (mon.0) 1040 : cluster [INF] Cluster is now healthy 2023-11-08T02:51:02.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:01 smithi153 bash[28288]: audit 2023-11-08T02:51:00.887188+0000 mon.smithi148 (mon.0) 1041 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:51:02.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:01 smithi153 bash[28288]: audit 2023-11-08T02:51:00.897450+0000 mon.smithi148 (mon.0) 1042 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:51:02.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:01 smithi153 bash[28288]: cephadm 2023-11-08T02:51:00.901882+0000 mgr.smithi148.cvefzo (mgr.14180) 1486 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.civaan on smithi153 2023-11-08T02:51:02.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:01 smithi148 bash[24200]: cluster 2023-11-08T02:51:00.169222+0000 mgr.smithi148.cvefzo (mgr.14180) 1484 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:02.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:01 smithi148 bash[24200]: cluster 2023-11-08T02:51:00.882530+0000 mgr.smithi148.cvefzo (mgr.14180) 1485 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:51:02.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:01 smithi148 bash[24200]: cluster 2023-11-08T02:51:00.886248+0000 mon.smithi148 (mon.0) 1039 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:51:02.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:01 smithi148 bash[24200]: cluster 2023-11-08T02:51:00.886291+0000 mon.smithi148 (mon.0) 1040 : cluster [INF] Cluster is now healthy 2023-11-08T02:51:02.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:01 smithi148 bash[24200]: audit 2023-11-08T02:51:00.887188+0000 mon.smithi148 (mon.0) 1041 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:51:02.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:01 smithi148 bash[24200]: audit 2023-11-08T02:51:00.897450+0000 mon.smithi148 (mon.0) 1042 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:51:02.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:01 smithi148 bash[24200]: cephadm 2023-11-08T02:51:00.901882+0000 mgr.smithi148.cvefzo (mgr.14180) 1486 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.civaan on smithi153 2023-11-08T02:51:03.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:03 smithi148 bash[24200]: cluster 2023-11-08T02:51:02.883360+0000 mgr.smithi148.cvefzo (mgr.14180) 1487 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:51:03.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:03 smithi153 bash[28288]: cluster 2023-11-08T02:51:02.883360+0000 mgr.smithi148.cvefzo (mgr.14180) 1487 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:51:05.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:04 smithi148 bash[24200]: audit 2023-11-08T02:51:04.733339+0000 mon.smithi148 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.civaan"}]: dispatch 2023-11-08T02:51:05.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:04 smithi153 bash[28288]: audit 2023-11-08T02:51:04.733339+0000 mon.smithi148 (mon.0) 1043 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.civaan"}]: dispatch 2023-11-08T02:51:05.266 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:51:05.266 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:47.827517Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.pwrhaq on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-pwrhaq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.pwrhaq\nDeploy daemon haproxy.nfs.foo.smithi153.pwrhaq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.124882Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mwsuvn on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mwsuvn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mwsuvn\nDeploy daemon haproxy.nfs.foo.smithi148.mwsuvn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:49:52.129157Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qoeaql on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:04.734636Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.civaan on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\nDeploy daemon haproxy.nfs.foo.smithi153.civaan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:06.091 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: cephadm 2023-11-08T02:51:04.732129+0000 mgr.smithi148.cvefzo (mgr.14180) 1488 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan 2023-11-08T02:51:06.091 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:51:06.092 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan 2023-11-08T02:51:06.092 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan 2023-11-08T02:51:06.092 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:51:06.092 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan 2023-11-08T02:51:06.093 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.civaan ... 2023-11-08T02:51:06.093 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:06.093 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:51:06.093 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:51:06.093 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:51:06.094 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:06.094 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:51:06.094 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:51:06.094 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:51:06.094 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:51:06.095 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:51:06.095 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan 2023-11-08T02:51:06.095 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:51:06.095 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan 2023-11-08T02:51:06.095 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan 2023-11-08T02:51:06.096 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:51:06.096 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan 2023-11-08T02:51:06.096 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.civaan ... 2023-11-08T02:51:06.096 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:06.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:51:06.098 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:51:06.098 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:51:06.098 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:51:06.098 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:06.099 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: cephadm 2023-11-08T02:51:04.732636+0000 mgr.smithi148.cvefzo (mgr.14180) 1489 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.civaan 2023-11-08T02:51:06.099 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: cephadm 2023-11-08T02:51:04.734850+0000 mgr.smithi148.cvefzo (mgr.14180) 1490 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.civaan on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan 2023-11-08T02:51:06.099 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:51:06.099 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan 2023-11-08T02:51:06.100 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan 2023-11-08T02:51:06.100 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:51:06.100 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan 2023-11-08T02:51:06.100 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.civaan ... 2023-11-08T02:51:06.100 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:06.101 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:51:06.101 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:51:06.101 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:51:06.101 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:06.101 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: cephadm 2023-11-08T02:51:04.739514+0000 mgr.smithi148.cvefzo (mgr.14180) 1491 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.lolwnt on smithi148 2023-11-08T02:51:06.102 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:05 smithi148 bash[24200]: cluster 2023-11-08T02:51:04.884400+0000 mgr.smithi148.cvefzo (mgr.14180) 1492 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:51:06.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: cephadm 2023-11-08T02:51:04.732129+0000 mgr.smithi148.cvefzo (mgr.14180) 1488 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan 2023-11-08T02:51:06.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:51:06.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan 2023-11-08T02:51:06.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan 2023-11-08T02:51:06.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:51:06.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan 2023-11-08T02:51:06.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.civaan ... 2023-11-08T02:51:06.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:06.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:51:06.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:51:06.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:51:06.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:06.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:51:06.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:51:06.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:51:06.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:51:06.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:51:06.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan 2023-11-08T02:51:06.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:51:06.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan 2023-11-08T02:51:06.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan 2023-11-08T02:51:06.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:51:06.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan 2023-11-08T02:51:06.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.civaan ... 2023-11-08T02:51:06.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:06.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:51:06.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:51:06.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:51:06.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:06.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: cephadm 2023-11-08T02:51:04.732636+0000 mgr.smithi148.cvefzo (mgr.14180) 1489 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.civaan 2023-11-08T02:51:06.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: cephadm 2023-11-08T02:51:04.734850+0000 mgr.smithi148.cvefzo (mgr.14180) 1490 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.civaan on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan 2023-11-08T02:51:06.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:51:06.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan 2023-11-08T02:51:06.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan 2023-11-08T02:51:06.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:51:06.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan 2023-11-08T02:51:06.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.civaan ... 2023-11-08T02:51:06.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:06.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:51:06.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:51:06.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:51:06.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:06.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: cephadm 2023-11-08T02:51:04.739514+0000 mgr.smithi148.cvefzo (mgr.14180) 1491 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.lolwnt on smithi148 2023-11-08T02:51:06.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:05 smithi153 bash[28288]: cluster 2023-11-08T02:51:04.884400+0000 mgr.smithi148.cvefzo (mgr.14180) 1492 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2023-11-08T02:51:07.099 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:07.113 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:06 smithi148 bash[24200]: audit 2023-11-08T02:51:05.257755+0000 mgr.smithi148.cvefzo (mgr.14180) 1493 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:07.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:06 smithi153 bash[28288]: audit 2023-11-08T02:51:05.257755+0000 mgr.smithi148.cvefzo (mgr.14180) 1493 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:08.093 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:07 smithi148 bash[24200]: cluster 2023-11-08T02:51:06.885287+0000 mgr.smithi148.cvefzo (mgr.14180) 1494 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 382 B/s rd, 0 op/s 2023-11-08T02:51:08.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:07 smithi153 bash[28288]: cluster 2023-11-08T02:51:06.885287+0000 mgr.smithi148.cvefzo (mgr.14180) 1494 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 382 B/s rd, 0 op/s 2023-11-08T02:51:09.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:08 smithi148 bash[24200]: audit 2023-11-08T02:51:08.582953+0000 mon.smithi148 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.lolwnt"}]: dispatch 2023-11-08T02:51:09.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:08 smithi153 bash[28288]: audit 2023-11-08T02:51:08.582953+0000 mon.smithi148 (mon.0) 1044 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.lolwnt"}]: dispatch 2023-11-08T02:51:10.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: cephadm 2023-11-08T02:51:08.582123+0000 mgr.smithi148.cvefzo (mgr.14180) 1495 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt 2023-11-08T02:51:10.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:51:10.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt 2023-11-08T02:51:10.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt 2023-11-08T02:51:10.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:51:10.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt 2023-11-08T02:51:10.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.lolwnt ... 2023-11-08T02:51:10.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:10.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:51:10.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:51:10.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:51:10.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:10.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:51:10.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:51:10.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:51:10.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:51:10.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:51:10.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt 2023-11-08T02:51:10.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:51:10.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt 2023-11-08T02:51:10.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt 2023-11-08T02:51:10.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:51:10.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt 2023-11-08T02:51:10.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.lolwnt ... 2023-11-08T02:51:10.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:10.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:51:10.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:51:10.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:51:10.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:10.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: cephadm 2023-11-08T02:51:08.582369+0000 mgr.smithi148.cvefzo (mgr.14180) 1496 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.lolwnt 2023-11-08T02:51:10.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: cephadm 2023-11-08T02:51:08.584267+0000 mgr.smithi148.cvefzo (mgr.14180) 1497 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.lolwnt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt 2023-11-08T02:51:10.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:51:10.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt 2023-11-08T02:51:10.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt 2023-11-08T02:51:10.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:51:10.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt 2023-11-08T02:51:10.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.lolwnt ... 2023-11-08T02:51:10.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:10.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:51:10.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:51:10.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:51:10.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:10.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: cephadm 2023-11-08T02:51:08.588159+0000 mgr.smithi148.cvefzo (mgr.14180) 1498 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.cjwxno on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:51:10.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: cephadm 2023-11-08T02:51:08.591552+0000 mgr.smithi148.cvefzo (mgr.14180) 1499 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:51:10.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: cluster 2023-11-08T02:51:08.592540+0000 mgr.smithi148.cvefzo (mgr.14180) 1500 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-08T02:51:10.162 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:09 smithi153 bash[28288]: cluster 2023-11-08T02:51:08.807271+0000 mon.smithi148 (mon.0) 1045 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:51:10.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: cephadm 2023-11-08T02:51:08.582123+0000 mgr.smithi148.cvefzo (mgr.14180) 1495 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt 2023-11-08T02:51:10.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:51:10.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt 2023-11-08T02:51:10.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt 2023-11-08T02:51:10.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:51:10.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt 2023-11-08T02:51:10.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.lolwnt ... 2023-11-08T02:51:10.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:10.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:51:10.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:51:10.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:51:10.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:10.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:51:10.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:51:10.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:51:10.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:51:10.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:51:10.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt 2023-11-08T02:51:10.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:51:10.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt 2023-11-08T02:51:10.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt 2023-11-08T02:51:10.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:51:10.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt 2023-11-08T02:51:10.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.lolwnt ... 2023-11-08T02:51:10.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:10.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:51:10.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:51:10.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:51:10.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:10.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: cephadm 2023-11-08T02:51:08.582369+0000 mgr.smithi148.cvefzo (mgr.14180) 1496 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.lolwnt 2023-11-08T02:51:10.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: cephadm 2023-11-08T02:51:08.584267+0000 mgr.smithi148.cvefzo (mgr.14180) 1497 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.lolwnt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt 2023-11-08T02:51:10.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:51:10.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt 2023-11-08T02:51:10.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt 2023-11-08T02:51:10.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:51:10.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt 2023-11-08T02:51:10.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.lolwnt ... 2023-11-08T02:51:10.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:10.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:51:10.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:51:10.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:51:10.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:51:10.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: cephadm 2023-11-08T02:51:08.588159+0000 mgr.smithi148.cvefzo (mgr.14180) 1498 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.cjwxno on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:51:10.286 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: cephadm 2023-11-08T02:51:08.591552+0000 mgr.smithi148.cvefzo (mgr.14180) 1499 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:51:10.287 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: cluster 2023-11-08T02:51:08.592540+0000 mgr.smithi148.cvefzo (mgr.14180) 1500 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-08T02:51:10.287 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:09 smithi148 bash[24200]: cluster 2023-11-08T02:51:08.807271+0000 mon.smithi148 (mon.0) 1045 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:51:10.440 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:51:10.441 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:04.734636Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.civaan on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\nDeploy daemon haproxy.nfs.foo.smithi153.civaan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.584036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lolwnt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\nDeploy daemon haproxy.nfs.foo.smithi148.lolwnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.587968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.cjwxno on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:11.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:51:11.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:11 smithi153 bash[28288]: audit 2023-11-08T02:51:10.431719+0000 mgr.smithi148.cvefzo (mgr.14180) 1501 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:11.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:11 smithi153 bash[28288]: audit 2023-11-08T02:51:10.592326+0000 mon.smithi148 (mon.0) 1046 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:51:11.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:11 smithi153 bash[28288]: cluster 2023-11-08T02:51:10.593661+0000 mgr.smithi148.cvefzo (mgr.14180) 1502 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-08T02:51:12.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:11 smithi148 bash[24200]: audit 2023-11-08T02:51:10.431719+0000 mgr.smithi148.cvefzo (mgr.14180) 1501 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:12.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:11 smithi148 bash[24200]: audit 2023-11-08T02:51:10.592326+0000 mon.smithi148 (mon.0) 1046 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:51:12.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:11 smithi148 bash[24200]: cluster 2023-11-08T02:51:10.593661+0000 mgr.smithi148.cvefzo (mgr.14180) 1502 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2023-11-08T02:51:12.256 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:13.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:13 smithi148 bash[24200]: cluster 2023-11-08T02:51:12.594889+0000 mgr.smithi148.cvefzo (mgr.14180) 1503 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-08T02:51:13.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:13 smithi153 bash[28288]: cluster 2023-11-08T02:51:12.594889+0000 mgr.smithi148.cvefzo (mgr.14180) 1503 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-08T02:51:15.604 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:51:15.605 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:04.734636Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.civaan on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\nDeploy daemon haproxy.nfs.foo.smithi153.civaan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.584036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lolwnt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\nDeploy daemon haproxy.nfs.foo.smithi148.lolwnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.587968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.cjwxno on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:16.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:15 smithi148 bash[24200]: cluster 2023-11-08T02:51:14.596116+0000 mgr.smithi148.cvefzo (mgr.14180) 1504 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-08T02:51:16.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:15 smithi153 bash[28288]: cluster 2023-11-08T02:51:14.596116+0000 mgr.smithi148.cvefzo (mgr.14180) 1504 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-08T02:51:16.431 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:51:16.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:16 smithi148 bash[24200]: audit 2023-11-08T02:51:15.600340+0000 mgr.smithi148.cvefzo (mgr.14180) 1505 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:17.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:16 smithi153 bash[28288]: audit 2023-11-08T02:51:15.600340+0000 mgr.smithi148.cvefzo (mgr.14180) 1505 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:17.432 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:17.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:17 smithi148 bash[24200]: cluster 2023-11-08T02:51:16.597259+0000 mgr.smithi148.cvefzo (mgr.14180) 1506 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-08T02:51:18.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:17 smithi153 bash[28288]: cluster 2023-11-08T02:51:16.597259+0000 mgr.smithi148.cvefzo (mgr.14180) 1506 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-08T02:51:20.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:19 smithi148 bash[24200]: cluster 2023-11-08T02:51:18.598019+0000 mgr.smithi148.cvefzo (mgr.14180) 1507 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-08T02:51:20.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:19 smithi153 bash[28288]: cluster 2023-11-08T02:51:18.598019+0000 mgr.smithi148.cvefzo (mgr.14180) 1507 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2023-11-08T02:51:20.841 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:51:20.842 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:04.734636Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.civaan on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\nDeploy daemon haproxy.nfs.foo.smithi153.civaan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.584036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lolwnt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\nDeploy daemon haproxy.nfs.foo.smithi148.lolwnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.587968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.cjwxno on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:21.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:51:22.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:21 smithi148 bash[24200]: cluster 2023-11-08T02:51:20.599210+0000 mgr.smithi148.cvefzo (mgr.14180) 1508 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:22.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:21 smithi148 bash[24200]: audit 2023-11-08T02:51:20.837310+0000 mgr.smithi148.cvefzo (mgr.14180) 1509 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:22.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:21 smithi153 bash[28288]: cluster 2023-11-08T02:51:20.599210+0000 mgr.smithi148.cvefzo (mgr.14180) 1508 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:22.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:21 smithi153 bash[28288]: audit 2023-11-08T02:51:20.837310+0000 mgr.smithi148.cvefzo (mgr.14180) 1509 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:22.651 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:23.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:23 smithi148 bash[24200]: cluster 2023-11-08T02:51:22.600155+0000 mgr.smithi148.cvefzo (mgr.14180) 1510 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:23.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:23 smithi153 bash[28288]: cluster 2023-11-08T02:51:22.600155+0000 mgr.smithi148.cvefzo (mgr.14180) 1510 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:26.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:25 smithi148 bash[24200]: cluster 2023-11-08T02:51:24.601313+0000 mgr.smithi148.cvefzo (mgr.14180) 1511 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:26.035 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:51:26.036 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:04.734636Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.civaan on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\nDeploy daemon haproxy.nfs.foo.smithi153.civaan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.584036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lolwnt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\nDeploy daemon haproxy.nfs.foo.smithi148.lolwnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.587968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.cjwxno on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:26.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:25 smithi153 bash[28288]: cluster 2023-11-08T02:51:24.601313+0000 mgr.smithi148.cvefzo (mgr.14180) 1511 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:26.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:51:27.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:26 smithi148 bash[24200]: audit 2023-11-08T02:51:26.030944+0000 mgr.smithi148.cvefzo (mgr.14180) 1512 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:27.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:26 smithi153 bash[28288]: audit 2023-11-08T02:51:26.030944+0000 mgr.smithi148.cvefzo (mgr.14180) 1512 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:27.867 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:28.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:27 smithi148 bash[24200]: cluster 2023-11-08T02:51:26.602481+0000 mgr.smithi148.cvefzo (mgr.14180) 1513 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:28.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:27 smithi153 bash[28288]: cluster 2023-11-08T02:51:26.602481+0000 mgr.smithi148.cvefzo (mgr.14180) 1513 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:29.971 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:29 smithi148 bash[24200]: cluster 2023-11-08T02:51:28.603786+0000 mgr.smithi148.cvefzo (mgr.14180) 1514 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:51:30.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:29 smithi153 bash[28288]: cluster 2023-11-08T02:51:28.603786+0000 mgr.smithi148.cvefzo (mgr.14180) 1514 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:51:31.379 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:51:31.379 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:04.734636Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.civaan on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\nDeploy daemon haproxy.nfs.foo.smithi153.civaan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.584036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lolwnt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\nDeploy daemon haproxy.nfs.foo.smithi148.lolwnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.587968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.cjwxno on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:32.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:31 smithi148 bash[24200]: cluster 2023-11-08T02:51:30.604889+0000 mgr.smithi148.cvefzo (mgr.14180) 1515 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:32.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:31 smithi153 bash[28288]: cluster 2023-11-08T02:51:30.604889+0000 mgr.smithi148.cvefzo (mgr.14180) 1515 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:32.251 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:51:33.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:32 smithi148 bash[24200]: audit 2023-11-08T02:51:31.367896+0000 mgr.smithi148.cvefzo (mgr.14180) 1516 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:33.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:32 smithi153 bash[28288]: audit 2023-11-08T02:51:31.367896+0000 mgr.smithi148.cvefzo (mgr.14180) 1516 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:33.252 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:33.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:33 smithi148 bash[24200]: cluster 2023-11-08T02:51:32.606065+0000 mgr.smithi148.cvefzo (mgr.14180) 1517 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:34.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:33 smithi153 bash[28288]: cluster 2023-11-08T02:51:32.606065+0000 mgr.smithi148.cvefzo (mgr.14180) 1517 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:35.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:35 smithi148 bash[24200]: cluster 2023-11-08T02:51:34.607394+0000 mgr.smithi148.cvefzo (mgr.14180) 1518 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:36.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:35 smithi153 bash[28288]: cluster 2023-11-08T02:51:34.607394+0000 mgr.smithi148.cvefzo (mgr.14180) 1518 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:36.707 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:51:36.708 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:04.734636Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.civaan on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\nDeploy daemon haproxy.nfs.foo.smithi153.civaan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.584036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lolwnt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\nDeploy daemon haproxy.nfs.foo.smithi148.lolwnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.587968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.cjwxno on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:37.514 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:51:37.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:37 smithi148 bash[24200]: cluster 2023-11-08T02:51:36.608472+0000 mgr.smithi148.cvefzo (mgr.14180) 1519 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:37.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:37 smithi148 bash[24200]: audit 2023-11-08T02:51:36.700305+0000 mgr.smithi148.cvefzo (mgr.14180) 1520 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:38.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:37 smithi153 bash[28288]: cluster 2023-11-08T02:51:36.608472+0000 mgr.smithi148.cvefzo (mgr.14180) 1519 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:38.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:37 smithi153 bash[28288]: audit 2023-11-08T02:51:36.700305+0000 mgr.smithi148.cvefzo (mgr.14180) 1520 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:38.515 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:40.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:39 smithi148 bash[24200]: cluster 2023-11-08T02:51:38.609647+0000 mgr.smithi148.cvefzo (mgr.14180) 1521 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:51:40.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:39 smithi153 bash[28288]: cluster 2023-11-08T02:51:38.609647+0000 mgr.smithi148.cvefzo (mgr.14180) 1521 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:51:41.989 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:51:41.989 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:04.734636Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.civaan on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\nDeploy daemon haproxy.nfs.foo.smithi153.civaan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.584036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lolwnt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\nDeploy daemon haproxy.nfs.foo.smithi148.lolwnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.587968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.cjwxno on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:42.022 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:41 smithi148 bash[24200]: cluster 2023-11-08T02:51:40.611064+0000 mgr.smithi148.cvefzo (mgr.14180) 1522 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:42.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:41 smithi153 bash[28288]: cluster 2023-11-08T02:51:40.611064+0000 mgr.smithi148.cvefzo (mgr.14180) 1522 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:42.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:51:43.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:42 smithi148 bash[24200]: audit 2023-11-08T02:51:41.980354+0000 mgr.smithi148.cvefzo (mgr.14180) 1523 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:43.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:42 smithi153 bash[28288]: audit 2023-11-08T02:51:41.980354+0000 mgr.smithi148.cvefzo (mgr.14180) 1523 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:43.783 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:43.979 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:43 smithi148 bash[24200]: cluster 2023-11-08T02:51:42.612263+0000 mgr.smithi148.cvefzo (mgr.14180) 1524 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:44.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:43 smithi153 bash[28288]: cluster 2023-11-08T02:51:42.612263+0000 mgr.smithi148.cvefzo (mgr.14180) 1524 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:46.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:45 smithi148 bash[24200]: cluster 2023-11-08T02:51:44.613368+0000 mgr.smithi148.cvefzo (mgr.14180) 1525 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:46.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:45 smithi153 bash[28288]: cluster 2023-11-08T02:51:44.613368+0000 mgr.smithi148.cvefzo (mgr.14180) 1525 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:47.032 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:51:47.033 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:04.734636Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.civaan on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\nDeploy daemon haproxy.nfs.foo.smithi153.civaan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.584036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lolwnt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\nDeploy daemon haproxy.nfs.foo.smithi148.lolwnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.587968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.cjwxno on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:47.823 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:51:48.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:47 smithi148 bash[24200]: cluster 2023-11-08T02:51:46.614568+0000 mgr.smithi148.cvefzo (mgr.14180) 1526 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:48.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:47 smithi148 bash[24200]: audit 2023-11-08T02:51:47.023849+0000 mgr.smithi148.cvefzo (mgr.14180) 1527 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:48.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:47 smithi153 bash[28288]: cluster 2023-11-08T02:51:46.614568+0000 mgr.smithi148.cvefzo (mgr.14180) 1526 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:48.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:47 smithi153 bash[28288]: audit 2023-11-08T02:51:47.023849+0000 mgr.smithi148.cvefzo (mgr.14180) 1527 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:48.826 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:50.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:49 smithi148 bash[24200]: cluster 2023-11-08T02:51:48.615832+0000 mgr.smithi148.cvefzo (mgr.14180) 1528 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:51:50.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:49 smithi153 bash[28288]: cluster 2023-11-08T02:51:48.615832+0000 mgr.smithi148.cvefzo (mgr.14180) 1528 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:51:52.013 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:51:52.014 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:04.734636Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.civaan on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\nDeploy daemon haproxy.nfs.foo.smithi153.civaan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.584036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lolwnt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\nDeploy daemon haproxy.nfs.foo.smithi148.lolwnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.587968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.cjwxno on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:52.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:51 smithi148 bash[24200]: cluster 2023-11-08T02:51:50.616960+0000 mgr.smithi148.cvefzo (mgr.14180) 1529 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:52.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:51 smithi153 bash[28288]: cluster 2023-11-08T02:51:50.616960+0000 mgr.smithi148.cvefzo (mgr.14180) 1529 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:52.954 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:51:53.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:52 smithi148 bash[24200]: audit 2023-11-08T02:51:52.004312+0000 mgr.smithi148.cvefzo (mgr.14180) 1530 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:53.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:52 smithi153 bash[28288]: audit 2023-11-08T02:51:52.004312+0000 mgr.smithi148.cvefzo (mgr.14180) 1530 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:53.955 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:54.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:53 smithi148 bash[24200]: cluster 2023-11-08T02:51:52.617699+0000 mgr.smithi148.cvefzo (mgr.14180) 1531 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:54.192 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:53 smithi153 bash[28288]: cluster 2023-11-08T02:51:52.617699+0000 mgr.smithi148.cvefzo (mgr.14180) 1531 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:56.007 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:55 smithi148 bash[24200]: cluster 2023-11-08T02:51:54.618549+0000 mgr.smithi148.cvefzo (mgr.14180) 1532 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:56.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:55 smithi153 bash[28288]: cluster 2023-11-08T02:51:54.618549+0000 mgr.smithi148.cvefzo (mgr.14180) 1532 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:57.317 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:51:57.317 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:04.734636Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.civaan on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\nDeploy daemon haproxy.nfs.foo.smithi153.civaan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.584036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lolwnt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\nDeploy daemon haproxy.nfs.foo.smithi148.lolwnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.587968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.cjwxno on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:51:58.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:57 smithi148 bash[24200]: cluster 2023-11-08T02:51:56.619730+0000 mgr.smithi148.cvefzo (mgr.14180) 1533 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:58.137 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:51:58.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:57 smithi153 bash[28288]: cluster 2023-11-08T02:51:56.619730+0000 mgr.smithi148.cvefzo (mgr.14180) 1533 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:51:59.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:58 smithi148 bash[24200]: audit 2023-11-08T02:51:57.307326+0000 mgr.smithi148.cvefzo (mgr.14180) 1534 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:51:59.138 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:51:59.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:58 smithi153 bash[28288]: audit 2023-11-08T02:51:57.307326+0000 mgr.smithi148.cvefzo (mgr.14180) 1534 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:00.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:51:59 smithi148 bash[24200]: cluster 2023-11-08T02:51:58.620941+0000 mgr.smithi148.cvefzo (mgr.14180) 1535 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:52:00.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:51:59 smithi153 bash[28288]: cluster 2023-11-08T02:51:58.620941+0000 mgr.smithi148.cvefzo (mgr.14180) 1535 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:52:02.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:01 smithi148 bash[24200]: cluster 2023-11-08T02:52:00.622132+0000 mgr.smithi148.cvefzo (mgr.14180) 1536 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:02.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:01 smithi153 bash[28288]: cluster 2023-11-08T02:52:00.622132+0000 mgr.smithi148.cvefzo (mgr.14180) 1536 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:02.622 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:52:02.622 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:04.734636Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.civaan on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\nDeploy daemon haproxy.nfs.foo.smithi153.civaan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.584036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lolwnt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\nDeploy daemon haproxy.nfs.foo.smithi148.lolwnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.587968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.cjwxno on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:03.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:52:03.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:03 smithi148 bash[24200]: audit 2023-11-08T02:52:02.611184+0000 mgr.smithi148.cvefzo (mgr.14180) 1537 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:03.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:03 smithi148 bash[24200]: cluster 2023-11-08T02:52:02.623254+0000 mgr.smithi148.cvefzo (mgr.14180) 1538 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:03.823 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:03 smithi153 bash[28288]: audit 2023-11-08T02:52:02.611184+0000 mgr.smithi148.cvefzo (mgr.14180) 1537 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:03.824 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:03 smithi153 bash[28288]: cluster 2023-11-08T02:52:02.623254+0000 mgr.smithi148.cvefzo (mgr.14180) 1538 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:04.437 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:05.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:05 smithi148 bash[24200]: cluster 2023-11-08T02:52:04.624200+0000 mgr.smithi148.cvefzo (mgr.14180) 1539 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:06.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:05 smithi153 bash[28288]: cluster 2023-11-08T02:52:04.624200+0000 mgr.smithi148.cvefzo (mgr.14180) 1539 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:07.626 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:52:07.626 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:04.734636Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.civaan on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\nDeploy daemon haproxy.nfs.foo.smithi153.civaan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.584036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lolwnt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\nDeploy daemon haproxy.nfs.foo.smithi148.lolwnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.587968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.cjwxno on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:08.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:07 smithi148 bash[24200]: cluster 2023-11-08T02:52:06.625332+0000 mgr.smithi148.cvefzo (mgr.14180) 1540 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:08.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:07 smithi153 bash[28288]: cluster 2023-11-08T02:52:06.625332+0000 mgr.smithi148.cvefzo (mgr.14180) 1540 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:08.473 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:52:08.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:08 smithi148 bash[24200]: audit 2023-11-08T02:52:07.621666+0000 mgr.smithi148.cvefzo (mgr.14180) 1541 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:08.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:08 smithi148 bash[24200]: audit 2023-11-08T02:52:08.595779+0000 mon.smithi148 (mon.0) 1047 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:52:09.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:08 smithi153 bash[28288]: audit 2023-11-08T02:52:07.621666+0000 mgr.smithi148.cvefzo (mgr.14180) 1541 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:09.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:08 smithi153 bash[28288]: audit 2023-11-08T02:52:08.595779+0000 mon.smithi148 (mon.0) 1047 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:52:09.474 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:10.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:09 smithi148 bash[24200]: cluster 2023-11-08T02:52:08.626646+0000 mgr.smithi148.cvefzo (mgr.14180) 1542 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:52:10.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:09 smithi148 bash[24200]: audit 2023-11-08T02:52:08.870465+0000 mon.smithi148 (mon.0) 1048 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:52:10.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:09 smithi148 bash[24200]: audit 2023-11-08T02:52:09.172367+0000 mon.smithi148 (mon.0) 1049 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:52:10.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:09 smithi148 bash[24200]: audit 2023-11-08T02:52:09.174387+0000 mon.smithi148 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:52:10.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:09 smithi148 bash[24200]: audit 2023-11-08T02:52:09.182866+0000 mon.smithi148 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:52:10.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:09 smithi148 bash[24200]: audit 2023-11-08T02:52:09.192062+0000 mon.smithi148 (mon.0) 1052 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:52:10.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:09 smithi148 bash[24200]: audit 2023-11-08T02:52:09.205524+0000 mon.smithi148 (mon.0) 1053 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:52:10.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:09 smithi153 bash[28288]: cluster 2023-11-08T02:52:08.626646+0000 mgr.smithi148.cvefzo (mgr.14180) 1542 : cluster [DBG] pgmap v1004: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:52:10.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:09 smithi153 bash[28288]: audit 2023-11-08T02:52:08.870465+0000 mon.smithi148 (mon.0) 1048 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:52:10.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:09 smithi153 bash[28288]: audit 2023-11-08T02:52:09.172367+0000 mon.smithi148 (mon.0) 1049 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:52:10.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:09 smithi153 bash[28288]: audit 2023-11-08T02:52:09.174387+0000 mon.smithi148 (mon.0) 1050 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:52:10.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:09 smithi153 bash[28288]: audit 2023-11-08T02:52:09.182866+0000 mon.smithi148 (mon.0) 1051 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:52:10.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:09 smithi153 bash[28288]: audit 2023-11-08T02:52:09.192062+0000 mon.smithi148 (mon.0) 1052 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:52:10.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:09 smithi153 bash[28288]: audit 2023-11-08T02:52:09.205524+0000 mon.smithi148 (mon.0) 1053 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:52:11.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:10 smithi148 bash[24200]: cluster 2023-11-08T02:52:09.183692+0000 mgr.smithi148.cvefzo (mgr.14180) 1543 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-08T02:52:11.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:10 smithi148 bash[24200]: cephadm 2023-11-08T02:52:09.210359+0000 mgr.smithi148.cvefzo (mgr.14180) 1544 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.styheu on smithi153 2023-11-08T02:52:11.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:10 smithi148 bash[24200]: cluster 2023-11-08T02:52:10.180385+0000 mon.smithi148 (mon.0) 1054 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:52:11.027 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:10 smithi148 bash[24200]: cluster 2023-11-08T02:52:10.180464+0000 mon.smithi148 (mon.0) 1055 : cluster [INF] Cluster is now healthy 2023-11-08T02:52:11.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:10 smithi153 bash[28288]: cluster 2023-11-08T02:52:09.183692+0000 mgr.smithi148.cvefzo (mgr.14180) 1543 : cluster [DBG] pgmap v1005: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-08T02:52:11.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:10 smithi153 bash[28288]: cephadm 2023-11-08T02:52:09.210359+0000 mgr.smithi148.cvefzo (mgr.14180) 1544 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.styheu on smithi153 2023-11-08T02:52:11.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:10 smithi153 bash[28288]: cluster 2023-11-08T02:52:10.180385+0000 mon.smithi148 (mon.0) 1054 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:52:11.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:10 smithi153 bash[28288]: cluster 2023-11-08T02:52:10.180464+0000 mon.smithi148 (mon.0) 1055 : cluster [INF] Cluster is now healthy 2023-11-08T02:52:13.012 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:52:13.012 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:49:52.131156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.frigxx on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:04.734636Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.civaan on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-civaan\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.civaan\nDeploy daemon haproxy.nfs.foo.smithi153.civaan ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.584036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.lolwnt on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-lolwnt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.lolwnt\nDeploy daemon haproxy.nfs.foo.smithi148.lolwnt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:51:08.587968Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.cjwxno on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:13.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:12 smithi153 bash[28288]: cluster 2023-11-08T02:52:11.184384+0000 mgr.smithi148.cvefzo (mgr.14180) 1545 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-08T02:52:13.215 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:12 smithi148 bash[24200]: cluster 2023-11-08T02:52:11.184384+0000 mgr.smithi148.cvefzo (mgr.14180) 1545 : cluster [DBG] pgmap v1006: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-08T02:52:13.838 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:52:14.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: audit 2023-11-08T02:52:13.003127+0000 mgr.smithi148.cvefzo (mgr.14180) 1546 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:14.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: cephadm 2023-11-08T02:52:13.040526+0000 mgr.smithi148.cvefzo (mgr.14180) 1547 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu 2023-11-08T02:52:14.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:52:14.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu 2023-11-08T02:52:14.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu 2023-11-08T02:52:14.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:52:14.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu 2023-11-08T02:52:14.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.styheu ... 2023-11-08T02:52:14.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:14.154 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:52:14.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:52:14.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:52:14.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:14.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:52:14.155 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:52:14.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:52:14.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:52:14.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:52:14.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu 2023-11-08T02:52:14.156 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:52:14.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu 2023-11-08T02:52:14.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu 2023-11-08T02:52:14.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:52:14.157 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu 2023-11-08T02:52:14.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.styheu ... 2023-11-08T02:52:14.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:14.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:52:14.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:52:14.158 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:52:14.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:14.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: cephadm 2023-11-08T02:52:13.041054+0000 mgr.smithi148.cvefzo (mgr.14180) 1548 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.styheu 2023-11-08T02:52:14.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: audit 2023-11-08T02:52:13.041609+0000 mon.smithi148 (mon.0) 1056 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.styheu"}]: dispatch 2023-11-08T02:52:14.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: cephadm 2023-11-08T02:52:13.042517+0000 mgr.smithi148.cvefzo (mgr.14180) 1549 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.styheu on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu 2023-11-08T02:52:14.159 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:52:14.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu 2023-11-08T02:52:14.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu 2023-11-08T02:52:14.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:52:14.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu 2023-11-08T02:52:14.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.styheu ... 2023-11-08T02:52:14.160 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:14.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:52:14.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:52:14.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:52:14.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:14.161 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:13 smithi153 bash[28288]: cephadm 2023-11-08T02:52:13.046911+0000 mgr.smithi148.cvefzo (mgr.14180) 1550 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.mixeor on smithi148 2023-11-08T02:52:14.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: audit 2023-11-08T02:52:13.003127+0000 mgr.smithi148.cvefzo (mgr.14180) 1546 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:14.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: cephadm 2023-11-08T02:52:13.040526+0000 mgr.smithi148.cvefzo (mgr.14180) 1547 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu 2023-11-08T02:52:14.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:52:14.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu 2023-11-08T02:52:14.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu 2023-11-08T02:52:14.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:52:14.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu 2023-11-08T02:52:14.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.styheu ... 2023-11-08T02:52:14.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:14.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:52:14.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:52:14.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:52:14.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:14.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:52:14.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:52:14.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:52:14.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:52:14.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:52:14.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu 2023-11-08T02:52:14.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:52:14.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu 2023-11-08T02:52:14.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu 2023-11-08T02:52:14.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:52:14.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu 2023-11-08T02:52:14.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.styheu ... 2023-11-08T02:52:14.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:14.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:52:14.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:52:14.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:52:14.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:14.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: cephadm 2023-11-08T02:52:13.041054+0000 mgr.smithi148.cvefzo (mgr.14180) 1548 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.styheu 2023-11-08T02:52:14.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: audit 2023-11-08T02:52:13.041609+0000 mon.smithi148 (mon.0) 1056 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.styheu"}]: dispatch 2023-11-08T02:52:14.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: cephadm 2023-11-08T02:52:13.042517+0000 mgr.smithi148.cvefzo (mgr.14180) 1549 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.styheu on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu 2023-11-08T02:52:14.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:52:14.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu 2023-11-08T02:52:14.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu 2023-11-08T02:52:14.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:52:14.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu 2023-11-08T02:52:14.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.styheu ... 2023-11-08T02:52:14.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:14.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:52:14.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:52:14.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:52:14.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:14.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:13 smithi148 bash[24200]: cephadm 2023-11-08T02:52:13.046911+0000 mgr.smithi148.cvefzo (mgr.14180) 1550 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.mixeor on smithi148 2023-11-08T02:52:14.840 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:15.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:14 smithi153 bash[28288]: cluster 2023-11-08T02:52:13.185387+0000 mgr.smithi148.cvefzo (mgr.14180) 1551 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-08T02:52:15.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:14 smithi148 bash[24200]: cluster 2023-11-08T02:52:13.185387+0000 mgr.smithi148.cvefzo (mgr.14180) 1551 : cluster [DBG] pgmap v1007: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-08T02:52:17.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:16 smithi148 bash[24200]: cluster 2023-11-08T02:52:15.186478+0000 mgr.smithi148.cvefzo (mgr.14180) 1552 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-08T02:52:17.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:16 smithi153 bash[28288]: cluster 2023-11-08T02:52:15.186478+0000 mgr.smithi148.cvefzo (mgr.14180) 1552 : cluster [DBG] pgmap v1008: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2023-11-08T02:52:18.542 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:52:18.542 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:13.042416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.styheu on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\nDeploy daemon haproxy.nfs.foo.smithi153.styheu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.524841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mixeor on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\nDeploy daemon haproxy.nfs.foo.smithi148.mixeor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.526693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qqodjb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:18.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: cluster 2023-11-08T02:52:17.187226+0000 mgr.smithi148.cvefzo (mgr.14180) 1553 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 387 B/s rd, 0 op/s 2023-11-08T02:52:18.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: cephadm 2023-11-08T02:52:17.523099+0000 mgr.smithi148.cvefzo (mgr.14180) 1554 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor 2023-11-08T02:52:18.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:52:18.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor 2023-11-08T02:52:18.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor 2023-11-08T02:52:18.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:52:18.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor 2023-11-08T02:52:18.779 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.mixeor ... 2023-11-08T02:52:18.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:18.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:52:18.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:52:18.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:52:18.780 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:18.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:52:18.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:52:18.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:52:18.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:52:18.781 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:52:18.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor 2023-11-08T02:52:18.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:52:18.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor 2023-11-08T02:52:18.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor 2023-11-08T02:52:18.782 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:52:18.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor 2023-11-08T02:52:18.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.mixeor ... 2023-11-08T02:52:18.783 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:18.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:52:18.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:52:18.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:52:18.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:18.784 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: cephadm 2023-11-08T02:52:17.523571+0000 mgr.smithi148.cvefzo (mgr.14180) 1555 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.mixeor 2023-11-08T02:52:18.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: audit 2023-11-08T02:52:17.524130+0000 mon.smithi148 (mon.0) 1057 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.mixeor"}]: dispatch 2023-11-08T02:52:18.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: cephadm 2023-11-08T02:52:17.524958+0000 mgr.smithi148.cvefzo (mgr.14180) 1556 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.mixeor on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor 2023-11-08T02:52:18.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:52:18.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor 2023-11-08T02:52:18.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor 2023-11-08T02:52:18.785 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:52:18.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor 2023-11-08T02:52:18.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.mixeor ... 2023-11-08T02:52:18.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:18.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:52:18.786 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:52:18.787 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:52:18.787 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:18.787 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: cephadm 2023-11-08T02:52:17.526790+0000 mgr.smithi148.cvefzo (mgr.14180) 1557 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.qqodjb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:52:18.787 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: cephadm 2023-11-08T02:52:17.528361+0000 mgr.smithi148.cvefzo (mgr.14180) 1558 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:52:18.787 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: cluster 2023-11-08T02:52:17.529249+0000 mgr.smithi148.cvefzo (mgr.14180) 1559 : cluster [DBG] pgmap v1010: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 0 op/s 2023-11-08T02:52:18.788 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:18 smithi148 bash[24200]: cluster 2023-11-08T02:52:17.898227+0000 mon.smithi148 (mon.0) 1058 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:52:18.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: cluster 2023-11-08T02:52:17.187226+0000 mgr.smithi148.cvefzo (mgr.14180) 1553 : cluster [DBG] pgmap v1009: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 387 B/s rd, 0 op/s 2023-11-08T02:52:18.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: cephadm 2023-11-08T02:52:17.523099+0000 mgr.smithi148.cvefzo (mgr.14180) 1554 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor 2023-11-08T02:52:18.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:52:18.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor 2023-11-08T02:52:18.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor 2023-11-08T02:52:18.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:52:18.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor 2023-11-08T02:52:18.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.mixeor ... 2023-11-08T02:52:18.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:18.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:52:18.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:52:18.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:52:18.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:18.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:52:18.905 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:52:18.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:52:18.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:52:18.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:52:18.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor 2023-11-08T02:52:18.906 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:52:18.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor 2023-11-08T02:52:18.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor 2023-11-08T02:52:18.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:52:18.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor 2023-11-08T02:52:18.907 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.mixeor ... 2023-11-08T02:52:18.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:18.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:52:18.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:52:18.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:52:18.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:18.908 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: cephadm 2023-11-08T02:52:17.523571+0000 mgr.smithi148.cvefzo (mgr.14180) 1555 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.mixeor 2023-11-08T02:52:18.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: audit 2023-11-08T02:52:17.524130+0000 mon.smithi148 (mon.0) 1057 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.mixeor"}]: dispatch 2023-11-08T02:52:18.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: cephadm 2023-11-08T02:52:17.524958+0000 mgr.smithi148.cvefzo (mgr.14180) 1556 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.mixeor on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor 2023-11-08T02:52:18.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:52:18.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor 2023-11-08T02:52:18.909 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor 2023-11-08T02:52:18.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:52:18.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor 2023-11-08T02:52:18.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.mixeor ... 2023-11-08T02:52:18.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:18.910 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:52:18.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:52:18.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:52:18.911 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:52:18.912 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: cephadm 2023-11-08T02:52:17.526790+0000 mgr.smithi148.cvefzo (mgr.14180) 1557 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.qqodjb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:52:18.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: cephadm 2023-11-08T02:52:17.528361+0000 mgr.smithi148.cvefzo (mgr.14180) 1558 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:52:18.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: cluster 2023-11-08T02:52:17.529249+0000 mgr.smithi148.cvefzo (mgr.14180) 1559 : cluster [DBG] pgmap v1010: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 230 B/s rd, 0 op/s 2023-11-08T02:52:18.913 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:18 smithi153 bash[28288]: cluster 2023-11-08T02:52:17.898227+0000 mon.smithi148 (mon.0) 1058 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:52:19.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:52:19.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:19 smithi148 bash[24200]: audit 2023-11-08T02:52:18.532086+0000 mgr.smithi148.cvefzo (mgr.14180) 1560 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:19.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:19 smithi153 bash[28288]: audit 2023-11-08T02:52:18.532086+0000 mgr.smithi148.cvefzo (mgr.14180) 1560 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:20.317 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:20.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:20 smithi148 bash[24200]: cluster 2023-11-08T02:52:19.530454+0000 mgr.smithi148.cvefzo (mgr.14180) 1561 : cluster [DBG] pgmap v1011: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-08T02:52:20.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:20 smithi153 bash[28288]: cluster 2023-11-08T02:52:19.530454+0000 mgr.smithi148.cvefzo (mgr.14180) 1561 : cluster [DBG] pgmap v1011: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-08T02:52:21.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:21 smithi153 bash[28288]: audit 2023-11-08T02:52:20.638540+0000 mon.smithi148 (mon.0) 1059 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:52:22.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:21 smithi148 bash[24200]: audit 2023-11-08T02:52:20.638540+0000 mon.smithi148 (mon.0) 1059 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:52:22.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:22 smithi148 bash[24200]: cluster 2023-11-08T02:52:21.531710+0000 mgr.smithi148.cvefzo (mgr.14180) 1562 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-08T02:52:22.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:22 smithi153 bash[28288]: cluster 2023-11-08T02:52:21.531710+0000 mgr.smithi148.cvefzo (mgr.14180) 1562 : cluster [DBG] pgmap v1012: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-08T02:52:23.635 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:52:23.635 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:13.042416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.styheu on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\nDeploy daemon haproxy.nfs.foo.smithi153.styheu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.524841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mixeor on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\nDeploy daemon haproxy.nfs.foo.smithi148.mixeor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.526693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qqodjb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:24.493 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:52:24.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:24 smithi148 bash[24200]: cluster 2023-11-08T02:52:23.532561+0000 mgr.smithi148.cvefzo (mgr.14180) 1563 : cluster [DBG] pgmap v1013: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-08T02:52:24.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:24 smithi148 bash[24200]: audit 2023-11-08T02:52:23.624931+0000 mgr.smithi148.cvefzo (mgr.14180) 1564 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:25.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:24 smithi153 bash[28288]: cluster 2023-11-08T02:52:23.532561+0000 mgr.smithi148.cvefzo (mgr.14180) 1563 : cluster [DBG] pgmap v1013: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-08T02:52:25.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:24 smithi153 bash[28288]: audit 2023-11-08T02:52:23.624931+0000 mgr.smithi148.cvefzo (mgr.14180) 1564 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:25.495 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:26.880 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:26 smithi148 bash[24200]: cluster 2023-11-08T02:52:25.533669+0000 mgr.smithi148.cvefzo (mgr.14180) 1565 : cluster [DBG] pgmap v1014: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-08T02:52:27.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:26 smithi153 bash[28288]: cluster 2023-11-08T02:52:25.533669+0000 mgr.smithi148.cvefzo (mgr.14180) 1565 : cluster [DBG] pgmap v1014: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-08T02:52:28.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:28 smithi148 bash[24200]: cluster 2023-11-08T02:52:27.534920+0000 mgr.smithi148.cvefzo (mgr.14180) 1566 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-08T02:52:28.789 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:52:28.789 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:13.042416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.styheu on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\nDeploy daemon haproxy.nfs.foo.smithi153.styheu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.524841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mixeor on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\nDeploy daemon haproxy.nfs.foo.smithi148.mixeor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.526693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qqodjb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:28.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:28 smithi153 bash[28288]: cluster 2023-11-08T02:52:27.534920+0000 mgr.smithi148.cvefzo (mgr.14180) 1566 : cluster [DBG] pgmap v1015: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2023-11-08T02:52:29.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:52:29.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:29 smithi148 bash[24200]: audit 2023-11-08T02:52:28.780751+0000 mgr.smithi148.cvefzo (mgr.14180) 1567 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:29.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:29 smithi153 bash[28288]: audit 2023-11-08T02:52:28.780751+0000 mgr.smithi148.cvefzo (mgr.14180) 1567 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:30.618 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:30.819 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:30 smithi148 bash[24200]: cluster 2023-11-08T02:52:29.535755+0000 mgr.smithi148.cvefzo (mgr.14180) 1568 : cluster [DBG] pgmap v1016: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:30.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:30 smithi153 bash[28288]: cluster 2023-11-08T02:52:29.535755+0000 mgr.smithi148.cvefzo (mgr.14180) 1568 : cluster [DBG] pgmap v1016: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:32.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:32 smithi153 bash[28288]: cluster 2023-11-08T02:52:31.536955+0000 mgr.smithi148.cvefzo (mgr.14180) 1569 : cluster [DBG] pgmap v1017: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:33.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:32 smithi148 bash[24200]: cluster 2023-11-08T02:52:31.536955+0000 mgr.smithi148.cvefzo (mgr.14180) 1569 : cluster [DBG] pgmap v1017: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:33.995 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:52:33.996 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:13.042416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.styheu on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\nDeploy daemon haproxy.nfs.foo.smithi153.styheu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.524841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mixeor on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\nDeploy daemon haproxy.nfs.foo.smithi148.mixeor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.526693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qqodjb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:34.738 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:52:34.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:34 smithi153 bash[28288]: cluster 2023-11-08T02:52:33.538404+0000 mgr.smithi148.cvefzo (mgr.14180) 1570 : cluster [DBG] pgmap v1018: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:34.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:34 smithi153 bash[28288]: audit 2023-11-08T02:52:33.986182+0000 mgr.smithi148.cvefzo (mgr.14180) 1571 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:35.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:34 smithi148 bash[24200]: cluster 2023-11-08T02:52:33.538404+0000 mgr.smithi148.cvefzo (mgr.14180) 1570 : cluster [DBG] pgmap v1018: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:35.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:34 smithi148 bash[24200]: audit 2023-11-08T02:52:33.986182+0000 mgr.smithi148.cvefzo (mgr.14180) 1571 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:35.739 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:36.854 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:36 smithi148 bash[24200]: cluster 2023-11-08T02:52:35.539531+0000 mgr.smithi148.cvefzo (mgr.14180) 1572 : cluster [DBG] pgmap v1019: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:36.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:36 smithi153 bash[28288]: cluster 2023-11-08T02:52:35.539531+0000 mgr.smithi148.cvefzo (mgr.14180) 1572 : cluster [DBG] pgmap v1019: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:38.775 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:38 smithi148 bash[24200]: cluster 2023-11-08T02:52:37.540736+0000 mgr.smithi148.cvefzo (mgr.14180) 1573 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:52:38.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:38 smithi153 bash[28288]: cluster 2023-11-08T02:52:37.540736+0000 mgr.smithi148.cvefzo (mgr.14180) 1573 : cluster [DBG] pgmap v1020: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:52:39.009 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:52:39.009 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:13.042416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.styheu on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\nDeploy daemon haproxy.nfs.foo.smithi153.styheu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.524841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mixeor on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\nDeploy daemon haproxy.nfs.foo.smithi148.mixeor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.526693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qqodjb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:39.728 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:52:39.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:39 smithi153 bash[28288]: audit 2023-11-08T02:52:38.998306+0000 mgr.smithi148.cvefzo (mgr.14180) 1574 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:40.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:39 smithi148 bash[24200]: audit 2023-11-08T02:52:38.998306+0000 mgr.smithi148.cvefzo (mgr.14180) 1574 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:40.729 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:40.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:40 smithi153 bash[28288]: cluster 2023-11-08T02:52:39.541636+0000 mgr.smithi148.cvefzo (mgr.14180) 1575 : cluster [DBG] pgmap v1021: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:40.927 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:40 smithi148 bash[24200]: cluster 2023-11-08T02:52:39.541636+0000 mgr.smithi148.cvefzo (mgr.14180) 1575 : cluster [DBG] pgmap v1021: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:42.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:42 smithi153 bash[28288]: cluster 2023-11-08T02:52:41.542361+0000 mgr.smithi148.cvefzo (mgr.14180) 1576 : cluster [DBG] pgmap v1022: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:43.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:42 smithi148 bash[24200]: cluster 2023-11-08T02:52:41.542361+0000 mgr.smithi148.cvefzo (mgr.14180) 1576 : cluster [DBG] pgmap v1022: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:43.989 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:52:43.990 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:13.042416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.styheu on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\nDeploy daemon haproxy.nfs.foo.smithi153.styheu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.524841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mixeor on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\nDeploy daemon haproxy.nfs.foo.smithi148.mixeor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.526693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qqodjb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:44.750 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:52:44.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:44 smithi153 bash[28288]: cluster 2023-11-08T02:52:43.543527+0000 mgr.smithi148.cvefzo (mgr.14180) 1577 : cluster [DBG] pgmap v1023: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:44.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:44 smithi153 bash[28288]: audit 2023-11-08T02:52:43.982015+0000 mgr.smithi148.cvefzo (mgr.14180) 1578 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:45.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:44 smithi148 bash[24200]: cluster 2023-11-08T02:52:43.543527+0000 mgr.smithi148.cvefzo (mgr.14180) 1577 : cluster [DBG] pgmap v1023: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:45.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:44 smithi148 bash[24200]: audit 2023-11-08T02:52:43.982015+0000 mgr.smithi148.cvefzo (mgr.14180) 1578 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:45.752 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:46.896 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:46 smithi148 bash[24200]: cluster 2023-11-08T02:52:45.544743+0000 mgr.smithi148.cvefzo (mgr.14180) 1579 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:46.901 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:46 smithi153 bash[28288]: cluster 2023-11-08T02:52:45.544743+0000 mgr.smithi148.cvefzo (mgr.14180) 1579 : cluster [DBG] pgmap v1024: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:48.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:48 smithi148 bash[24200]: cluster 2023-11-08T02:52:47.545968+0000 mgr.smithi148.cvefzo (mgr.14180) 1580 : cluster [DBG] pgmap v1025: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:52:48.820 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:52:48.821 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:13.042416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.styheu on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\nDeploy daemon haproxy.nfs.foo.smithi153.styheu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.524841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mixeor on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\nDeploy daemon haproxy.nfs.foo.smithi148.mixeor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.526693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qqodjb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:48.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:48 smithi153 bash[28288]: cluster 2023-11-08T02:52:47.545968+0000 mgr.smithi148.cvefzo (mgr.14180) 1580 : cluster [DBG] pgmap v1025: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:52:49.544 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:52:49.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:49 smithi153 bash[28288]: audit 2023-11-08T02:52:48.811714+0000 mgr.smithi148.cvefzo (mgr.14180) 1581 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:50.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:49 smithi148 bash[24200]: audit 2023-11-08T02:52:48.811714+0000 mgr.smithi148.cvefzo (mgr.14180) 1581 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:50.545 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:50.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:50 smithi153 bash[28288]: cluster 2023-11-08T02:52:49.546813+0000 mgr.smithi148.cvefzo (mgr.14180) 1582 : cluster [DBG] pgmap v1026: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:51.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:50 smithi148 bash[24200]: cluster 2023-11-08T02:52:49.546813+0000 mgr.smithi148.cvefzo (mgr.14180) 1582 : cluster [DBG] pgmap v1026: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:52.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:52 smithi153 bash[28288]: cluster 2023-11-08T02:52:51.548004+0000 mgr.smithi148.cvefzo (mgr.14180) 1583 : cluster [DBG] pgmap v1027: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:53.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:52 smithi148 bash[24200]: cluster 2023-11-08T02:52:51.548004+0000 mgr.smithi148.cvefzo (mgr.14180) 1583 : cluster [DBG] pgmap v1027: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:53.799 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:52:53.799 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:13.042416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.styheu on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\nDeploy daemon haproxy.nfs.foo.smithi153.styheu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.524841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mixeor on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\nDeploy daemon haproxy.nfs.foo.smithi148.mixeor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.526693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qqodjb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:54.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:52:54.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:54 smithi148 bash[24200]: cluster 2023-11-08T02:52:53.548878+0000 mgr.smithi148.cvefzo (mgr.14180) 1584 : cluster [DBG] pgmap v1028: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:54.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:54 smithi148 bash[24200]: audit 2023-11-08T02:52:53.789367+0000 mgr.smithi148.cvefzo (mgr.14180) 1585 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:54.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:54 smithi153 bash[28288]: cluster 2023-11-08T02:52:53.548878+0000 mgr.smithi148.cvefzo (mgr.14180) 1584 : cluster [DBG] pgmap v1028: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:54.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:54 smithi153 bash[28288]: audit 2023-11-08T02:52:53.789367+0000 mgr.smithi148.cvefzo (mgr.14180) 1585 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:55.523 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:52:56.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:56 smithi148 bash[24200]: cluster 2023-11-08T02:52:55.550000+0000 mgr.smithi148.cvefzo (mgr.14180) 1586 : cluster [DBG] pgmap v1029: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:56.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:56 smithi153 bash[28288]: cluster 2023-11-08T02:52:55.550000+0000 mgr.smithi148.cvefzo (mgr.14180) 1586 : cluster [DBG] pgmap v1029: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:52:58.691 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:52:58.691 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:13.042416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.styheu on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\nDeploy daemon haproxy.nfs.foo.smithi153.styheu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.524841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mixeor on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\nDeploy daemon haproxy.nfs.foo.smithi148.mixeor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.526693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qqodjb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:52:58.883 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:58 smithi148 bash[24200]: cluster 2023-11-08T02:52:57.551093+0000 mgr.smithi148.cvefzo (mgr.14180) 1587 : cluster [DBG] pgmap v1030: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:52:58.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:58 smithi153 bash[28288]: cluster 2023-11-08T02:52:57.551093+0000 mgr.smithi148.cvefzo (mgr.14180) 1587 : cluster [DBG] pgmap v1030: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:52:59.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:52:59.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:52:59 smithi148 bash[24200]: audit 2023-11-08T02:52:58.682629+0000 mgr.smithi148.cvefzo (mgr.14180) 1588 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:52:59.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:52:59 smithi153 bash[28288]: audit 2023-11-08T02:52:58.682629+0000 mgr.smithi148.cvefzo (mgr.14180) 1588 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:00.488 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:00.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:00 smithi148 bash[24200]: cluster 2023-11-08T02:52:59.552215+0000 mgr.smithi148.cvefzo (mgr.14180) 1589 : cluster [DBG] pgmap v1031: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:00.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:00 smithi153 bash[28288]: cluster 2023-11-08T02:52:59.552215+0000 mgr.smithi148.cvefzo (mgr.14180) 1589 : cluster [DBG] pgmap v1031: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:02.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:02 smithi153 bash[28288]: cluster 2023-11-08T02:53:01.553337+0000 mgr.smithi148.cvefzo (mgr.14180) 1590 : cluster [DBG] pgmap v1032: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:03.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:02 smithi148 bash[24200]: cluster 2023-11-08T02:53:01.553337+0000 mgr.smithi148.cvefzo (mgr.14180) 1590 : cluster [DBG] pgmap v1032: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:03.623 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:53:03.624 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:13.042416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.styheu on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\nDeploy daemon haproxy.nfs.foo.smithi153.styheu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.524841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mixeor on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\nDeploy daemon haproxy.nfs.foo.smithi148.mixeor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.526693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qqodjb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:04.374 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:53:04.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:04 smithi148 bash[24200]: cluster 2023-11-08T02:53:03.554127+0000 mgr.smithi148.cvefzo (mgr.14180) 1591 : cluster [DBG] pgmap v1033: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:04.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:04 smithi148 bash[24200]: audit 2023-11-08T02:53:03.614684+0000 mgr.smithi148.cvefzo (mgr.14180) 1592 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:04.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:04 smithi153 bash[28288]: cluster 2023-11-08T02:53:03.554127+0000 mgr.smithi148.cvefzo (mgr.14180) 1591 : cluster [DBG] pgmap v1033: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:04.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:04 smithi153 bash[28288]: audit 2023-11-08T02:53:03.614684+0000 mgr.smithi148.cvefzo (mgr.14180) 1592 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:05.376 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:06.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:06 smithi148 bash[24200]: cluster 2023-11-08T02:53:05.555249+0000 mgr.smithi148.cvefzo (mgr.14180) 1593 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:06.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:06 smithi153 bash[28288]: cluster 2023-11-08T02:53:05.555249+0000 mgr.smithi148.cvefzo (mgr.14180) 1593 : cluster [DBG] pgmap v1034: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:08.671 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:53:08.671 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:13.042416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.styheu on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\nDeploy daemon haproxy.nfs.foo.smithi153.styheu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.524841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mixeor on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\nDeploy daemon haproxy.nfs.foo.smithi148.mixeor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.526693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qqodjb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:08.856 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:08 smithi148 bash[24200]: cluster 2023-11-08T02:53:07.556459+0000 mgr.smithi148.cvefzo (mgr.14180) 1594 : cluster [DBG] pgmap v1035: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:53:08.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:08 smithi153 bash[28288]: cluster 2023-11-08T02:53:07.556459+0000 mgr.smithi148.cvefzo (mgr.14180) 1594 : cluster [DBG] pgmap v1035: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:53:09.437 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:53:09.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:09 smithi148 bash[24200]: audit 2023-11-08T02:53:08.662684+0000 mgr.smithi148.cvefzo (mgr.14180) 1595 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:09.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:09 smithi153 bash[28288]: audit 2023-11-08T02:53:08.662684+0000 mgr.smithi148.cvefzo (mgr.14180) 1595 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:10.438 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:10.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:10 smithi148 bash[24200]: cluster 2023-11-08T02:53:09.557685+0000 mgr.smithi148.cvefzo (mgr.14180) 1596 : cluster [DBG] pgmap v1036: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:10.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:10 smithi153 bash[28288]: cluster 2023-11-08T02:53:09.557685+0000 mgr.smithi148.cvefzo (mgr.14180) 1596 : cluster [DBG] pgmap v1036: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:12.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:12 smithi153 bash[28288]: cluster 2023-11-08T02:53:11.559195+0000 mgr.smithi148.cvefzo (mgr.14180) 1597 : cluster [DBG] pgmap v1037: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:13.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:12 smithi148 bash[24200]: cluster 2023-11-08T02:53:11.559195+0000 mgr.smithi148.cvefzo (mgr.14180) 1597 : cluster [DBG] pgmap v1037: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:13.755 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:53:13.756 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:13.042416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.styheu on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\nDeploy daemon haproxy.nfs.foo.smithi153.styheu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.524841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mixeor on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\nDeploy daemon haproxy.nfs.foo.smithi148.mixeor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.526693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qqodjb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:14.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:53:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:14 smithi148 bash[24200]: cluster 2023-11-08T02:53:13.560358+0000 mgr.smithi148.cvefzo (mgr.14180) 1598 : cluster [DBG] pgmap v1038: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:14.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:14 smithi148 bash[24200]: audit 2023-11-08T02:53:13.746176+0000 mgr.smithi148.cvefzo (mgr.14180) 1599 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:14.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:14 smithi153 bash[28288]: cluster 2023-11-08T02:53:13.560358+0000 mgr.smithi148.cvefzo (mgr.14180) 1598 : cluster [DBG] pgmap v1038: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:14.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:14 smithi153 bash[28288]: audit 2023-11-08T02:53:13.746176+0000 mgr.smithi148.cvefzo (mgr.14180) 1599 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:15.523 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:16.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:16 smithi153 bash[28288]: cluster 2023-11-08T02:53:15.561624+0000 mgr.smithi148.cvefzo (mgr.14180) 1600 : cluster [DBG] pgmap v1039: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:16.955 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:16 smithi148 bash[24200]: cluster 2023-11-08T02:53:15.561624+0000 mgr.smithi148.cvefzo (mgr.14180) 1600 : cluster [DBG] pgmap v1039: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:18.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:18 smithi148 bash[24200]: audit 2023-11-08T02:53:17.533129+0000 mon.smithi148 (mon.0) 1060 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:53:18.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:18 smithi148 bash[24200]: cluster 2023-11-08T02:53:17.562506+0000 mgr.smithi148.cvefzo (mgr.14180) 1601 : cluster [DBG] pgmap v1040: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:53:18.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:18 smithi148 bash[24200]: audit 2023-11-08T02:53:17.839314+0000 mon.smithi148 (mon.0) 1061 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:53:18.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:18 smithi148 bash[24200]: audit 2023-11-08T02:53:17.840922+0000 mon.smithi148 (mon.0) 1062 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:53:18.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:18 smithi148 bash[24200]: audit 2023-11-08T02:53:17.847403+0000 mon.smithi148 (mon.0) 1063 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:53:18.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:18 smithi148 bash[24200]: cluster 2023-11-08T02:53:17.848096+0000 mgr.smithi148.cvefzo (mgr.14180) 1602 : cluster [DBG] pgmap v1041: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:53:18.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:18 smithi148 bash[24200]: audit 2023-11-08T02:53:17.857904+0000 mon.smithi148 (mon.0) 1064 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:53:18.777 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:18 smithi148 bash[24200]: audit 2023-11-08T02:53:17.871416+0000 mon.smithi148 (mon.0) 1065 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:53:18.778 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:18 smithi148 bash[24200]: cephadm 2023-11-08T02:53:17.875542+0000 mgr.smithi148.cvefzo (mgr.14180) 1603 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.midect on smithi153 2023-11-08T02:53:18.791 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:53:18.791 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:51:08.591367Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.ffdazy on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:13.042416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.styheu on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\nDeploy daemon haproxy.nfs.foo.smithi153.styheu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.524841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mixeor on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\nDeploy daemon haproxy.nfs.foo.smithi148.mixeor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.526693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qqodjb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:18.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:18 smithi153 bash[28288]: audit 2023-11-08T02:53:17.533129+0000 mon.smithi148 (mon.0) 1060 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-11-08T02:53:18.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:18 smithi153 bash[28288]: cluster 2023-11-08T02:53:17.562506+0000 mgr.smithi148.cvefzo (mgr.14180) 1601 : cluster [DBG] pgmap v1040: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:53:18.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:18 smithi153 bash[28288]: audit 2023-11-08T02:53:17.839314+0000 mon.smithi148 (mon.0) 1061 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-11-08T02:53:18.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:18 smithi153 bash[28288]: audit 2023-11-08T02:53:17.840922+0000 mon.smithi148 (mon.0) 1062 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-11-08T02:53:18.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:18 smithi153 bash[28288]: audit 2023-11-08T02:53:17.847403+0000 mon.smithi148 (mon.0) 1063 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:53:18.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:18 smithi153 bash[28288]: cluster 2023-11-08T02:53:17.848096+0000 mgr.smithi148.cvefzo (mgr.14180) 1602 : cluster [DBG] pgmap v1041: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:53:18.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:18 smithi153 bash[28288]: audit 2023-11-08T02:53:17.857904+0000 mon.smithi148 (mon.0) 1064 : audit [DBG] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-11-08T02:53:18.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:18 smithi153 bash[28288]: audit 2023-11-08T02:53:17.871416+0000 mon.smithi148 (mon.0) 1065 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:53:18.904 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:18 smithi153 bash[28288]: cephadm 2023-11-08T02:53:17.875542+0000 mgr.smithi148.cvefzo (mgr.14180) 1603 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi153.midect on smithi153 2023-11-08T02:53:19.572 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:53:19.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:19 smithi153 bash[28288]: cluster 2023-11-08T02:53:18.529318+0000 mon.smithi148 (mon.0) 1066 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:53:19.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:19 smithi153 bash[28288]: cluster 2023-11-08T02:53:18.529387+0000 mon.smithi148 (mon.0) 1067 : cluster [INF] Cluster is now healthy 2023-11-08T02:53:19.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:19 smithi153 bash[28288]: audit 2023-11-08T02:53:18.781679+0000 mgr.smithi148.cvefzo (mgr.14180) 1604 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:20.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:19 smithi148 bash[24200]: cluster 2023-11-08T02:53:18.529318+0000 mon.smithi148 (mon.0) 1066 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-11-08T02:53:20.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:19 smithi148 bash[24200]: cluster 2023-11-08T02:53:18.529387+0000 mon.smithi148 (mon.0) 1067 : cluster [INF] Cluster is now healthy 2023-11-08T02:53:20.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:19 smithi148 bash[24200]: audit 2023-11-08T02:53:18.781679+0000 mgr.smithi148.cvefzo (mgr.14180) 1604 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:20.574 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:20.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:20 smithi153 bash[28288]: cluster 2023-11-08T02:53:19.849032+0000 mgr.smithi148.cvefzo (mgr.14180) 1605 : cluster [DBG] pgmap v1042: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:53:21.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:20 smithi148 bash[24200]: cluster 2023-11-08T02:53:19.849032+0000 mgr.smithi148.cvefzo (mgr.14180) 1605 : cluster [DBG] pgmap v1042: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2023-11-08T02:53:22.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:21 smithi153 bash[28288]: audit 2023-11-08T02:53:21.831918+0000 mon.smithi148 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.midect"}]: dispatch 2023-11-08T02:53:22.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:21 smithi148 bash[24200]: audit 2023-11-08T02:53:21.831918+0000 mon.smithi148 (mon.0) 1068 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi153.midect"}]: dispatch 2023-11-08T02:53:23.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: cephadm 2023-11-08T02:53:21.830723+0000 mgr.smithi148.cvefzo (mgr.14180) 1606 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect 2023-11-08T02:53:23.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:53:23.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect 2023-11-08T02:53:23.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect 2023-11-08T02:53:23.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:53:23.277 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect 2023-11-08T02:53:23.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.midect ... 2023-11-08T02:53:23.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:23.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:53:23.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:53:23.278 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:53:23.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:23.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:53:23.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:53:23.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:53:23.279 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:53:23.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:53:23.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect 2023-11-08T02:53:23.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:53:23.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect 2023-11-08T02:53:23.280 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect 2023-11-08T02:53:23.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:53:23.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect 2023-11-08T02:53:23.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.midect ... 2023-11-08T02:53:23.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:23.281 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:53:23.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:53:23.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:53:23.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:23.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: cephadm 2023-11-08T02:53:21.831260+0000 mgr.smithi148.cvefzo (mgr.14180) 1607 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.midect 2023-11-08T02:53:23.282 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: cephadm 2023-11-08T02:53:21.833501+0000 mgr.smithi148.cvefzo (mgr.14180) 1608 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.midect on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect 2023-11-08T02:53:23.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:53:23.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect 2023-11-08T02:53:23.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect 2023-11-08T02:53:23.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:53:23.283 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect 2023-11-08T02:53:23.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi153.midect ... 2023-11-08T02:53:23.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:23.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:53:23.284 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:53:23.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:53:23.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:23.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: cephadm 2023-11-08T02:53:21.838725+0000 mgr.smithi148.cvefzo (mgr.14180) 1609 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.rzwbwf on smithi148 2023-11-08T02:53:23.285 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:22 smithi148 bash[24200]: cluster 2023-11-08T02:53:21.849706+0000 mgr.smithi148.cvefzo (mgr.14180) 1610 : cluster [DBG] pgmap v1043: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:53:23.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: cephadm 2023-11-08T02:53:21.830723+0000 mgr.smithi148.cvefzo (mgr.14180) 1606 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect 2023-11-08T02:53:23.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:53:23.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect 2023-11-08T02:53:23.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect 2023-11-08T02:53:23.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:53:23.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect 2023-11-08T02:53:23.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.midect ... 2023-11-08T02:53:23.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:23.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:53:23.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:53:23.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:53:23.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:23.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:53:23.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:53:23.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:53:23.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:53:23.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:53:23.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect 2023-11-08T02:53:23.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:53:23.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect 2023-11-08T02:53:23.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect 2023-11-08T02:53:23.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:53:23.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect 2023-11-08T02:53:23.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.midect ... 2023-11-08T02:53:23.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:23.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:53:23.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:53:23.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:53:23.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:23.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: cephadm 2023-11-08T02:53:21.831260+0000 mgr.smithi148.cvefzo (mgr.14180) 1607 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi153.midect 2023-11-08T02:53:23.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: cephadm 2023-11-08T02:53:21.833501+0000 mgr.smithi148.cvefzo (mgr.14180) 1608 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi153.midect on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect 2023-11-08T02:53:23.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:53:23.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect 2023-11-08T02:53:23.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect 2023-11-08T02:53:23.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:53:23.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect 2023-11-08T02:53:23.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi153.midect ... 2023-11-08T02:53:23.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:23.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:53:23.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:53:23.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:53:23.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:23.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: cephadm 2023-11-08T02:53:21.838725+0000 mgr.smithi148.cvefzo (mgr.14180) 1609 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi148.rzwbwf on smithi148 2023-11-08T02:53:23.412 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:22 smithi153 bash[28288]: cluster 2023-11-08T02:53:21.849706+0000 mgr.smithi148.cvefzo (mgr.14180) 1610 : cluster [DBG] pgmap v1043: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:53:23.819 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:53:23.819 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:13.042416Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.styheu on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-styheu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.styheu\nDeploy daemon haproxy.nfs.foo.smithi153.styheu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.524841Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.mixeor on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-mixeor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.mixeor\nDeploy daemon haproxy.nfs.foo.smithi148.mixeor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:52:17.526693Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.qqodjb on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:21.833145Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.midect on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\nDeploy daemon haproxy.nfs.foo.smithi153.midect ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:24.570 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:53:25.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:24 smithi148 bash[24200]: audit 2023-11-08T02:53:23.810862+0000 mgr.smithi148.cvefzo (mgr.14180) 1611 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:25.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:24 smithi148 bash[24200]: cluster 2023-11-08T02:53:23.850734+0000 mgr.smithi148.cvefzo (mgr.14180) 1612 : cluster [DBG] pgmap v1044: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:53:25.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:24 smithi148 bash[24200]: audit 2023-11-08T02:53:24.872340+0000 mon.smithi148 (mon.0) 1069 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:53:25.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:24 smithi153 bash[28288]: audit 2023-11-08T02:53:23.810862+0000 mgr.smithi148.cvefzo (mgr.14180) 1611 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:25.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:24 smithi153 bash[28288]: cluster 2023-11-08T02:53:23.850734+0000 mgr.smithi148.cvefzo (mgr.14180) 1612 : cluster [DBG] pgmap v1044: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:53:25.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:24 smithi153 bash[28288]: audit 2023-11-08T02:53:24.872340+0000 mon.smithi148 (mon.0) 1069 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:53:25.572 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:26.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:25 smithi153 bash[28288]: audit 2023-11-08T02:53:25.803939+0000 mon.smithi148 (mon.0) 1070 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.rzwbwf"}]: dispatch 2023-11-08T02:53:26.526 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: audit 2023-11-08T02:53:25.803939+0000 mon.smithi148 (mon.0) 1070 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi148.rzwbwf"}]: dispatch 2023-11-08T02:53:27.211 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: cephadm 2023-11-08T02:53:25.803058+0000 mgr.smithi148.cvefzo (mgr.14180) 1613 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf 2023-11-08T02:53:27.212 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:53:27.212 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf 2023-11-08T02:53:27.212 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf 2023-11-08T02:53:27.212 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:53:27.213 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf 2023-11-08T02:53:27.213 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.rzwbwf ... 2023-11-08T02:53:27.213 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:27.213 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:53:27.214 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:53:27.214 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:53:27.214 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:27.214 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: Traceback (most recent call last): 2023-11-08T02:53:27.215 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:53:27.215 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: yield (conn, connr) 2023-11-08T02:53:27.215 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:53:27.215 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: code, '\n'.join(err))) 2023-11-08T02:53:27.215 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf 2023-11-08T02:53:27.216 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:53:27.216 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf 2023-11-08T02:53:27.216 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf 2023-11-08T02:53:27.216 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:53:27.216 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf 2023-11-08T02:53:27.217 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.rzwbwf ... 2023-11-08T02:53:27.217 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:27.217 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:53:27.217 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:53:27.217 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:53:27.217 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:27.218 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: cephadm 2023-11-08T02:53:25.803388+0000 mgr.smithi148.cvefzo (mgr.14180) 1614 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.rzwbwf 2023-11-08T02:53:27.218 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: cephadm 2023-11-08T02:53:25.804861+0000 mgr.smithi148.cvefzo (mgr.14180) 1615 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.rzwbwf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf 2023-11-08T02:53:27.218 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:53:27.218 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf 2023-11-08T02:53:27.219 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf 2023-11-08T02:53:27.219 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: /usr/bin/docker: stdout 2023-11-08T02:53:27.219 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf 2023-11-08T02:53:27.219 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: Deploy daemon haproxy.nfs.foo.smithi148.rzwbwf ... 2023-11-08T02:53:27.219 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:27.219 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:53:27.220 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:53:27.220 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: stat: stderr See 'docker run --help'. 2023-11-08T02:53:27.220 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:27.220 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: cephadm 2023-11-08T02:53:25.806801+0000 mgr.smithi148.cvefzo (mgr.14180) 1616 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.ahlsyp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:53:27.220 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: cephadm 2023-11-08T02:53:25.808240+0000 mgr.smithi148.cvefzo (mgr.14180) 1617 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.xpiilk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:53:27.221 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: cluster 2023-11-08T02:53:25.809205+0000 mgr.smithi148.cvefzo (mgr.14180) 1618 : cluster [DBG] pgmap v1045: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:53:27.221 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:26 smithi148 bash[24200]: cluster 2023-11-08T02:53:25.911536+0000 mon.smithi148 (mon.0) 1071 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:53:27.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: cephadm 2023-11-08T02:53:25.803058+0000 mgr.smithi148.cvefzo (mgr.14180) 1613 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf 2023-11-08T02:53:27.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:53:27.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf 2023-11-08T02:53:27.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf 2023-11-08T02:53:27.403 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:53:27.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf 2023-11-08T02:53:27.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.rzwbwf ... 2023-11-08T02:53:27.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:27.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:53:27.404 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:53:27.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:53:27.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:27.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: Traceback (most recent call last): 2023-11-08T02:53:27.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-11-08T02:53:27.405 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: yield (conn, connr) 2023-11-08T02:53:27.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-11-08T02:53:27.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: code, '\n'.join(err))) 2023-11-08T02:53:27.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf 2023-11-08T02:53:27.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:53:27.406 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf 2023-11-08T02:53:27.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf 2023-11-08T02:53:27.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:53:27.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf 2023-11-08T02:53:27.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.rzwbwf ... 2023-11-08T02:53:27.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:27.407 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:53:27.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:53:27.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:53:27.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:27.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: cephadm 2023-11-08T02:53:25.803388+0000 mgr.smithi148.cvefzo (mgr.14180) 1614 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi148.rzwbwf 2023-11-08T02:53:27.408 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: cephadm 2023-11-08T02:53:25.804861+0000 mgr.smithi148.cvefzo (mgr.14180) 1615 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi148.rzwbwf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf 2023-11-08T02:53:27.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:53:27.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf 2023-11-08T02:53:27.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf 2023-11-08T02:53:27.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: /usr/bin/docker: stdout 2023-11-08T02:53:27.409 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: /usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf 2023-11-08T02:53:27.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: Deploy daemon haproxy.nfs.foo.smithi148.rzwbwf ... 2023-11-08T02:53:27.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:27.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: stat: stderr Unable to find image 'haproxy:2.3' locally 2023-11-08T02:53:27.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2023-11-08T02:53:27.410 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: stat: stderr See 'docker run --help'. 2023-11-08T02:53:27.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-11-08T02:53:27.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: cephadm 2023-11-08T02:53:25.806801+0000 mgr.smithi148.cvefzo (mgr.14180) 1616 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi148.ahlsyp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:53:27.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: cephadm 2023-11-08T02:53:25.808240+0000 mgr.smithi148.cvefzo (mgr.14180) 1617 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi153.xpiilk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2023-11-08T02:53:27.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: cluster 2023-11-08T02:53:25.809205+0000 mgr.smithi148.cvefzo (mgr.14180) 1618 : cluster [DBG] pgmap v1045: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:53:27.411 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:26 smithi153 bash[28288]: cluster 2023-11-08T02:53:25.911536+0000 mon.smithi148 (mon.0) 1071 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-11-08T02:53:28.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:28 smithi153 bash[28288]: cluster 2023-11-08T02:53:27.809976+0000 mgr.smithi148.cvefzo (mgr.14180) 1619 : cluster [DBG] pgmap v1046: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:53:29.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:28 smithi148 bash[24200]: cluster 2023-11-08T02:53:27.809976+0000 mgr.smithi148.cvefzo (mgr.14180) 1619 : cluster [DBG] pgmap v1046: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2023-11-08T02:53:29.030 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:53:29.031 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:21.833145Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.midect on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\nDeploy daemon haproxy.nfs.foo.smithi153.midect ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.804718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rzwbwf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\nDeploy daemon haproxy.nfs.foo.smithi148.rzwbwf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.806680Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ahlsyp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:25.808156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xpiilk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:29.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:53:29.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:29 smithi153 bash[28288]: audit 2023-11-08T02:53:29.020694+0000 mgr.smithi148.cvefzo (mgr.14180) 1620 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:30.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:29 smithi148 bash[24200]: audit 2023-11-08T02:53:29.020694+0000 mgr.smithi148.cvefzo (mgr.14180) 1620 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:30.753 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:30.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:30 smithi153 bash[28288]: cluster 2023-11-08T02:53:29.811209+0000 mgr.smithi148.cvefzo (mgr.14180) 1621 : cluster [DBG] pgmap v1047: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:53:30.951 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:30 smithi148 bash[24200]: cluster 2023-11-08T02:53:29.811209+0000 mgr.smithi148.cvefzo (mgr.14180) 1621 : cluster [DBG] pgmap v1047: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:53:32.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:31 smithi148 bash[24200]: audit 2023-11-08T02:53:30.691604+0000 mon.smithi148 (mon.0) 1072 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:53:32.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:31 smithi153 bash[28288]: audit 2023-11-08T02:53:30.691604+0000 mon.smithi148 (mon.0) 1072 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:53:33.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:32 smithi148 bash[24200]: cluster 2023-11-08T02:53:31.812353+0000 mgr.smithi148.cvefzo (mgr.14180) 1622 : cluster [DBG] pgmap v1048: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:53:33.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:32 smithi153 bash[28288]: cluster 2023-11-08T02:53:31.812353+0000 mgr.smithi148.cvefzo (mgr.14180) 1622 : cluster [DBG] pgmap v1048: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:53:34.249 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:53:34.249 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:21.833145Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.midect on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\nDeploy daemon haproxy.nfs.foo.smithi153.midect ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.804718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rzwbwf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\nDeploy daemon haproxy.nfs.foo.smithi148.rzwbwf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.806680Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ahlsyp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:25.808156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xpiilk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:35.040 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:53:35.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:34 smithi153 bash[28288]: cluster 2023-11-08T02:53:33.813230+0000 mgr.smithi148.cvefzo (mgr.14180) 1623 : cluster [DBG] pgmap v1049: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:53:35.275 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:34 smithi148 bash[24200]: cluster 2023-11-08T02:53:33.813230+0000 mgr.smithi148.cvefzo (mgr.14180) 1623 : cluster [DBG] pgmap v1049: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:53:36.041 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:36.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:35 smithi153 bash[28288]: audit 2023-11-08T02:53:34.240117+0000 mgr.smithi148.cvefzo (mgr.14180) 1624 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:36.240 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:35 smithi148 bash[24200]: audit 2023-11-08T02:53:34.240117+0000 mgr.smithi148.cvefzo (mgr.14180) 1624 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:37.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:36 smithi153 bash[28288]: cluster 2023-11-08T02:53:35.814368+0000 mgr.smithi148.cvefzo (mgr.14180) 1625 : cluster [DBG] pgmap v1050: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:53:37.195 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:36 smithi148 bash[24200]: cluster 2023-11-08T02:53:35.814368+0000 mgr.smithi148.cvefzo (mgr.14180) 1625 : cluster [DBG] pgmap v1050: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2023-11-08T02:53:38.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:38 smithi153 bash[28288]: cluster 2023-11-08T02:53:37.815143+0000 mgr.smithi148.cvefzo (mgr.14180) 1626 : cluster [DBG] pgmap v1051: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:53:38.985 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:38 smithi148 bash[24200]: cluster 2023-11-08T02:53:37.815143+0000 mgr.smithi148.cvefzo (mgr.14180) 1626 : cluster [DBG] pgmap v1051: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:53:39.415 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:53:39.416 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:21.833145Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.midect on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\nDeploy daemon haproxy.nfs.foo.smithi153.midect ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.804718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rzwbwf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\nDeploy daemon haproxy.nfs.foo.smithi148.rzwbwf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.806680Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ahlsyp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:25.808156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xpiilk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:40.220 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:53:41.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:40 smithi153 bash[28288]: audit 2023-11-08T02:53:39.405351+0000 mgr.smithi148.cvefzo (mgr.14180) 1627 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:41.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:40 smithi153 bash[28288]: cluster 2023-11-08T02:53:39.816051+0000 mgr.smithi148.cvefzo (mgr.14180) 1628 : cluster [DBG] pgmap v1052: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:41.153 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:40 smithi153 bash[28288]: audit 2023-11-08T02:53:39.872180+0000 mon.smithi148 (mon.0) 1073 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:53:41.222 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:41.235 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:40 smithi148 bash[24200]: audit 2023-11-08T02:53:39.405351+0000 mgr.smithi148.cvefzo (mgr.14180) 1627 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:41.235 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:40 smithi148 bash[24200]: cluster 2023-11-08T02:53:39.816051+0000 mgr.smithi148.cvefzo (mgr.14180) 1628 : cluster [DBG] pgmap v1052: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:41.235 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:40 smithi148 bash[24200]: audit 2023-11-08T02:53:39.872180+0000 mon.smithi148 (mon.0) 1073 : audit [INF] from='mgr.14180 172.21.15.148:0/252834123' entity='mgr.smithi148.cvefzo' 2023-11-08T02:53:43.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:42 smithi148 bash[24200]: cluster 2023-11-08T02:53:41.817219+0000 mgr.smithi148.cvefzo (mgr.14180) 1629 : cluster [DBG] pgmap v1053: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:43.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:42 smithi153 bash[28288]: cluster 2023-11-08T02:53:41.817219+0000 mgr.smithi148.cvefzo (mgr.14180) 1629 : cluster [DBG] pgmap v1053: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:44.685 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:53:44.685 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:21.833145Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.midect on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\nDeploy daemon haproxy.nfs.foo.smithi153.midect ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.804718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rzwbwf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\nDeploy daemon haproxy.nfs.foo.smithi148.rzwbwf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.806680Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ahlsyp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:25.808156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xpiilk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:45.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:44 smithi148 bash[24200]: cluster 2023-11-08T02:53:43.818495+0000 mgr.smithi148.cvefzo (mgr.14180) 1630 : cluster [DBG] pgmap v1054: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:45.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:44 smithi153 bash[28288]: cluster 2023-11-08T02:53:43.818495+0000 mgr.smithi148.cvefzo (mgr.14180) 1630 : cluster [DBG] pgmap v1054: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:45.512 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:53:46.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:45 smithi153 bash[28288]: audit 2023-11-08T02:53:44.672093+0000 mgr.smithi148.cvefzo (mgr.14180) 1631 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:46.276 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:45 smithi148 bash[24200]: audit 2023-11-08T02:53:44.672093+0000 mgr.smithi148.cvefzo (mgr.14180) 1631 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:46.513 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:47.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:46 smithi148 bash[24200]: cluster 2023-11-08T02:53:45.819533+0000 mgr.smithi148.cvefzo (mgr.14180) 1632 : cluster [DBG] pgmap v1055: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:47.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:46 smithi153 bash[28288]: cluster 2023-11-08T02:53:45.819533+0000 mgr.smithi148.cvefzo (mgr.14180) 1632 : cluster [DBG] pgmap v1055: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:48.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:48 smithi153 bash[28288]: cluster 2023-11-08T02:53:47.820646+0000 mgr.smithi148.cvefzo (mgr.14180) 1633 : cluster [DBG] pgmap v1056: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:53:49.065 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:48 smithi148 bash[24200]: cluster 2023-11-08T02:53:47.820646+0000 mgr.smithi148.cvefzo (mgr.14180) 1633 : cluster [DBG] pgmap v1056: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:53:50.002 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:53:50.003 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:21.833145Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.midect on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\nDeploy daemon haproxy.nfs.foo.smithi153.midect ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.804718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rzwbwf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\nDeploy daemon haproxy.nfs.foo.smithi148.rzwbwf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.806680Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ahlsyp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:25.808156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xpiilk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:50.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:53:51.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:50 smithi148 bash[24200]: cluster 2023-11-08T02:53:49.821798+0000 mgr.smithi148.cvefzo (mgr.14180) 1634 : cluster [DBG] pgmap v1057: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:51.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:50 smithi148 bash[24200]: audit 2023-11-08T02:53:49.991847+0000 mgr.smithi148.cvefzo (mgr.14180) 1635 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:51.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:50 smithi153 bash[28288]: cluster 2023-11-08T02:53:49.821798+0000 mgr.smithi148.cvefzo (mgr.14180) 1634 : cluster [DBG] pgmap v1057: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:51.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:50 smithi153 bash[28288]: audit 2023-11-08T02:53:49.991847+0000 mgr.smithi148.cvefzo (mgr.14180) 1635 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:51.770 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:53.150 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:52 smithi148 bash[24200]: cluster 2023-11-08T02:53:51.823103+0000 mgr.smithi148.cvefzo (mgr.14180) 1636 : cluster [DBG] pgmap v1058: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:53.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:52 smithi153 bash[28288]: cluster 2023-11-08T02:53:51.823103+0000 mgr.smithi148.cvefzo (mgr.14180) 1636 : cluster [DBG] pgmap v1058: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:54.960 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:53:54.961 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:21.833145Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.midect on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\nDeploy daemon haproxy.nfs.foo.smithi153.midect ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.804718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rzwbwf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\nDeploy daemon haproxy.nfs.foo.smithi148.rzwbwf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.806680Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ahlsyp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:25.808156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xpiilk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:53:55.149 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:54 smithi148 bash[24200]: cluster 2023-11-08T02:53:53.824327+0000 mgr.smithi148.cvefzo (mgr.14180) 1637 : cluster [DBG] pgmap v1059: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:55.151 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:54 smithi153 bash[28288]: cluster 2023-11-08T02:53:53.824327+0000 mgr.smithi148.cvefzo (mgr.14180) 1637 : cluster [DBG] pgmap v1059: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:55.737 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:53:56.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:55 smithi148 bash[24200]: audit 2023-11-08T02:53:54.952337+0000 mgr.smithi148.cvefzo (mgr.14180) 1638 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:56.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:55 smithi153 bash[28288]: audit 2023-11-08T02:53:54.952337+0000 mgr.smithi148.cvefzo (mgr.14180) 1638 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:53:56.738 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:53:57.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:56 smithi148 bash[24200]: cluster 2023-11-08T02:53:55.825483+0000 mgr.smithi148.cvefzo (mgr.14180) 1639 : cluster [DBG] pgmap v1060: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:57.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:56 smithi153 bash[28288]: cluster 2023-11-08T02:53:55.825483+0000 mgr.smithi148.cvefzo (mgr.14180) 1639 : cluster [DBG] pgmap v1060: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:53:58.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:53:58 smithi153 bash[28288]: cluster 2023-11-08T02:53:57.826515+0000 mgr.smithi148.cvefzo (mgr.14180) 1640 : cluster [DBG] pgmap v1061: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:53:59.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:53:58 smithi148 bash[24200]: cluster 2023-11-08T02:53:57.826515+0000 mgr.smithi148.cvefzo (mgr.14180) 1640 : cluster [DBG] pgmap v1061: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:54:00.067 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:54:00.068 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:21.833145Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.midect on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\nDeploy daemon haproxy.nfs.foo.smithi153.midect ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.804718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rzwbwf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\nDeploy daemon haproxy.nfs.foo.smithi148.rzwbwf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.806680Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ahlsyp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:25.808156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xpiilk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:00.885 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:54:01.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:54:00 smithi153 bash[28288]: cluster 2023-11-08T02:53:59.827606+0000 mgr.smithi148.cvefzo (mgr.14180) 1641 : cluster [DBG] pgmap v1062: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:54:01.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:54:00 smithi153 bash[28288]: audit 2023-11-08T02:54:00.063615+0000 mgr.smithi148.cvefzo (mgr.14180) 1642 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:01.258 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:54:00 smithi148 bash[24200]: cluster 2023-11-08T02:53:59.827606+0000 mgr.smithi148.cvefzo (mgr.14180) 1641 : cluster [DBG] pgmap v1062: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:54:01.259 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:54:00 smithi148 bash[24200]: audit 2023-11-08T02:54:00.063615+0000 mgr.smithi148.cvefzo (mgr.14180) 1642 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:01.886 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:03.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:54:02 smithi153 bash[28288]: cluster 2023-11-08T02:54:01.828847+0000 mgr.smithi148.cvefzo (mgr.14180) 1643 : cluster [DBG] pgmap v1063: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:54:03.159 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:54:02 smithi148 bash[24200]: cluster 2023-11-08T02:54:01.828847+0000 mgr.smithi148.cvefzo (mgr.14180) 1643 : cluster [DBG] pgmap v1063: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:54:05.026 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:54:04 smithi148 bash[24200]: cluster 2023-11-08T02:54:03.830095+0000 mgr.smithi148.cvefzo (mgr.14180) 1644 : cluster [DBG] pgmap v1064: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:54:05.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:54:04 smithi153 bash[28288]: cluster 2023-11-08T02:54:03.830095+0000 mgr.smithi148.cvefzo (mgr.14180) 1644 : cluster [DBG] pgmap v1064: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:54:05.180 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:54:05.180 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:21.833145Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.midect on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\nDeploy daemon haproxy.nfs.foo.smithi153.midect ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.804718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rzwbwf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\nDeploy daemon haproxy.nfs.foo.smithi148.rzwbwf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.806680Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ahlsyp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:25.808156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xpiilk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:05.949 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:54:06.950 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:07.151 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:54:06 smithi148 bash[24200]: audit 2023-11-08T02:54:05.176141+0000 mgr.smithi148.cvefzo (mgr.14180) 1645 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:07.151 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:54:06 smithi148 bash[24200]: cluster 2023-11-08T02:54:05.831174+0000 mgr.smithi148.cvefzo (mgr.14180) 1646 : cluster [DBG] pgmap v1065: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:54:07.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:54:06 smithi153 bash[28288]: audit 2023-11-08T02:54:05.176141+0000 mgr.smithi148.cvefzo (mgr.14180) 1645 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:07.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:54:06 smithi153 bash[28288]: cluster 2023-11-08T02:54:05.831174+0000 mgr.smithi148.cvefzo (mgr.14180) 1646 : cluster [DBG] pgmap v1065: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:54:08.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:54:08 smithi148 bash[24200]: cluster 2023-11-08T02:54:07.832320+0000 mgr.smithi148.cvefzo (mgr.14180) 1647 : cluster [DBG] pgmap v1066: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:54:08.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:54:08 smithi153 bash[28288]: cluster 2023-11-08T02:54:07.832320+0000 mgr.smithi148.cvefzo (mgr.14180) 1647 : cluster [DBG] pgmap v1066: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2023-11-08T02:54:10.255 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:54:10.255 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:21.833145Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.midect on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\nDeploy daemon haproxy.nfs.foo.smithi153.midect ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.804718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rzwbwf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\nDeploy daemon haproxy.nfs.foo.smithi148.rzwbwf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.806680Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ahlsyp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:25.808156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xpiilk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:11.012 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:54:11.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:54:10 smithi153 bash[28288]: cluster 2023-11-08T02:54:09.833485+0000 mgr.smithi148.cvefzo (mgr.14180) 1648 : cluster [DBG] pgmap v1067: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:54:11.257 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:54:10 smithi148 bash[24200]: cluster 2023-11-08T02:54:09.833485+0000 mgr.smithi148.cvefzo (mgr.14180) 1648 : cluster [DBG] pgmap v1067: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:54:12.014 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 -- ceph orch ls -f json 2023-11-08T02:54:12.152 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:54:11 smithi153 bash[28288]: audit 2023-11-08T02:54:10.246502+0000 mgr.smithi148.cvefzo (mgr.14180) 1649 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:12.208 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:54:11 smithi148 bash[24200]: audit 2023-11-08T02:54:10.246502+0000 mgr.smithi148.cvefzo (mgr.14180) 1649 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:13.215 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:54:12 smithi148 bash[24200]: cluster 2023-11-08T02:54:11.834747+0000 mgr.smithi148.cvefzo (mgr.14180) 1650 : cluster [DBG] pgmap v1068: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:54:13.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:54:12 smithi153 bash[28288]: cluster 2023-11-08T02:54:11.834747+0000 mgr.smithi148.cvefzo (mgr.14180) 1650 : cluster [DBG] pgmap v1068: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:54:15.025 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:54:14 smithi148 bash[24200]: cluster 2023-11-08T02:54:13.835980+0000 mgr.smithi148.cvefzo (mgr.14180) 1651 : cluster [DBG] pgmap v1069: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:54:15.160 INFO:teuthology.orchestra.run.smithi148.stdout: 2023-11-08T02:54:15.160 INFO:teuthology.orchestra.run.smithi148.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-11-08T02:19:38.952245Z", "last_refresh": "2023-11-08T02:51:00.589454Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-11-08T02:19:29.401204Z", "last_refresh": "2023-11-08T02:50:57.863969Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-11-08T02:19:33.902412Z", "last_refresh": "2023-11-08T02:51:00.589921Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-11-08T02:52:17.528259Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.cwnqnf on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:21.833145Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi153.midect on smithi153: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi153-midect\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi153.midect\nDeploy daemon haproxy.nfs.foo.smithi153.midect ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi153 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.804718Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi148.rzwbwf on smithi148: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy-nfs-foo-smithi148-rzwbwf\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-haproxy.nfs.foo.smithi148.rzwbwf\nDeploy daemon haproxy.nfs.foo.smithi148.rzwbwf ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi148 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-11-08T02:53:25.806680Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi148.ahlsyp on smithi148: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2023-11-08T02:53:25.808156Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi153.xpiilk on smithi153: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.148/16"}, "status": {"created": "2023-11-08T02:28:06.010449Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.148/16"}}, {"events": ["2023-11-08T02:28:01.896207Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-11-08T02:28:01.888331Z", "last_refresh": "2023-11-08T02:50:57.866741Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-11-08T02:19:27.213348Z", "last_refresh": "2023-11-08T02:50:57.864477Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:16.227289Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi148:172.21.15.148=smithi148", "smithi153:172.21.15.153=smithi153"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-11-08T02:21:16.221412Z", "last_refresh": "2023-11-08T02:50:57.864832Z", "running": 2, "size": 2}}, {"events": ["2023-11-08T02:28:06.010118Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2023-11-08T02:28:06.003952Z", "last_refresh": "2023-11-08T02:50:57.867004Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-11-08T02:19:36.476616Z", "last_refresh": "2023-11-08T02:50:57.865197Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-11-08T02:21:56.127381Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-11-08T02:21:56.118634Z", "last_refresh": "2023-11-08T02:50:57.865551Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-11-08T02:19:31.632451Z", "last_refresh": "2023-11-08T02:51:00.590407Z", "ports": [9095], "running": 1, "size": 1}}] 2023-11-08T02:54:15.402 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:54:14 smithi153 bash[28288]: cluster 2023-11-08T02:54:13.835980+0000 mgr.smithi148.cvefzo (mgr.14180) 1651 : cluster [DBG] pgmap v1069: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-11-08T02:54:15.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2023-11-08T02:54:15.965 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-08T02:54:16.030 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e85d700c9637487eae4516e68e01ff92 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_cfb6fd52113be6a0af3fe7fb89b2e08474eadc0f/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_6899cd26fceddb2fec83dc1a1349394b28c8998e/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-11-08T02:54:16.032 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-11-08T02:54:16.044 INFO:tasks.vip:Removing 10.0.15.148 (and any VIPs) on smithi148.front.sepia.ceph.com iface enp3s0f1... 2023-11-08T02:54:16.044 DEBUG:teuthology.orchestra.run.smithi148:> sudo ip addr del 10.0.15.148/16 dev enp3s0f1 2023-11-08T02:54:16.066 DEBUG:teuthology.orchestra.run.smithi148:> sudo ip addr del 10.0.31.148/16 dev enp3s0f1 2023-11-08T02:54:16.123 INFO:teuthology.orchestra.run.smithi148.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-08T02:54:16.124 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-08T02:54:16.125 INFO:tasks.vip:Removing 10.0.15.153 (and any VIPs) on smithi153.front.sepia.ceph.com iface enp3s0f1... 2023-11-08T02:54:16.125 DEBUG:teuthology.orchestra.run.smithi153:> sudo ip addr del 10.0.15.153/16 dev enp3s0f1 2023-11-08T02:54:16.140 DEBUG:teuthology.orchestra.run.smithi153:> sudo ip addr del 10.0.31.148/16 dev enp3s0f1 2023-11-08T02:54:16.197 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:54:15 smithi153 bash[28288]: audit 2023-11-08T02:54:15.151424+0000 mgr.smithi148.cvefzo (mgr.14180) 1652 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:16.200 INFO:teuthology.orchestra.run.smithi153.stderr:RTNETLINK answers: Cannot assign requested address 2023-11-08T02:54:16.201 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-11-08T02:54:16.202 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-08T02:54:16.214 INFO:tasks.cephadm:Teardown begin 2023-11-08T02:54:16.215 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:54:16.228 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:54:15 smithi148 bash[24200]: audit 2023-11-08T02:54:15.151424+0000 mgr.smithi148.cvefzo (mgr.14180) 1652 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-11-08T02:54:16.231 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:54:16.259 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-11-08T02:54:16.259 DEBUG:teuthology.orchestra.run.smithi148:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T02:54:16.278 DEBUG:teuthology.orchestra.run.smithi153:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-11-08T02:54:16.307 INFO:tasks.cephadm:Stopping all daemons... 2023-11-08T02:54:16.308 INFO:tasks.cephadm.mon.smithi148:Stopping mon.smithi148... 2023-11-08T02:54:16.308 DEBUG:teuthology.orchestra.run.smithi148:> sudo systemctl stop ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7@mon.smithi148 2023-11-08T02:54:16.514 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:54:16 smithi148 systemd[1]: Stopping Ceph mon.smithi148 for 013513a2-7ddd-11ee-8dbb-212e2dc638e7... 2023-11-08T02:54:16.515 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:54:16 smithi148 bash[127806]: Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-mon.smithi148 2023-11-08T02:54:16.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:54:16 smithi148 bash[24200]: debug 2023-11-08T02:54:16.512+0000 7f90458ac700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi148 -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 2023-11-08T02:54:16.776 INFO:journalctl@ceph.mon.smithi148.smithi148.stdout:Nov 08 02:54:16 smithi148 bash[24200]: debug 2023-11-08T02:54:16.512+0000 7f90458ac700 -1 mon.smithi148@0(leader) e2 *** Got Signal Terminated *** 2023-11-08T02:54:17.558 DEBUG:teuthology.orchestra.run.smithi148:> sudo pkill -f 'journalctl -f -n 0 -u ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7@mon.smithi148.service' 2023-11-08T02:54:17.610 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T02:54:17.611 INFO:tasks.cephadm.mon.smithi148:Stopped mon.smithi148 2023-11-08T02:54:17.611 INFO:tasks.cephadm.mon.smithi153:Stopping mon.smithi153... 2023-11-08T02:54:17.612 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7@mon.smithi153 2023-11-08T02:54:17.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:54:17 smithi153 systemd[1]: Stopping Ceph mon.smithi153 for 013513a2-7ddd-11ee-8dbb-212e2dc638e7... 2023-11-08T02:54:17.902 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:54:17 smithi153 bash[50457]: Error response from daemon: No such container: ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7-mon.smithi153 2023-11-08T02:54:17.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:54:17 smithi153 bash[28288]: debug 2023-11-08T02:54:17.806+0000 7f588fa54700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi153 -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 2023-11-08T02:54:17.903 INFO:journalctl@ceph.mon.smithi153.smithi153.stdout:Nov 08 02:54:17 smithi153 bash[28288]: debug 2023-11-08T02:54:17.806+0000 7f588fa54700 -1 mon.smithi153@1(peon) e2 *** Got Signal Terminated *** 2023-11-08T02:54:18.896 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-013513a2-7ddd-11ee-8dbb-212e2dc638e7@mon.smithi153.service' 2023-11-08T02:54:18.947 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-11-08T02:54:18.947 INFO:tasks.cephadm.mon.smithi153:Stopped mon.smithi153 2023-11-08T02:54:18.948 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T02:55:19.977 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 --force --keep-logs 2023-11-08T02:56:17.728 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:56:17.746 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-11-08T02:56:17.760 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-08T02:56:17.762 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451237/remote/ubuntu@smithi148.front.sepia.ceph.com/crash 2023-11-08T02:56:17.763 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T02:56:17.803 INFO:teuthology.orchestra.run.smithi148.stderr:tar: /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-08T02:56:17.804 INFO:teuthology.orchestra.run.smithi148.stderr:tar: Error is not recoverable: exiting now 2023-11-08T02:56:17.806 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/crash to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451237/remote/ubuntu@smithi153.front.sepia.ceph.com/crash 2023-11-08T02:56:17.807 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/crash -- . 2023-11-08T02:56:17.822 INFO:teuthology.orchestra.run.smithi153.stderr:tar: /var/lib/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/crash: Cannot open: No such file or directory 2023-11-08T02:56:17.822 INFO:teuthology.orchestra.run.smithi153.stderr:tar: Error is not recoverable: exiting now 2023-11-08T02:56:17.824 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-08T02:56:17.824 DEBUG:teuthology.orchestra.run.smithi148:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-08T02:56:17.865 INFO:teuthology.orchestra.run.smithi148.stderr:grep: /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph.log: No such file or directory 2023-11-08T02:56:17.867 INFO:tasks.cephadm:Compressing logs... 2023-11-08T02:56:17.867 DEBUG:teuthology.orchestra.run.smithi148:> 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 -- 2023-11-08T02:56:17.910 DEBUG:teuthology.orchestra.run.smithi153:> 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 -- 2023-11-08T02:56:17.923 INFO:teuthology.orchestra.run.smithi148.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-08T02:56:17.926 INFO:teuthology.orchestra.run.smithi153.stderr:find: '/var/log/rbd-target-api': No such file or directory 2023-11-08T02:56:17.933 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T02:56:17.933 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi148.bbrhtz.log 2023-11-08T02:56:17.934 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.5.log 2023-11-08T02:56:17.935 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mon.smithi148.log 2023-11-08T02:56:17.935 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi148.bbrhtz.log: gzip -5 --verbose -- /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.1.log 2023-11-08T02:56:17.935 INFO:teuthology.orchestra.run.smithi148.stderr: 60.1% -- replaced with /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi148.bbrhtz.log.gz 2023-11-08T02:56:17.936 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.5.log: /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mon.smithi148.log: gzip -5 --verbose -- /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi148.cvefzo.log 2023-11-08T02:56:17.937 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.3.log 2023-11-08T02:56:17.937 INFO:teuthology.orchestra.run.smithi148.stderr:gzip -5 --verbose -- /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T02:56:17.938 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi148.cvefzo.log: gzip -5 --verbose -- /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.3.log: /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.7.log 2023-11-08T02:56:17.943 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-08T02:56:17.944 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi153.suehsr.log 2023-11-08T02:56:17.945 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.6.log 2023-11-08T02:56:17.945 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mon.smithi153.log 2023-11-08T02:56:17.947 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi153.suehsr.log: /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.6.log: 83.2% -- replaced with /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mds.foofs.smithi153.suehsr.log.gz 2023-11-08T02:56:17.947 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.0.log 2023-11-08T02:56:17.947 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mon.smithi153.log: gzip -5 --verbose -- /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.4.log 2023-11-08T02:56:17.949 INFO:teuthology.orchestra.run.smithi148.stderr:/var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-volume.log: /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.7.log: 92.5% -- replaced with /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T02:56:17.950 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-volume.log 2023-11-08T02:56:17.950 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi153.hutpfy.log 2023-11-08T02:56:17.950 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.4.log: gzip -5 /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-volume.log: --verbose -- /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi153.hutpfy.log: /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.2.log 2023-11-08T02:56:17.956 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.2.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T02:56:17.957 INFO:teuthology.orchestra.run.smithi148.stderr: 93.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-08T02:56:17.958 INFO:teuthology.orchestra.run.smithi153.stderr: 92.4% -- replaced with /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-volume.log.gz 2023-11-08T02:56:17.959 INFO:teuthology.orchestra.run.smithi153.stderr: 93.7% -- replaced with /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi153.hutpfy.log.gz 2023-11-08T02:56:18.252 INFO:teuthology.orchestra.run.smithi148.stderr: 89.0% -- replaced with /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mgr.smithi148.cvefzo.log.gz 2023-11-08T02:56:18.268 INFO:teuthology.orchestra.run.smithi153.stderr: 92.6% -- replaced with /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mon.smithi153.log.gz 2023-11-08T02:56:18.419 INFO:teuthology.orchestra.run.smithi148.stderr: 93.0% -- replaced with /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.5.log.gz 2023-11-08T02:56:18.572 INFO:teuthology.orchestra.run.smithi153.stderr: 92.9% -- replaced with /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.2.log.gz 2023-11-08T02:56:18.615 INFO:teuthology.orchestra.run.smithi148.stderr: 92.9% -- replaced with /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.1.log.gz 2023-11-08T02:56:18.672 INFO:teuthology.orchestra.run.smithi153.stderr: 92.9% -- replaced with /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.4.log.gz 2023-11-08T02:56:18.706 INFO:teuthology.orchestra.run.smithi148.stderr: 93.0% -- replaced with /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.7.log.gz 2023-11-08T02:56:18.740 INFO:teuthology.orchestra.run.smithi148.stderr: 93.5% -- replaced with /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.3.log.gz 2023-11-08T02:56:18.758 INFO:teuthology.orchestra.run.smithi153.stderr: 92.8% -- replaced with /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.6.log.gz 2023-11-08T02:56:18.790 INFO:teuthology.orchestra.run.smithi153.stderr: 92.9% -- replaced with /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-osd.0.log.gz 2023-11-08T02:56:18.792 INFO:teuthology.orchestra.run.smithi153.stderr: 2023-11-08T02:56:18.792 INFO:teuthology.orchestra.run.smithi153.stderr:real 0m0.876s 2023-11-08T02:56:18.792 INFO:teuthology.orchestra.run.smithi153.stderr:user 0m3.253s 2023-11-08T02:56:18.793 INFO:teuthology.orchestra.run.smithi153.stderr:sys 0m0.132s 2023-11-08T02:56:19.051 INFO:teuthology.orchestra.run.smithi148.stderr: 90.0% -- replaced with /var/log/ceph/013513a2-7ddd-11ee-8dbb-212e2dc638e7/ceph-mon.smithi148.log.gz 2023-11-08T02:56:19.054 INFO:teuthology.orchestra.run.smithi148.stderr: 2023-11-08T02:56:19.055 INFO:teuthology.orchestra.run.smithi148.stderr:real 0m1.139s 2023-11-08T02:56:19.055 INFO:teuthology.orchestra.run.smithi148.stderr:user 0m4.093s 2023-11-08T02:56:19.056 INFO:teuthology.orchestra.run.smithi148.stderr:sys 0m0.133s 2023-11-08T02:56:19.057 INFO:tasks.cephadm:Archiving logs... 2023-11-08T02:56:19.057 DEBUG:teuthology.misc:Transferring archived files from smithi148:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451237/remote/ubuntu@smithi148.front.sepia.ceph.com/log 2023-11-08T02:56:19.059 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T02:56:19.728 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451237/remote/ubuntu@smithi153.front.sepia.ceph.com/log 2023-11-08T02:56:19.729 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-08T02:56:20.144 INFO:tasks.cephadm:Removing cluster... 2023-11-08T02:56:20.145 DEBUG:teuthology.orchestra.run.smithi148:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 --force 2023-11-08T02:56:21.515 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 013513a2-7ddd-11ee-8dbb-212e2dc638e7 --force 2023-11-08T02:56:22.873 INFO:tasks.cephadm:Removing cephadm ... 2023-11-08T02:56:22.873 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T02:56:22.881 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-08T02:56:22.889 INFO:tasks.cephadm:Teardown complete 2023-11-08T02:56:22.889 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-11-08T02:56:22.899 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_1... 2023-11-08T02:56:22.900 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_1 2023-11-08T02:56:23.221 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-08T02:56:23.223 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:56:23.224 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_2... 2023-11-08T02:56:23.225 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_2 2023-11-08T02:56:23.505 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-08T02:56:23.506 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:56:23.507 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_3... 2023-11-08T02:56:23.508 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_3 2023-11-08T02:56:23.789 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-08T02:56:23.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:56:23.791 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi148:/dev/vg_nvme/lv_4... 2023-11-08T02:56:23.792 DEBUG:teuthology.orchestra.run.smithi148:> sudo nvme disconnect -n lv_4 2023-11-08T02:56:24.081 INFO:teuthology.orchestra.run.smithi148.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-08T02:56:24.082 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:56:24.083 DEBUG:teuthology.orchestra.run.smithi148:> set -ex 2023-11-08T02:56:24.084 DEBUG:teuthology.orchestra.run.smithi148:> sudo dd of=/scratch_devs 2023-11-08T02:56:24.098 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi153:/dev/vg_nvme/lv_1... 2023-11-08T02:56:24.099 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme disconnect -n lv_1 2023-11-08T02:56:24.401 INFO:teuthology.orchestra.run.smithi153.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-11-08T02:56:24.403 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:56:24.404 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi153:/dev/vg_nvme/lv_2... 2023-11-08T02:56:24.404 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme disconnect -n lv_2 2023-11-08T02:56:24.685 INFO:teuthology.orchestra.run.smithi153.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-11-08T02:56:24.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:56:24.688 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi153:/dev/vg_nvme/lv_3... 2023-11-08T02:56:24.688 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme disconnect -n lv_3 2023-11-08T02:56:25.001 INFO:teuthology.orchestra.run.smithi153.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-11-08T02:56:25.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:56:25.004 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi153:/dev/vg_nvme/lv_4... 2023-11-08T02:56:25.004 DEBUG:teuthology.orchestra.run.smithi153:> sudo nvme disconnect -n lv_4 2023-11-08T02:56:25.293 INFO:teuthology.orchestra.run.smithi153.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-11-08T02:56:25.295 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:56:25.296 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2023-11-08T02:56:25.296 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/scratch_devs 2023-11-08T02:56:25.311 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-08T02:56:25.325 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-08T02:56:25.326 DEBUG:teuthology.orchestra.run.smithi148:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T02:56:25.329 DEBUG:teuthology.orchestra.run.smithi153:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-08T02:56:25.346 INFO:teuthology.orchestra.run.smithi148.stdout: remote refid st t when poll reach delay offset jitter 2023-11-08T02:56:25.347 INFO:teuthology.orchestra.run.smithi148.stdout:============================================================================== 2023-11-08T02:56:25.347 INFO:teuthology.orchestra.run.smithi148.stdout:*hv01.front.sepi 44.4.53.2 2 u 15 128 377 0.102 -0.821 0.063 2023-11-08T02:56:25.347 INFO:teuthology.orchestra.run.smithi148.stdout:+hv02.front.sepi 63.231.80.2 3 u 86 128 377 0.118 0.116 0.122 2023-11-08T02:56:25.348 INFO:teuthology.orchestra.run.smithi148.stdout:+hv03.front.sepi 74.6.168.72 3 u 86 128 377 0.123 -0.220 0.107 2023-11-08T02:56:25.348 INFO:teuthology.orchestra.run.smithi148.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-08T02:56:25.372 INFO:teuthology.orchestra.run.smithi153.stdout: remote refid st t when poll reach delay offset jitter 2023-11-08T02:56:25.372 INFO:teuthology.orchestra.run.smithi153.stdout:============================================================================== 2023-11-08T02:56:25.372 INFO:teuthology.orchestra.run.smithi153.stdout:*hv01.front.sepi 44.4.53.2 2 u 39 128 377 0.122 0.946 0.546 2023-11-08T02:56:25.373 INFO:teuthology.orchestra.run.smithi153.stdout:+hv02.front.sepi 63.231.80.2 3 u 93 128 377 0.116 2.136 0.621 2023-11-08T02:56:25.373 INFO:teuthology.orchestra.run.smithi153.stdout:+hv03.front.sepi 74.6.168.72 3 u 25 128 377 0.101 1.612 0.529 2023-11-08T02:56:25.373 INFO:teuthology.orchestra.run.smithi153.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2023-11-08T02:56:25.374 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-08T02:56:25.386 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-08T02:56:25.386 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-08T02:56:25.397 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-08T02:56:25.408 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-08T02:56:25.420 INFO:teuthology.task.internal:Duration was 2675.264006 seconds 2023-11-08T02:56:25.421 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-08T02:56:25.432 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-08T02:56:25.433 DEBUG:teuthology.orchestra.run.smithi148:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T02:56:25.436 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-08T02:56:25.481 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-08T02:56:25.481 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi148.front.sepia.ceph.com 2023-11-08T02:56:25.482 DEBUG:teuthology.orchestra.run.smithi148:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-08T02:56:25.534 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi153.front.sepia.ceph.com 2023-11-08T02:56:25.535 DEBUG:teuthology.orchestra.run.smithi153:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-11-08T02:56:25.550 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-08T02:56:25.550 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T02:56:25.578 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-08T02:56:25.656 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-08T02:56:25.657 DEBUG:teuthology.orchestra.run.smithi148:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T02:56:25.659 DEBUG:teuthology.orchestra.run.smithi153:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-08T02:56:25.860 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-08T02:56:25.872 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-08T02:56:25.873 DEBUG:teuthology.orchestra.run.smithi148:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T02:56:25.887 DEBUG:teuthology.orchestra.run.smithi153:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-08T02:56:25.905 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-08T02:56:25.917 DEBUG:teuthology.orchestra.run.smithi148:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-08T02:56:25.930 DEBUG:teuthology.orchestra.run.smithi153:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-11-08T02:56:25.942 INFO:teuthology.orchestra.run.smithi148.stdout:kernel.core_pattern = core 2023-11-08T02:56:25.963 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = core 2023-11-08T02:56:25.994 DEBUG:teuthology.orchestra.run.smithi148:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T02:56:26.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:56:26.018 DEBUG:teuthology.orchestra.run.smithi153:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-08T02:56:26.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-08T02:56:26.043 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-08T02:56:26.057 INFO:teuthology.task.internal:Transferring archived files... 2023-11-08T02:56:26.058 DEBUG:teuthology.misc:Transferring archived files from smithi148:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451237/remote/smithi148 2023-11-08T02:56:26.059 DEBUG:teuthology.orchestra.run.smithi148:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T02:56:26.092 DEBUG:teuthology.misc:Transferring archived files from smithi153:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451237/remote/smithi153 2023-11-08T02:56:26.094 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-08T02:56:26.119 INFO:teuthology.task.internal:Removing archive directory... 2023-11-08T02:56:26.120 DEBUG:teuthology.orchestra.run.smithi148:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T02:56:26.130 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-08T02:56:26.163 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-08T02:56:26.175 INFO:teuthology.task.internal:Not uploading archives. 2023-11-08T02:56:26.176 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-08T02:56:26.190 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-08T02:56:26.191 DEBUG:teuthology.orchestra.run.smithi148:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T02:56:26.193 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-08T02:56:26.199 INFO:teuthology.orchestra.run.smithi148.stdout: 1048600 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 02:56 /home/ubuntu/cephtest 2023-11-08T02:56:26.212 INFO:teuthology.orchestra.run.smithi153.stdout: 1048601 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 8 02:56 /home/ubuntu/cephtest 2023-11-08T02:56:26.214 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-08T02:56:26.226 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-08T02:56:26.256 INFO:teuthology.nuke:Checking targets against current locks 2023-11-08T02:56:26.283 DEBUG:teuthology.nuke:shortname: smithi148 2023-11-08T02:56:26.284 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T02:56:26.306 DEBUG:teuthology.nuke:shortname: smithi153 2023-11-08T02:56:26.306 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-08T02:56:26.310 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi148.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451237', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 02:02:17.597702', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-11-08T02:56:26.325 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-11-07_19:34:21-rados-wip-yuri3-testing-2023-11-07-0801-pacific-distro-default-smithi/7451237', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-11-08 02:02:17.596188', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2023-11-08T02:56:26.352 INFO:teuthology.orchestra.console.smithi148:Power off 2023-11-08T02:56:26.353 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T02:56:26.377 DEBUG:teuthology.orchestra.console.smithi148:power off output: Chassis Power Control: Down/Off 2023-11-08T02:56:26.378 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T02:56:26.395 INFO:teuthology.orchestra.console.smithi153:Power off 2023-11-08T02:56:26.396 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-08T02:56:26.406 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2023-11-08T02:56:26.420 DEBUG:teuthology.orchestra.console.smithi153:power off output: Chassis Power Control: Down/Off 2023-11-08T02:56:26.420 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T02:56:26.448 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2023-11-08T02:56:30.408 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T02:56:30.449 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T02:56:30.518 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2023-11-08T02:56:30.560 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2023-11-08T02:56:34.522 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T02:56:34.561 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T02:56:34.635 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is on 2023-11-08T02:56:34.672 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is on 2023-11-08T02:56:38.638 DEBUG:teuthology.orchestra.console.smithi148:pexpect command: ipmitool -H smithi148.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T02:56:38.673 DEBUG:teuthology.orchestra.console.smithi153:pexpect command: ipmitool -H smithi153.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-08T02:56:38.749 DEBUG:teuthology.orchestra.console.smithi148:check power output: Chassis Power is off 2023-11-08T02:56:38.785 DEBUG:teuthology.orchestra.console.smithi153:check power output: Chassis Power is off 2023-11-08T02:56:38.850 INFO:teuthology.orchestra.console.smithi148:Power off completed 2023-11-08T02:56:38.886 INFO:teuthology.orchestra.console.smithi153:Power off completed 2023-11-08T02:56:38.991 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/ubuntu_20.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 2675.264006137848 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e85d700c9637487eae4516e68e01ff92 status: fail success: false 2023-11-08T02:56:38.992 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-08T02:56:39.070 INFO:teuthology.run:FAIL